Skip to content

Commit ba531a6

Browse files
committed
Fix wrong CloudComputing pages of index.rst
Fix wrong CloudComputing pages of index.rst
1 parent c8b17cf commit ba531a6

File tree

10 files changed

+51
-24
lines changed

10 files changed

+51
-24
lines changed

doc/html/index.html

Lines changed: 8 additions & 7 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.dev5',
18+
VERSION: '0.0.1.dev7',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
2121
HAS_SOURCE: true
@@ -25,7 +25,7 @@
2525
<script type="text/javascript" src="static/underscore.js"></script>
2626
<script type="text/javascript" src="static/doctools.js"></script>
2727
<link rel="top" title="LIU Yulong&#39;s Cloud Blog" href="#" />
28-
<link rel="next" title="Do someting" href="pages/AboutMe/me.html" />
28+
<link rel="next" title="What is OpenStack" href="pages/CloudComputing/openstack.html" />
2929
</head>
3030
<body>
3131
<div id="header">
@@ -51,7 +51,8 @@ <h1>Blogs<a class="headerlink" href="#blogs" title="Permalink to this headline">
5151
<div class="section" id="cloud-computing">
5252
<h2>Cloud Computing<a class="headerlink" href="#cloud-computing" title="Permalink to this headline"></a></h2>
5353
<div class="toctree-wrapper compound">
54-
<ul class="simple">
54+
<ul>
55+
<li class="toctree-l1"><a class="reference internal" href="pages/CloudComputing/openstack.html">What is OpenStack</a></li>
5556
</ul>
5657
</div>
5758
</div>
@@ -101,8 +102,8 @@ <h3><a href="#">Table Of Contents</a></h3>
101102
</ul>
102103

103104
<h4>Next topic</h4>
104-
<p class="topless"><a href="pages/AboutMe/me.html"
105-
title="next chapter">Do someting</a></p>
105+
<p class="topless"><a href="pages/CloudComputing/openstack.html"
106+
title="next chapter">What is OpenStack</a></p>
106107
<h3>This Page</h3>
107108
<ul class="this-page-menu">
108109
<li><a href="sources/index.txt"
@@ -130,15 +131,15 @@ <h3>Quick search</h3>
130131
<h3>Navigation</h3>
131132
<ul>
132133
<li class="right" style="margin-right: 10px">
133-
<a href="pages/AboutMe/me.html" title="Do someting"
134+
<a href="pages/CloudComputing/openstack.html" title="What is OpenStack"
134135
accesskey="N">next</a></li>
135136
<li><a href="#">LIU Yulong&#39;s Cloud Blog</a> &raquo;</li>
136137
</ul>
137138
</div>
138139

139140
<div class="footer">
140141
&copy; Copyright 2016, LIU Yulong.
141-
Last updated on &#39;Wed Aug 17 12:54:09 2016, commit edeb0b1&#39;.
142+
Last updated on &#39;Wed Aug 17 13:44:51 2016, commit c8b17cf&#39;.
142143
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
143144
</div>
144145
<script type="text/javascript">

doc/html/objects.inv

0 Bytes
Binary file not shown.

doc/html/pages/AboutMe/me.html

Lines changed: 6 additions & 6 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.dev5',
18+
VERSION: '0.0.1.dev7',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
2121
HAS_SOURCE: true
@@ -26,7 +26,7 @@
2626
<script type="text/javascript" src="../../static/doctools.js"></script>
2727
<link rel="top" title="LIU Yulong&#39;s Cloud Blog" href="../../index.html" />
2828
<link rel="next" title="LIU Yulong" href="resume.html" />
29-
<link rel="prev" title="Blogs" href="../../index.html" />
29+
<link rel="prev" title="What is OpenStack" href="../CloudComputing/openstack.html" />
3030
</head>
3131
<body>
3232
<div id="header">
@@ -57,8 +57,8 @@ <h1>Do someting<a class="headerlink" href="#do-someting" title="Permalink to thi
5757
<div class="sphinxsidebar">
5858
<div class="sphinxsidebarwrapper">
5959
<h4>Previous topic</h4>
60-
<p class="topless"><a href="../../index.html"
61-
title="previous chapter">Blogs</a></p>
60+
<p class="topless"><a href="../CloudComputing/openstack.html"
61+
title="previous chapter">What is OpenStack</a></p>
6262
<h4>Next topic</h4>
6363
<p class="topless"><a href="resume.html"
6464
title="next chapter">LIU Yulong</a></p>
@@ -92,15 +92,15 @@ <h3>Navigation</h3>
9292
<a href="resume.html" title="LIU Yulong"
9393
accesskey="N">next</a></li>
9494
<li class="right" >
95-
<a href="../../index.html" title="Blogs"
95+
<a href="../CloudComputing/openstack.html" title="What is OpenStack"
9696
accesskey="P">previous</a> |</li>
9797
<li><a href="../../index.html">LIU Yulong&#39;s Cloud Blog</a> &raquo;</li>
9898
</ul>
9999
</div>
100100

101101
<div class="footer">
102102
&copy; Copyright 2016, LIU Yulong.
103-
Last updated on &#39;Wed Aug 17 12:54:09 2016, commit edeb0b1&#39;.
103+
Last updated on &#39;Wed Aug 17 13:44:51 2016, commit c8b17cf&#39;.
104104
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
105105
</div>
106106
<script type="text/javascript">

doc/html/pages/AboutMe/resume.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.dev5',
18+
VERSION: '0.0.1.dev7',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
2121
HAS_SOURCE: true
@@ -93,7 +93,7 @@ <h3>Navigation</h3>
9393

9494
<div class="footer">
9595
&copy; Copyright 2016, LIU Yulong.
96-
Last updated on &#39;Wed Aug 17 12:54:09 2016, commit edeb0b1&#39;.
96+
Last updated on &#39;Wed Aug 17 13:44:51 2016, commit c8b17cf&#39;.
9797
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
9898
</div>
9999
<script type="text/javascript">

doc/html/pages/CloudComputing/openstack.html

Lines changed: 17 additions & 3 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.dev5',
18+
VERSION: '0.0.1.dev7',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
2121
HAS_SOURCE: true
@@ -24,7 +24,9 @@
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="../../index.html" />
27+
<link rel="top" title="LIU Yulong&#39;s Cloud Blog" href="../../index.html" />
28+
<link rel="next" title="Do someting" href="../AboutMe/me.html" />
29+
<link rel="prev" title="Blogs" href="../../index.html" />
2830
</head>
2931
<body>
3032
<div id="header">
@@ -57,6 +59,12 @@ <h1>What is OpenStack<a class="headerlink" href="#what-is-openstack" title="Perm
5759
</div>
5860
<div class="sphinxsidebar">
5961
<div class="sphinxsidebarwrapper">
62+
<h4>Previous topic</h4>
63+
<p class="topless"><a href="../../index.html"
64+
title="previous chapter">Blogs</a></p>
65+
<h4>Next topic</h4>
66+
<p class="topless"><a href="../AboutMe/me.html"
67+
title="next chapter">Do someting</a></p>
6068
<h3>This Page</h3>
6169
<ul class="this-page-menu">
6270
<li><a href="../../sources/pages/CloudComputing/openstack.txt"
@@ -83,13 +91,19 @@ <h3>Quick search</h3>
8391
<div class="related">
8492
<h3>Navigation</h3>
8593
<ul>
94+
<li class="right" style="margin-right: 10px">
95+
<a href="../AboutMe/me.html" title="Do someting"
96+
accesskey="N">next</a></li>
97+
<li class="right" >
98+
<a href="../../index.html" title="Blogs"
99+
accesskey="P">previous</a> |</li>
86100
<li><a href="../../index.html">LIU Yulong&#39;s Cloud Blog</a> &raquo;</li>
87101
</ul>
88102
</div>
89103

90104
<div class="footer">
91105
&copy; Copyright 2016, LIU Yulong.
92-
Last updated on &#39;Wed Aug 17 12:54:09 2016, commit edeb0b1&#39;.
106+
Last updated on &#39;Wed Aug 17 13:44:51 2016, commit c8b17cf&#39;.
93107
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
94108
</div>
95109
<script type="text/javascript">

doc/html/rss.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
<rss version="2.0"><channel><title>gotostack.github.io</title><link>https://gotostack.github.io</link><description /><copyright>2016, LIU Yulong</copyright><item><title>What is OpenStack</title><link>https://gotostack.github.io/pages/Cloud/openstack.html</link><description>
1+
<rss version="2.0"><channel><title>gotostack.github.io</title><link>https://gotostack.github.io</link><description /><copyright>2016, LIU Yulong</copyright><item><title>What is OpenStack</title><link>https://gotostack.github.io/pages/CloudComputing/openstack.html</link><description>
2+
3+
&lt;p&gt;&lt;strong&gt;Open source software for creating private and public clouds.&lt;/strong&gt;&lt;/p&gt;
4+
&lt;p&gt;OpenStack software controls large pools of compute, storage, and networking resources throughout a datacenter, managed through a &lt;a class="reference external" href="http://www.openstack.org/software/openstack-dashboard/"&gt;dashboard&lt;/a&gt; or via the &lt;a class="reference external" href="http://developer.openstack.org/"&gt;OpenStack API&lt;/a&gt;. OpenStack works with &lt;a class="reference external" href="http://openstack.org/marketplace/drivers/"&gt;popular enterprise and open source technologies&lt;/a&gt; making it ideal for heterogeneous infrastructure.&lt;/p&gt;
5+
&lt;p&gt;&lt;a class="reference external" href="http://openstack.org/user-stories/"&gt;Hundreds of the world&#8217;s largest brands&lt;/a&gt; rely on OpenStack to run their businesses every day, reducing costs and helping them move faster. OpenStack has a strong &lt;a class="reference external" href="http://openstack.org/foundation/companies/"&gt;ecosystem&lt;/a&gt;, and users seeking commercial support can choose from different OpenStack-powered products and services in the &lt;a class="reference external" href="http://openstack.org/marketplace/"&gt;Marketplace&lt;/a&gt;.&lt;/p&gt;
6+
&lt;p&gt;The software is built by a &lt;a class="reference external" href="http://openstack.org/community/"&gt;thriving community&lt;/a&gt; of developers, in collaboration with users, and is designed in the open at our &lt;a class="reference external" href="http://openstack.org/summit/"&gt;Summits&lt;/a&gt;.&lt;/p&gt;
7+
</description><pubDate>Wed, 17 Aug 2016 00:00:00 </pubDate></item><item><title>LIU Yulong</title><link>https://gotostack.github.io/pages/AboutMe/resume.html</link><description>
8+
9+
&lt;p&gt;My name is LIU Yulong.&lt;/p&gt;
10+
</description><pubDate>Wed, 17 Aug 2016 00:00:00 </pubDate></item><item><title>Do someting</title><link>https://gotostack.github.io/pages/AboutMe/me.html</link><description>
11+
12+
&lt;p&gt;Doing&lt;/p&gt;
13+
</description><pubDate>Wed, 17 Aug 2016 00:00:00 </pubDate></item><item><title>What is OpenStack</title><link>https://gotostack.github.io/pages/Cloud/openstack.html</link><description>
214

315
&lt;p&gt;&lt;strong&gt;Open source software for creating private and public clouds.&lt;/strong&gt;&lt;/p&gt;
416
&lt;p&gt;OpenStack software controls large pools of compute, storage, and networking resources throughout a datacenter, managed through a &lt;a class="reference external" href="http://www.openstack.org/software/openstack-dashboard/"&gt;dashboard&lt;/a&gt; or via the &lt;a class="reference external" href="http://developer.openstack.org/"&gt;OpenStack API&lt;/a&gt;. OpenStack works with &lt;a class="reference external" href="http://openstack.org/marketplace/drivers/"&gt;popular enterprise and open source technologies&lt;/a&gt; making it ideal for heterogeneous infrastructure.&lt;/p&gt;

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.dev5',
18+
VERSION: '0.0.1.dev7',
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 12:54:09 2016, commit edeb0b1&#39;.
97+
Last updated on &#39;Wed Aug 17 13:44:51 2016, commit c8b17cf&#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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Cloud Computing
1616
:glob:
1717
:maxdepth: 1
1818

19-
pages/Cloud/*
19+
pages/CloudComputing/*
2020

2121

2222
Linux

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Cloud Computing
1616
:glob:
1717
:maxdepth: 1
1818

19-
pages/Cloud/*
19+
pages/CloudComputing/*
2020

2121

2222
Linux

0 commit comments

Comments
 (0)