mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Merge pull request #185 from paolodina/patch-1
Added pdoc api doc generator to Documentation.
This commit is contained in:
commit
3e71747ca8
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [reStructuredText](http://docutils.sourceforge.net/rst.html) - Markup Syntax and Parser Component of Docutils.
|
||||
* [MkDocs](http://www.mkdocs.org/) - Markdown friendly documentation generator.
|
||||
* [Pycco](http://fitzgen.github.io/pycco/) - The original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
|
||||
* [pdoc](https://github.com/BurntSushi/pdoc) - Epydoc replacement to auto generate API documentation for Python libraries.
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue