Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,32 +128,6 @@ <h1 class="page-title">Python</h1>
</section><!-- end of .content -->
<nav class="side-nav">
{{ toctree(includehidden=True, maxdepth=1, titles_only=True) }}
<ul class="external-links">
<li>
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/" title="Python on Github">
<img src="{{ pathto('_static/images/icon-link-github.svg', 1) }}" alt="Github icon" />
Github
</a>
</li>
<li>
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues" title="Python issues on Github">
<img src="{{ pathto('_static/images/icon-link-github.svg', 1) }}" alt="Github icon" />
Issues
</a>
</li>
<li>
<a href="http://stackoverflow.com/questions/tagged/gcloud-python" title="gcloud on StackOverflow">
<img src="{{ pathto('_static/images/icon-link-stackoverflow.svg', 1) }}" alt="StackOverflow icon" />
gcloud
</a>
</li>
<li>
<a href="https://pypi.python.org/pypi/gcloud" title="Python package manager">
<img src="{{ pathto('_static/images/icon-link-package-manager.svg', 1) }}" alt="Package Manager icon" />
Package Manager
</a>
</li>
</ul>
</nav><!-- end of .side-nav -->
</article><!-- end of .main -->

Expand Down
9 changes: 9 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@

bigquery-usage

.. toctree::
:maxdepth: 0
:hidden:
:caption: External Links

GitHub <https://github.com/GoogleCloudPlatform/gcloud-python/>
Issues <https://github.com/GoogleCloudPlatform/gcloud-python/issues>
Stack Overflow <http://stackoverflow.com/questions/tagged/gcloud-python>
PyPI <https://pypi.python.org/pypi/gcloud>

Getting started
---------------
Expand Down