We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a135d1 commit 037526fCopy full SHA for 037526f
index.rst
@@ -1,5 +1,6 @@
1
.. include:: README.rst
2
3
+.. include:: meta.rst
4
5
.. toctree::
6
:glob:
meta.rst
@@ -0,0 +1,8 @@
+如何编译 reST 文档
+------------------
+
+reST 文档的编译依赖 make 和 sphinx,安装完依赖后在文档的根目录执行
+`make html` 构建 HTML 文档,如无错误即可在 `_build/html` 目录中生成对应的 HTML 文件,
+可以在浏览器中直接打开 `_build/html/index.html` 预览生成的 HTML。
7
8
+本文档托管在 ReadTheDocs,文档合并之主分支后将会自动构建,预览请访问 `RTFD <http://z42.readthedocs.org/zh/latest/>`_ 。
0 commit comments