forked from googleapis/google-cloud-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.html.template
More file actions
99 lines (87 loc) · 3.54 KB
/
versions.html.template
File metadata and controls
99 lines (87 loc) · 3.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>gcloud-python Versions</title>
<link rel="stylesheet" href="_landing-page-static/css/docs-main.css" type="text/css" />
<link rel="stylesheet" href="_landing-page-static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_landing-page-static/css/normalize.css" type="text/css" />
<script type="text/javascript" src="_landing-page-static/js/vendor/modernizr-2.6.2.min.js"></script>
<link rel="shortcut icon" href="_landing-page-static/favicon.ico"/>
<link rel="top" title="gcloud-python Versions" href="#" />
</head>
<body>
<header class="page-header fixed" role="banner">
<h1 class="logo">
<a href="index.html" title="back to home">
<img src="_landing-page-static/images/logo.svg" alt="Google Cloud Platform" />
<span class="gcloud">gcloud</span>
</a>
</h1>
<nav class="main-nav">
<div class="nav-current">Python</div>
<ul class="menu">
<li>
<a href="
https://googlecloudplatform.github.io/gcloud-node" title="Node.js docs page">
<img src="_landing-page-static/images/icon-lang-nodejs.svg" alt="Node.js icon" class="menu-icon" />
Node.js
</a>
</li>
<li>
<a href="#" title="Python docs page">
<img src="_landing-page-static/images/icon-lang-python-white.svg" alt="Python icon" class="menu-icon" />
Python
</a>
</li>
</ul>
</nav><!-- end of .main-nav -->
</header><!-- end of .page-header -->
<article class="main lang-page" role="main">
<header class="docs-header">
<h1 class="page-title">Versions</h1>
</header>
<section class="content">
<div class="toctree-wrapper compound">
</div>
<ul id="versions">
{versions}
</ul>
</section><!-- end of .content -->
<nav class="side-nav">
<ul><li><a href="stable/index.html">Documentation</a></li></ul>
<ul class="simple">
</ul>
<ul class="external-links">
<li>
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/" title="Python on Github">
<img src="_landing-page-static/images/icon-link-github.svg" alt="Github icon" />
Github
</a>
</li>
<li>
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues" title="Python issues on Github">
<img src="_landing-page-static/images/icon-link-github.svg" alt="Github icon" />
Issues
</a>
</li>
<li>
<a href="http://stackoverflow.com/questions/tagged/gcloud-python" title="gcloud on StackOverflow">
<img src="_landing-page-static/images/icon-link-stackoverflow.svg" alt="StackOverflow icon" />
gcloud
</a>
</li>
<li>
<a href="https://pypi.python.org/pypi/gcloud" title="Python package manager">
<img src="_landing-page-static/images/icon-link-package-manager.svg" alt="Package Manager icon" />
Package Manager
</a>
</li>
</ul>
</nav><!-- end of .side-nav -->
</article><!-- end of .main -->
<script src="_landing-page-static/js/vendor/jquery-1.10.2.min.js"></script>
<script src="_landing-page-static/js/plugins.js"></script>
<script src="_landing-page-static/js/main.js"></script>
</body>
</html>