From 36b11517c6749123f653e2967cd5235b7927664a Mon Sep 17 00:00:00 2001 From: tangyouhua Date: Mon, 7 Nov 2016 12:55:13 +0800 Subject: [PATCH] add Sphinx url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be22bb4..513b059 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 用以生成项目文档的库。 -* Sphinx:Python 文档生成器。[官网](http://www.sphinx-doc.org/en/latest/) +* [Sphinx](http://hao.jobbole.com/sphinx/):Python 文档生成器。[官网](http://www.sphinx-doc.org/en/latest/) * awesome-sphinxdoc:[官网](https://github.com/yoloseem/awesome-sphinxdoc) * MkDocs:对 Markdown 友好的文档生成器。[官网](http://www.mkdocs.org/) * pdoc:一个可以替换Epydoc 的库,可以自动生成 Python 库的 API 文档。[官网](https://github.com/BurntSushi/pdoc)