Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
..
README e249b74d9d development/epydoc: Fix README. 4 years ago
epydoc.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 years ago
epydoc.info 4248415dde Add REQUIRED field to .info files. 12 years ago
slack-desc f641f72634 development/epydoc: Fix slack-desc. 8 years ago

README

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.