Skip to content
Merged
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
8 changes: 4 additions & 4 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,25 +113,25 @@ <h1 class="page-title">Python</h1>
{{ toctree(includehidden=True, maxdepth=1, titles_only=True) }}
<ul class="external-links">
<li>
<a href="" title="Python on Github">
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/" title="Python on Github">
<img src="_static/images/icon-link-github.svg" alt="Github icon" />
Github
</a>
</li>
<li>
<a href="" title="Python issues on Github">
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues" title="Python issues on Github">
<img src="_static/images/icon-link-github.svg" alt="Github icon" />

This comment was marked as spam.

Issues
</a>
</li>
<li>
<a href="" title="gcloud on StackOverflow">
<a href="http://stackoverflow.com/questions/tagged/gcloud-python" title="gcloud on StackOverflow">
<img src="_static/images/icon-link-stackoverflow.svg" alt="StackOverflow icon" />
gcloud
</a>
</li>
<li>
<a href="" title="Python package manager">
<a href="https://pypi.python.org/pypi/gcloud" title="Python package manager">
<img src="_static/images/icon-link-package-manager.svg" alt="Package Manager icon" />
Package Manager
</a>
Expand Down