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
20 changes: 10 additions & 10 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<header class="page-header fixed" role="banner">
<h1 class="logo">
<a href="index.html" title="back to home">
<img src="_static/images/logo.svg" alt="Google Cloud Platform" />
<img src="{{ pathto('_static/images/logo.svg', 1) }}" alt="Google Cloud Platform" />

This comment was marked as spam.

<span class="gcloud">gcloud</span>
</a>
</h1>
Expand All @@ -69,13 +69,13 @@ <h1 class="logo">
<li>
<a href="
https://googlecloudplatform.github.io/gcloud-node" title="Node.js docs page">
<img src="_static/images/icon-lang-nodejs.svg" alt="Node.js icon" class="menu-icon" />
<img src="{{ pathto('_static/images/icon-lang-nodejs.svg', 1) }}" alt="Node.js icon" class="menu-icon" />
Node.js
</a>
</li>
<li>
<a href="#" title="Python docs page">
<img src="_static/images/icon-lang-python.svg" alt="Python icon" class="menu-icon" />
<img src="{{ pathto('_static/images/icon-lang-python.svg', 1) }}" alt="Python icon" class="menu-icon" />
Python
</a>
</li>
Expand Down Expand Up @@ -114,35 +114,35 @@ <h1 class="page-title">Python</h1>
<ul class="external-links">
<li>
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/" title="Python on Github">
<img src="_static/images/icon-link-github.svg" alt="Github icon" />
<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="_static/images/icon-link-github.svg" alt="Github icon" />
<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="_static/images/icon-link-stackoverflow.svg" alt="StackOverflow icon" />
<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="_static/images/icon-link-package-manager.svg" alt="Package Manager icon" />
<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 -->

<script src="_static/js/vendor/jquery-1.10.2.min.js"></script>
<script src="_static/js/plugins.js"></script>
<script src="_static/js/main.js"></script>
<script src="{{ pathto('_static/js/vendor/jquery-1.10.2.min.js', 1) }}"></script>
<script src="{{ pathto('_static/js/plugins.js', 1) }}"></script>
<script src="{{ pathto('_static/js/main.js', 1) }}"></script>
{% endblock %}

{# Silence the footer #}
Expand Down