Skip to content

Commit edeb0b1

Browse files
committed
First page dedicated to OpenStack
First page dedicated to OpenStack
1 parent c624a2d commit edeb0b1

File tree

10 files changed

+183
-25
lines changed

10 files changed

+183
-25
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# yulong.github.io
1+
Welcome!
2+
========
3+
4+
5+
Hello cloud computing world!

doc/html/index.html

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>https://gotostack.github.io/ &mdash; LIU Yulong&#39;s Cloud Blog</title>
9+
<title>Blogs &mdash; LIU Yulong&#39;s Cloud Blog</title>
1010

1111
<link rel="stylesheet" href="static/nature.css" type="text/css" />
1212
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
1515
<script type="text/javascript">
1616
var DOCUMENTATION_OPTIONS = {
1717
URL_ROOT: './',
18-
VERSION: '0.0.1.dev3',
18+
VERSION: '0.0.1.dev4',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
2121
HAS_SOURCE: true
@@ -24,7 +24,8 @@
2424
<script type="text/javascript" src="static/jquery.js"></script>
2525
<script type="text/javascript" src="static/underscore.js"></script>
2626
<script type="text/javascript" src="static/doctools.js"></script>
27-
<link rel="top" title="LIU Yulong&#39;s Cloud Blog" href="#" />
27+
<link rel="top" title="LIU Yulong&#39;s Cloud Blog" href="#" />
28+
<link rel="next" title="What is OpenStack" href="pages/Cloud/openstack.html" />
2829
</head>
2930
<body>
3031
<div id="header">
@@ -43,12 +44,15 @@ <h1 id="logo"><a href="https://gotostack.github.io/">Cloud Computing</a></h1>
4344
<div class="bodywrapper">
4445
<div class="body">
4546

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>
47+
<div class="section" id="blogs">
48+
<h1>Blogs<a class="headerlink" href="#blogs" title="Permalink to this headline"></a></h1>
49+
<p>This is the index page.</p>
50+
<p>Enjoy!</p>
51+
<div class="section" id="cloud">
52+
<h2>Cloud<a class="headerlink" href="#cloud" title="Permalink to this headline"></a></h2>
5053
<div class="toctree-wrapper compound">
51-
<ul class="simple">
54+
<ul>
55+
<li class="toctree-l1"><a class="reference internal" href="pages/Cloud/openstack.html">What is OpenStack</a></li>
5256
</ul>
5357
</div>
5458
</div>
@@ -68,13 +72,16 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
6872
<div class="sphinxsidebarwrapper">
6973
<h3><a href="#">Table Of Contents</a></h3>
7074
<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>
75+
<li><a class="reference internal" href="#">Blogs</a><ul>
76+
<li><a class="reference internal" href="#cloud">Cloud</a></li>
7377
</ul>
7478
</li>
7579
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
7680
</ul>
7781

82+
<h4>Next topic</h4>
83+
<p class="topless"><a href="pages/Cloud/openstack.html"
84+
title="next chapter">What is OpenStack</a></p>
7885
<h3>This Page</h3>
7986
<ul class="this-page-menu">
8087
<li><a href="sources/index.txt"
@@ -101,13 +108,16 @@ <h3>Quick search</h3>
101108
<div class="related">
102109
<h3>Navigation</h3>
103110
<ul>
111+
<li class="right" style="margin-right: 10px">
112+
<a href="pages/Cloud/openstack.html" title="What is OpenStack"
113+
accesskey="N">next</a></li>
104114
<li><a href="#">LIU Yulong&#39;s Cloud Blog</a> &raquo;</li>
105115
</ul>
106116
</div>
107117

108118
<div class="footer">
109119
&copy; Copyright 2016, LIU Yulong.
110-
Last updated on &#39;Wed Aug 17 11:58:31 2016, commit 72da981&#39;.
120+
Last updated on &#39;Wed Aug 17 12:10:21 2016, commit c624a2d&#39;.
111121
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
112122
</div>
113123
<script type="text/javascript">

doc/html/objects.inv

0 Bytes
Binary file not shown.

doc/html/pages/Cloud/openstack.html

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
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>What is OpenStack &mdash; LIU Yulong&#39;s Cloud Blog</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.dev4',
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="LIU Yulong&#39;s Cloud Blog" href="../../index.html" />
28+
<link rel="prev" title="Blogs" href="../../index.html" />
29+
</head>
30+
<body>
31+
<div id="header">
32+
<h1 id="logo"><a href="https://gotostack.github.io/">Cloud Computing</a></h1>
33+
<ul id="navigation">
34+
35+
<li><a href="https://gotostack.github.io/" title="Home page" class="link">Home</a></li>
36+
<li><a href="https://gotostack.github.io/doc/html/" title="Cloud Computing">Cloud Computing</a></li>
37+
38+
</ul>
39+
</div>
40+
41+
42+
<div class="document">
43+
<div class="documentwrapper">
44+
<div class="bodywrapper">
45+
<div class="body">
46+
47+
<div class="section" id="what-is-openstack">
48+
<h1>What is OpenStack<a class="headerlink" href="#what-is-openstack" title="Permalink to this headline"></a></h1>
49+
<p><strong>Open source software for creating private and public clouds.</strong></p>
50+
<p>OpenStack software controls large pools of compute, storage, and networking resources throughout a datacenter, managed through a <a class="reference external" href="http://www.openstack.org/software/openstack-dashboard/">dashboard</a> or via the <a class="reference external" href="http://developer.openstack.org/">OpenStack API</a>. OpenStack works with <a class="reference external" href="http://openstack.org/marketplace/drivers/">popular enterprise and open source technologies</a> making it ideal for heterogeneous infrastructure.</p>
51+
<p><a class="reference external" href="http://openstack.org/user-stories/">Hundreds of the world&#8217;s largest brands</a> rely on OpenStack to run their businesses every day, reducing costs and helping them move faster. OpenStack has a strong <a class="reference external" href="http://openstack.org/foundation/companies/">ecosystem</a>, and users seeking commercial support can choose from different OpenStack-powered products and services in the <a class="reference external" href="http://openstack.org/marketplace/">Marketplace</a>.</p>
52+
<p>The software is built by a <a class="reference external" href="http://openstack.org/community/">thriving community</a> of developers, in collaboration with users, and is designed in the open at our <a class="reference external" href="http://openstack.org/summit/">Summits</a>.</p>
53+
</div>
54+
55+
56+
</div>
57+
</div>
58+
</div>
59+
<div class="sphinxsidebar">
60+
<div class="sphinxsidebarwrapper">
61+
<h4>Previous topic</h4>
62+
<p class="topless"><a href="../../index.html"
63+
title="previous chapter">Blogs</a></p>
64+
<h3>This Page</h3>
65+
<ul class="this-page-menu">
66+
<li><a href="../../sources/pages/Cloud/openstack.txt"
67+
rel="nofollow">Show Source</a></li>
68+
</ul>
69+
<div id="searchbox" style="display: none">
70+
<h3>Quick search</h3>
71+
<form class="search" action="../../search.html" method="get">
72+
<input type="text" name="q" size="18" />
73+
<input type="submit" value="Go" />
74+
<input type="hidden" name="check_keywords" value="yes" />
75+
<input type="hidden" name="area" value="default" />
76+
</form>
77+
<p class="searchtip" style="font-size: 90%">
78+
Enter search terms or a module, class or function name.
79+
</p>
80+
</div>
81+
<script type="text/javascript">$('#searchbox').show(0);</script>
82+
</div>
83+
</div>
84+
85+
<div class="clearer"></div>
86+
</div>
87+
<div class="related">
88+
<h3>Navigation</h3>
89+
<ul>
90+
<li class="right" style="margin-right: 10px">
91+
<a href="../../index.html" title="Blogs"
92+
accesskey="P">previous</a></li>
93+
<li><a href="../../index.html">LIU Yulong&#39;s Cloud Blog</a> &raquo;</li>
94+
</ul>
95+
</div>
96+
97+
<div class="footer">
98+
&copy; Copyright 2016, LIU Yulong.
99+
Last updated on &#39;Wed Aug 17 12:10:21 2016, commit c624a2d&#39;.
100+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
101+
</div>
102+
<script type="text/javascript">
103+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
104+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
105+
</script>
106+
<script type="text/javascript">
107+
try {
108+
var pageTracker = _gat._getTracker("UA-17511903-1");
109+
pageTracker._setCookiePath("/developer/gotostack.github.io");
110+
pageTracker._trackPageview();
111+
} catch(err) {}</script>
112+
113+
</body>
114+
</html>

doc/html/search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script type="text/javascript">
1616
var DOCUMENTATION_OPTIONS = {
1717
URL_ROOT: './',
18-
VERSION: '0.0.1.dev3',
18+
VERSION: '0.0.1.dev4',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
2121
HAS_SOURCE: true
@@ -94,7 +94,7 @@ <h3>Navigation</h3>
9494

9595
<div class="footer">
9696
&copy; Copyright 2016, LIU Yulong.
97-
Last updated on &#39;Wed Aug 17 11:58:31 2016, commit 72da981&#39;.
97+
Last updated on &#39;Wed Aug 17 12:10:21 2016, commit c624a2d&#39;.
9898
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
9999
</div>
100100
<script type="text/javascript">

doc/html/searchindex.js

Lines changed: 1 addition & 1 deletion
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: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
.. gotostack.github.io master file
22

3-
==============================
4-
https://gotostack.github.io/
5-
==============================
3+
=====
4+
Blogs
5+
=====
66

7-
OpenStack
8-
=========
7+
This is the index page.
8+
9+
Enjoy!
10+
11+
12+
Cloud
13+
=====
914

1015
.. toctree::
1116
:glob:
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
What is OpenStack
2+
=================
3+
4+
**Open source software for creating private and public clouds.**
5+
6+
OpenStack software controls large pools of compute, storage, and networking resources throughout a datacenter, managed through a `dashboard <http://www.openstack.org/software/openstack-dashboard/>`_ or via the `OpenStack API <http://developer.openstack.org/>`_. OpenStack works with `popular enterprise and open source technologies <http://openstack.org/marketplace/drivers/>`_ making it ideal for heterogeneous infrastructure.
7+
8+
`Hundreds of the world's largest brands <http://openstack.org/user-stories/>`_ rely on OpenStack to run their businesses every day, reducing costs and helping them move faster. OpenStack has a strong `ecosystem <http://openstack.org/foundation/companies/>`_, and users seeking commercial support can choose from different OpenStack-powered products and services in the `Marketplace <http://openstack.org/marketplace/>`_.
9+
10+
The software is built by a `thriving community <http://openstack.org/community/>`_ of developers, in collaboration with users, and is designed in the open at our `Summits <http://openstack.org/summit/>`_.

doc/source/index.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
.. gotostack.github.io master file
22
3-
==============================
4-
https://gotostack.github.io/
5-
==============================
3+
=====
4+
Blogs
5+
=====
66

7-
OpenStack
8-
=========
7+
This is the index page.
8+
9+
Enjoy!
10+
11+
12+
Cloud
13+
=====
914

1015
.. toctree::
1116
:glob:

pages/Cloud/openstack.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
What is OpenStack
2+
=================
3+
4+
**Open source software for creating private and public clouds.**
5+
6+
OpenStack software controls large pools of compute, storage, and networking resources throughout a datacenter, managed through a `dashboard <http://www.openstack.org/software/openstack-dashboard/>`_ or via the `OpenStack API <http://developer.openstack.org/>`_. OpenStack works with `popular enterprise and open source technologies <http://openstack.org/marketplace/drivers/>`_ making it ideal for heterogeneous infrastructure.
7+
8+
`Hundreds of the world's largest brands <http://openstack.org/user-stories/>`_ rely on OpenStack to run their businesses every day, reducing costs and helping them move faster. OpenStack has a strong `ecosystem <http://openstack.org/foundation/companies/>`_, and users seeking commercial support can choose from different OpenStack-powered products and services in the `Marketplace <http://openstack.org/marketplace/>`_.
9+
10+
The software is built by a `thriving community <http://openstack.org/community/>`_ of developers, in collaboration with users, and is designed in the open at our `Summits <http://openstack.org/summit/>`_.

0 commit comments

Comments
 (0)