Software:Pdoc3
From HandWiki
Initial release | August 9, 2013 |
---|---|
Stable release | 0.8.1
/ April 16, 2020 |
Repository | github |
Written in | Python |
Operating system | Cross-platform |
Type | Documentation generator |
License | Affero GPL |
Website | pdoc3 |
Pdoc3 is a software package for generating API documentation for libraries and programs written in Python programming language. The program is an actively-maintained fork of Pdoc, fixing most of its outstanding bugs and improving support for Python 3 features such as type annotations, popular Python docstring formats (numpydoc, Google-style, reStructuredText directives),[1] module discovery and identifier cross-linking, LaTeX math expressions, exporting generated documentation to PDF, etc.
See also
References
External links