Skip to content

Commit cda8b60

Browse files
committed
Add versions.html back.
1 parent abd4ddb commit cda8b60

File tree

1 file changed

+120
-0
lines changed

1 file changed

+120
-0
lines changed

versions.html

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
<!DOCTYPE html>
2+
3+
<html xmlns="http://www.w3.org/1999/xhtml">
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
7+
<title>gcloud-python Versions</title>
8+
9+
<link rel="stylesheet" href="_landing-page-static/css/docs-main.css" type="text/css" />
10+
<link rel="stylesheet" href="_landing-page-static/pygments.css" type="text/css" />
11+
<link rel="stylesheet" href="_landing-page-static/css/normalize.css" type="text/css" />
12+
13+
<script type="text/javascript" src="_landing-page-static/js/vendor/modernizr-2.6.2.min.js"></script>
14+
<link rel="shortcut icon" href="_landing-page-static/favicon.ico"/>
15+
<link rel="top" title="gcloud-python Versions" href="#" />
16+
</head>
17+
<body>
18+
<header class="page-header fixed" role="banner">
19+
<h1 class="logo">
20+
<a href="index.html" title="back to home">
21+
<img src="_landing-page-static/images/logo.svg" alt="Google Cloud Platform" />
22+
<span class="gcloud">gcloud</span>
23+
</a>
24+
</h1>
25+
<nav class="main-nav">
26+
<div class="nav-current">Python</div>
27+
<ul class="menu">
28+
<li>
29+
<a href="
30+
https://googlecloudplatform.github.io/gcloud-node" title="Node.js docs page">
31+
<img src="_landing-page-static/images/icon-lang-nodejs.svg" alt="Node.js icon" class="menu-icon" />
32+
Node.js
33+
</a>
34+
</li>
35+
<li>
36+
<a href="#" title="Python docs page">
37+
<img src="_landing-page-static/images/icon-lang-python-white.svg" alt="Python icon" class="menu-icon" />
38+
Python
39+
</a>
40+
</li>
41+
</ul>
42+
</nav><!-- end of .main-nav -->
43+
</header><!-- end of .page-header -->
44+
45+
<article class="main lang-page" role="main">
46+
47+
<header class="docs-header">
48+
<h1 class="page-title">Versions</h1>
49+
</header>
50+
51+
<section class="content">
52+
53+
<div class="toctree-wrapper compound">
54+
</div>
55+
<ul id="versions">
56+
<li><a href="0.17.0/index.html">0.17.0</a></li>
57+
<li><a href="0.16.1/index.html">0.16.1</a></li>
58+
<li><a href="0.16.0/index.html">0.16.0</a></li>
59+
<li><a href="0.15.0/index.html">0.15.0</a></li>
60+
<li><a href="0.14.0/index.html">0.14.0</a></li>
61+
<li><a href="0.13.0/index.html">0.13.0</a></li>
62+
<li><a href="0.12.1/index.html">0.12.1</a></li>
63+
<li><a href="0.12.0/index.html">0.12.0</a></li>
64+
<li><a href="0.11.0/index.html">0.11.0</a></li>
65+
<li><a href="0.10.1/index.html">0.10.1</a></li>
66+
<li><a href="0.10.0/index.html">0.10.0</a></li>
67+
<li><a href="0.9.0/index.html">0.9.0</a></li>
68+
<li><a href="0.8.0/index.html">0.8.0</a></li>
69+
<li><a href="0.7.1/index.html">0.7.1</a></li>
70+
<li><a href="0.7.0/index.html">0.7.0</a></li>
71+
<li><a href="0.6.0/index.html">0.6.0</a></li>
72+
<li><a href="0.5.0/index.html">0.5.0</a></li>
73+
<li><a href="0.4.3/index.html">0.4.3</a></li>
74+
<li><a href="0.4.2/index.html">0.4.2</a></li>
75+
<li><a href="0.4.1/index.html">0.4.1</a></li>
76+
<li><a href="0.4.0/index.html">0.4.0</a></li>
77+
<li><a href="latest/index.html">latest</a></li>
78+
</ul>
79+
80+
</section><!-- end of .content -->
81+
<nav class="side-nav">
82+
<ul><li><a href="stable/index.html">Documentation</a></li></ul>
83+
<ul class="simple">
84+
</ul>
85+
86+
<ul class="external-links">
87+
<li>
88+
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/" title="Python on Github">
89+
<img src="_landing-page-static/images/icon-link-github.svg" alt="Github icon" />
90+
Github
91+
</a>
92+
</li>
93+
<li>
94+
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues" title="Python issues on Github">
95+
<img src="_landing-page-static/images/icon-link-github.svg" alt="Github icon" />
96+
Issues
97+
</a>
98+
</li>
99+
<li>
100+
<a href="http://stackoverflow.com/questions/tagged/gcloud-python" title="gcloud on StackOverflow">
101+
<img src="_landing-page-static/images/icon-link-stackoverflow.svg" alt="StackOverflow icon" />
102+
gcloud
103+
</a>
104+
</li>
105+
<li>
106+
<a href="https://pypi.python.org/pypi/gcloud" title="Python package manager">
107+
<img src="_landing-page-static/images/icon-link-package-manager.svg" alt="Package Manager icon" />
108+
Package Manager
109+
</a>
110+
</li>
111+
</ul>
112+
</nav><!-- end of .side-nav -->
113+
</article><!-- end of .main -->
114+
115+
<script src="_landing-page-static/js/vendor/jquery-1.10.2.min.js"></script>
116+
<script src="_landing-page-static/js/plugins.js"></script>
117+
<script src="_landing-page-static/js/main.js"></script>
118+
119+
</body>
120+
</html>

0 commit comments

Comments
 (0)