Pdoc
Pdoc is a software package for generating API documentation for Python programming language. Built as a successor to Epydoc,[1] Pdoc uses introspection to extract documentation from source code docstrings and allows programmers to generate plain text, Markdown or HTML documentation for chosen Python modules. It is thus functionally similar to Pydoc, Perldoc and Javadoc. It supports identifier cross-linking and Markdown for its doc string format.[2]
Original author(s) | Andrew Gallant |
---|---|
Developer(s) | Mitmproxy Project |
Initial release | August 9, 2013 |
Stable release | 0.3.2
/ March 23, 2016 |
Repository | github |
Written in | Python |
Operating system | Cross-platform |
Type | Documentation generator |
License | Public Domain (UNLICENSE) |
Website | github |
References
- "r/Python - pdoc is a documentation generator to replace epydoc (it comes with an HTTP server that supports automatic cross linking between modules)". reddit. Retrieved 2019-01-12.
- "pdoc README". github.com. Retrieved 2020-05-11.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.