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

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.