slackbuilds_ponce/development/epydoc
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
epydoc.info
epydoc.SlackBuild
README
slack-desc

Epydoc is a tool for generating API documentation for Python modules,
based on their docstrings. For an example of epydoc's output, see
the API documentation for epydoc itself (html, pdf). A lightweight
markup language called epytext can be used to format docstrings,
and to add information about specific fields, such as parameters and
instance variables. Epydoc also understands docstrings written in
reStructuredText, Javadoc, and plaintext.