Skip to content

Commit

Permalink
测试撰写
Browse files Browse the repository at this point in the history
  • Loading branch information
huataihuang committed Dec 25, 2016
1 parent dd41673 commit 95377b6
Show file tree
Hide file tree
Showing 61 changed files with 642 additions and 64 deletions.
Binary file added .DS_Store
Binary file not shown.
34 changes: 34 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
=========================================================
《云图》 0.1rd Edition
=========================================================

-------------------------------------------------------------

《云图》 0.1rd 重新出发 -- 2016/12/21

* 在线阅读地址:http://cloud-atlas.readthedocs.io/zh_CN/latest/

-------------------------------------------------------------

++++++++++++++++
著者的话
++++++++++++++++

随着开源技术的迅速发展,凭一己之力,构建 one personal detacenter 不再是虚幻。

最初我选择了gitbook撰写《云图》,通过不断添加日常工作中的实践文档来撰写,但是依然比较散乱。

所以计划以 `cloud-atlas-draft <https://github.com/huataihuang/cloud-atlas-draft>` 为素材,在2017年从头开始完整撰写一本 `Cloud Atlas <https://github.com/huataihuang/cloud-atlas>`。

++++++++++++++++
项目说明
++++++++++++++++

#. 所有文档均使用reStructuredText编辑,参考 reStructuredText_
#. 当前文档生成托管在 readthedocs_ 上
#. 生成的文档预览地址: cloud-atlas_
#. 使用了python官方文档主题 sphinx-rtd-theme_ ,也是默认的主题default.

..note::

本书撰写参考了 `《Python Cookbook》 3rd Edition 翻译 <https://github.com/yidao620c/python3-cookbook>`_ 文档撰写风格,并感谢该书译者
Binary file removed build/.doctrees/environment.pickle
Binary file not shown.
Binary file removed build/.doctrees/index.doctree
Binary file not shown.
20 changes: 0 additions & 20 deletions build/_sources/index.rst.txt

This file was deleted.

Binary file added build/doctrees/about.doctree
Binary file not shown.
Binary file added build/doctrees/environment.pickle
Binary file not shown.
Binary file added build/doctrees/index.doctree
Binary file not shown.
Binary file added build/doctrees/preface.doctree
Binary file not shown.
File renamed without changes.
Binary file added build/html/_images/cloud_atlas.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions build/html/_sources/about.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _about-author:

==============
关于作者
==============

* 姓名: 黄华泰
* 微信: huataihuang
* Email: huataihuang@gmail.com
* 博客: http://huatai.me/
* GitHub: https://github.com/huataihuang
11 changes: 11 additions & 0 deletions build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _云计算指南:

云图
=======================================

.. toctree::
:maxdepth: 1
:caption: Contents:

about
preface
38 changes: 38 additions & 0 deletions build/html/_sources/preface.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
==================================
前言
==================================

----------------------------------
项目主页
----------------------------------
https://github.com/huataihuang/cloud-atlas

----------------------------------
著者的话
----------------------------------

我有一个想法:综合开源技术,完全自动化实现整个云计算的部署和运作。

* 自动安装物理服务器操作系统
* 自动完成CMDB的物理和虚拟系统的注册
* 通过OpenStack这样的IaaS来实现资源的管理
* 结合Docker容器和KVM虚拟化实现海量的虚拟服务器
* 自动的资源调度和故障切换
* 分布式存储和存储虚拟化
* 数据库和NoSQL
* 负载均衡和反向代理
* DNS和NTP以及相关基础网络服务

所有的这一切都是一个完整的一体的自动部署和优化,以及各种开源技术的集成和细节实践。

既然这个网站是系统地指引构建云计算的文档,何不将它视为一个探险手册、一份地图?

所以我把这个积累云计算技术实践的网站称为"云图" - Cloud Atlas

-- :ref:`about-author`?

----

一部关于自由的电影《`云图 <http://movie.douban.com/subject/3530403/>`_》

.. image:: _static/cloud_atlas.jpg
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
216 changes: 216 additions & 0 deletions build/html/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@


<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>关于作者 &mdash; Cloud Atlas 0.1 documentation</title>















<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />





<link rel="author" title="About these documents"
href="#"/>
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="Cloud Atlas 0.1 documentation" href="index.html"/>
<link rel="next" title="前言" href="preface.html"/>
<link rel="prev" title="云图" href="index.html"/>


<script src="_static/js/modernizr.min.js"></script>

</head>

<body class="wy-body-for-nav" role="document">

<div class="wy-grid-for-nav">


<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">



<a href="index.html" class="icon icon-home"> Cloud Atlas



</a>




<div class="version">
0.1
</div>




<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>


</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">



<p class="caption"><span class="caption-text">Contents:</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">关于作者</a></li>
<li class="toctree-l1"><a class="reference internal" href="preface.html">前言</a></li>
</ul>



</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">


<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">Cloud Atlas</a>
</nav>



<div class="wy-nav-content">
<div class="rst-content">






<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> &raquo;</li>

<li>关于作者</li>
<li class="wy-breadcrumbs-aside">


<a href="_sources/about.rst.txt" rel="nofollow"> View page source</a>


</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<div class="section" id="about-author">
<span id="id1"></span><h1>关于作者<a class="headerlink" href="#about-author" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li>姓名: 黄华泰</li>
<li>微信: huataihuang</li>
<li>Email: <a class="reference external" href="mailto:huataihuang&#37;&#52;&#48;gmail&#46;com">huataihuang<span>&#64;</span>gmail<span>&#46;</span>com</a></li>
<li>博客: <a class="reference external" href="http://huatai.me/">http://huatai.me/</a></li>
<li>GitHub: <a class="reference external" href="https://github.com/huataihuang">https://github.com/huataihuang</a></li>
</ul>
</div>


</div>
</div>
<footer>

<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">

<a href="preface.html" class="btn btn-neutral float-right" title="前言" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>


<a href="index.html" class="btn btn-neutral" title="云图" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>

</div>


<hr/>

<div role="contentinfo">
<p>
&copy; Copyright 2016, Huatai Huang.

</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.

</footer>

</div>
</div>

</section>

</div>





<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.1',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>





<script type="text/javascript" src="_static/js/theme.js"></script>




<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>


</body>
</html>
10 changes: 8 additions & 2 deletions build/genindex.html → build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@



<link rel="author" title="About these documents"
href="about.html"/>
<link rel="index" title="Index"
href="#"/>
<link rel="search" title="Search" href="search.html"/>
Expand Down Expand Up @@ -83,8 +85,12 @@



<!-- Local TOC -->
<div class="local-toc"></div>
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="about.html">关于作者</a></li>
<li class="toctree-l1"><a class="reference internal" href="preface.html">前言</a></li>
</ul>



</div>
Expand Down

0 comments on commit 95377b6

Please sign in to comment.