Skip to content

Commit 4d2251a

Browse files
committed
Basic stuffs
Basic stuffs
1 parent e33d431 commit 4d2251a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+4702
-1
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
AUTHORS
2+
ChangeLog
3+
doctrees
4+
man
5+
.tox
6+
.venv
7+
*.egg*
8+
*.swp
9+
*.swo
10+
*.pyc
11+
.testrepository
12+
.idea/*
13+
*~

.testr.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[DEFAULT]
2+
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
3+
test_id_option=--load-list $IDFILE
4+
test_list_option=--list

README.md renamed to README.rst

File renamed without changes.

doc/html/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config:
4+
tags:

doc/html/index.html

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
4+
5+
<html xmlns="http://www.w3.org/1999/xhtml">
6+
<head>
7+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8+
9+
<title>https://gotostack.github.io/ &mdash; gotostack.github.io 0.0.1.dev2 documentation</title>
10+
11+
<link rel="stylesheet" href="static/nature.css" type="text/css" />
12+
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
13+
<link rel="stylesheet" href="static/tweaks.css" type="text/css" />
14+
15+
<script type="text/javascript">
16+
var DOCUMENTATION_OPTIONS = {
17+
URL_ROOT: './',
18+
VERSION: '0.0.1.dev2',
19+
COLLAPSE_INDEX: false,
20+
FILE_SUFFIX: '.html',
21+
HAS_SOURCE: true
22+
};
23+
</script>
24+
<script type="text/javascript" src="static/jquery.js"></script>
25+
<script type="text/javascript" src="static/underscore.js"></script>
26+
<script type="text/javascript" src="static/doctools.js"></script>
27+
<link rel="top" title="gotostack.github.io 0.0.1.dev2 documentation" href="#" />
28+
</head>
29+
<body>
30+
<div id="header">
31+
<h1 id="logo"><a href="https://gotostack.github.io/">OpenStack</a></h1>
32+
<ul id="navigation">
33+
34+
<li><a href="https://gotostack.github.io/" title="Go to the Home page" class="link">Home</a></li>
35+
<li><a href="https://gotostack.github.io/doc/html/" title="Go to the OpenStack Projects page">OpenStack</a></li>
36+
37+
</ul>
38+
</div>
39+
40+
41+
<div class="document">
42+
<div class="documentwrapper">
43+
<div class="bodywrapper">
44+
<div class="body">
45+
46+
<div class="section" id="https-gotostack-github-io">
47+
<h1><a class="reference external" href="https://gotostack.github.io/">https://gotostack.github.io/</a><a class="headerlink" href="#https-gotostack-github-io" title="Permalink to this headline"></a></h1>
48+
<div class="section" id="openstack">
49+
<h2>OpenStack<a class="headerlink" href="#openstack" title="Permalink to this headline"></a></h2>
50+
<div class="toctree-wrapper compound">
51+
<ul class="simple">
52+
</ul>
53+
</div>
54+
</div>
55+
</div>
56+
<div class="section" id="indices-and-tables">
57+
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
58+
<ul class="simple">
59+
<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
60+
</ul>
61+
</div>
62+
63+
64+
</div>
65+
</div>
66+
</div>
67+
<div class="sphinxsidebar">
68+
<div class="sphinxsidebarwrapper">
69+
<h3><a href="#">Table Of Contents</a></h3>
70+
<ul>
71+
<li><a class="reference internal" href="#">https://gotostack.github.io/</a><ul>
72+
<li><a class="reference internal" href="#openstack">OpenStack</a></li>
73+
</ul>
74+
</li>
75+
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
76+
</ul>
77+
78+
<h3>This Page</h3>
79+
<ul class="this-page-menu">
80+
<li><a href="sources/index.txt"
81+
rel="nofollow">Show Source</a></li>
82+
</ul>
83+
<div id="searchbox" style="display: none">
84+
<h3>Quick search</h3>
85+
<form class="search" action="search.html" method="get">
86+
<input type="text" name="q" size="18" />
87+
<input type="submit" value="Go" />
88+
<input type="hidden" name="check_keywords" value="yes" />
89+
<input type="hidden" name="area" value="default" />
90+
</form>
91+
<p class="searchtip" style="font-size: 90%">
92+
Enter search terms or a module, class or function name.
93+
</p>
94+
</div>
95+
<script type="text/javascript">$('#searchbox').show(0);</script>
96+
</div>
97+
</div>
98+
99+
<div class="clearer"></div>
100+
</div>
101+
<div class="related">
102+
<h3>Navigation</h3>
103+
<ul>
104+
<li><a href="#">gotostack.github.io 0.0.1.dev2 documentation</a> &raquo;</li>
105+
</ul>
106+
</div>
107+
108+
<div class="footer">
109+
&copy; Copyright 2016, gotostack.github.io.
110+
Last updated on &#39;Wed Aug 10 12:14:31 2016, commit 5da5fe2&#39;.
111+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
112+
</div>
113+
<script type="text/javascript">
114+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
115+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
116+
</script>
117+
<script type="text/javascript">
118+
try {
119+
var pageTracker = _gat._getTracker("UA-17511903-1");
120+
pageTracker._setCookiePath("/developer/gotostack.github.io");
121+
pageTracker._trackPageview();
122+
} catch(err) {}</script>
123+
124+
</body>
125+
</html>

doc/html/objects.inv

220 Bytes
Binary file not shown.

doc/html/rss.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<rss version="2.0"><channel><title>gotostack.github.io</title><link>https://gotostack.github.io</link><description /><copyright>2016, gotostack.github.io</copyright></channel></rss>

doc/html/search.html

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
4+
5+
<html xmlns="http://www.w3.org/1999/xhtml">
6+
<head>
7+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8+
9+
<title>Search &mdash; gotostack.github.io 0.0.1.dev2 documentation</title>
10+
11+
<link rel="stylesheet" href="static/nature.css" type="text/css" />
12+
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
13+
<link rel="stylesheet" href="static/tweaks.css" type="text/css" />
14+
15+
<script type="text/javascript">
16+
var DOCUMENTATION_OPTIONS = {
17+
URL_ROOT: './',
18+
VERSION: '0.0.1.dev2',
19+
COLLAPSE_INDEX: false,
20+
FILE_SUFFIX: '.html',
21+
HAS_SOURCE: true
22+
};
23+
</script>
24+
<script type="text/javascript" src="static/jquery.js"></script>
25+
<script type="text/javascript" src="static/underscore.js"></script>
26+
<script type="text/javascript" src="static/doctools.js"></script>
27+
<script type="text/javascript" src="static/searchtools.js"></script>
28+
<link rel="top" title="gotostack.github.io 0.0.1.dev2 documentation" href="index.html" />
29+
<script type="text/javascript">
30+
jQuery(function() { Search.loadIndex("searchindex.js"); });
31+
</script>
32+
33+
<script type="text/javascript" id="searchindexloader"></script>
34+
35+
36+
</head>
37+
<body>
38+
<div id="header">
39+
<h1 id="logo"><a href="https://gotostack.github.io/">OpenStack</a></h1>
40+
<ul id="navigation">
41+
42+
<li><a href="https://gotostack.github.io/" title="Go to the Home page" class="link">Home</a></li>
43+
<li><a href="https://gotostack.github.io/doc/html/" title="Go to the OpenStack Projects page">OpenStack</a></li>
44+
45+
</ul>
46+
</div>
47+
48+
49+
<div class="document">
50+
<div class="documentwrapper">
51+
<div class="bodywrapper">
52+
<div class="body">
53+
54+
<h1 id="search-documentation">Search</h1>
55+
<div id="fallback" class="admonition warning">
56+
<script type="text/javascript">$('#fallback').hide();</script>
57+
<p>
58+
Please activate JavaScript to enable the search
59+
functionality.
60+
</p>
61+
</div>
62+
<p>
63+
From here you can search these documents. Enter your search
64+
words into the box below and click "search". Note that the search
65+
function will automatically search for all of the words. Pages
66+
containing fewer words won't appear in the result list.
67+
</p>
68+
<form action="" method="get">
69+
<input type="text" name="q" value="" />
70+
<input type="submit" value="search" />
71+
<span id="search-progress" style="padding-left: 10px"></span>
72+
</form>
73+
74+
<div id="search-results">
75+
76+
</div>
77+
78+
</div>
79+
</div>
80+
</div>
81+
<div class="sphinxsidebar">
82+
<div class="sphinxsidebarwrapper">
83+
</div>
84+
</div>
85+
86+
<div class="clearer"></div>
87+
</div>
88+
<div class="related">
89+
<h3>Navigation</h3>
90+
<ul>
91+
<li><a href="index.html">gotostack.github.io 0.0.1.dev2 documentation</a> &raquo;</li>
92+
</ul>
93+
</div>
94+
95+
<div class="footer">
96+
&copy; Copyright 2016, gotostack.github.io.
97+
Last updated on &#39;Wed Aug 10 12:14:31 2016, commit 5da5fe2&#39;.
98+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
99+
</div>
100+
<script type="text/javascript">
101+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
102+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
103+
</script>
104+
<script type="text/javascript">
105+
try {
106+
var pageTracker = _gat._getTracker("UA-17511903-1");
107+
pageTracker._setCookiePath("/developer/gotostack.github.io");
108+
pageTracker._trackPageview();
109+
} catch(err) {}</script>
110+
111+
</body>
112+
</html>

doc/html/searchindex.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/html/sources/index.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. gotostack.github.io master file
2+
3+
==============================
4+
https://gotostack.github.io/
5+
==============================
6+
7+
OpenStack
8+
=========
9+
10+
.. toctree::
11+
:glob:
12+
:maxdepth: 1
13+
14+
pages/OpenStack/*
15+
16+
==================
17+
Indices and tables
18+
==================
19+
20+
* :ref:`search`

doc/html/static/ajax-loader.gif

673 Bytes
Loading

0 commit comments

Comments
 (0)