Epydoc 3.0 (Default branch) |
|
|
Wednesday January 30, 2008. 05:33 PM FreshMeat
Epydoc is a tool for generating API documentation for Python modules, based on their inline documentation strings (docstrings). It produces HTML output (similar to the output produced by Javadoc) and LaTeX output. It supports four markup languages for documentation strings: Epytext, Javadoc, ReStructuredText, and plain text.
License: MIT/X Consortium License
Changes:
This version of epydoc can use both introspection
and source code parsing to extract documentation
information about Python modules, and it can
combine information from both sources. This is
important because each source has its own
advantages and disadvantages with respect to the
other.
|