slackbuilds/development/epydoc
Robby Workman 9490dfb213 development: nitpicks on ordering of .info file 2010-05-18 00:29:17 -05:00
..
README development/epydoc: Added to 12.2 repository 2010-05-12 23:28:39 +02:00
epydoc.SlackBuild development/epydoc: Updated for version 3.0.1 2010-05-13 00:24:32 +02: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.