SlackBuildsOrg/development/epydoc
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
epydoc.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
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.