move HTML from readthedocs to github

This commit is contained in:
Dongdong Tian 2016-05-28 14:52:05 +08:00
parent 5b282da1ab
commit b625021fda

View File

@ -14,8 +14,8 @@
- 书的文字部分来自于 `Andriki`_ 提供的Mediawiki源码
- 使用 `Sphinx`_ 制作文档
- 项目主页: https://github.com/seisman/how-to-write-makefile
- 网页在线版http://how-to-write-makefile.readthedocs.org/zh_CN/latest/
- PDF下载https://media.readthedocs.org/pdf/how-to-write-makefile/latest/how-to-write-makefile.pdf
- 网页在线版: http://seisman.github.io/how-to-write-makefile/
- PDF下载 https://github.com/seisman/how-to-write-makefile/raw/pdf/Makefile.pdf
本地编译
--------
@ -26,7 +26,7 @@
#. 安装依赖::
$ pip install sphinx sphinx_rtd_theme pygments
$ pip install -r requirements.txt
#. 编译生成HTML::