slackbuilds/development/epydoc
Niels Horn 4c74756b58 development/epydoc: Fixed ARCH setting - this is not noarch
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-07-04 02:56:36 -05:00
..
README development/epydoc: Added to 12.2 repository 2010-05-12 23:28:39 +02:00
epydoc.SlackBuild development/epydoc: Fixed ARCH setting - this is not noarch 2010-07-04 02:56:36 -05:00
epydoc.info development: nitpicks on ordering of .info file 2010-05-18 00:29:17 -05:00
slack-desc development/epydoc: Added to 12.2 repository 2010-05-12 23:28:39 +02:00

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.