Merge pull request #32 from chenjiandongx/master

add readthedocs
pull/34/head
唐尤华 2017-12-27 15:48:53 +08:00 committed by GitHub
commit 3467c78e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* MkDocs对 Markdown 友好的文档生成器。[官网](http://www.mkdocs.org/) * MkDocs对 Markdown 友好的文档生成器。[官网](http://www.mkdocs.org/)
* pdoc一个可以替换Epydoc 的库,可以自动生成 Python 库的 API 文档。[官网](https://github.com/BurntSushi/pdoc) * pdoc一个可以替换Epydoc 的库,可以自动生成 Python 库的 API 文档。[官网](https://github.com/BurntSushi/pdoc)
* Pycco文学编程literate-programming风格的文档生成器。[官网](https://github.com/pycco-docs/pycco) * Pycco文学编程literate-programming风格的文档生成器。[官网](https://github.com/pycco-docs/pycco)
* readthedocs一个基于 Sphinx/MkDocs 的在线文档托管系统,对开源项目免费开放使用。[官网](https://github.com/rtfd/readthedocs.org/)
### 配置 ### 配置