[show private | hide private]

Package epydoc

Author: Edward Loper

Automatic Python reference documentation generator. Epydoc processes Python modules and docstrings to generate formatted API documentation, in the form of HTML pages. Epydoc can be used via a command-line interface (epydoc.cli) and a graphical interface (epydoc.gui). Both interfaces let the user specify a set of modules to document, and produce API documentation using the following steps:
  1. Import the requested modules, using epydoc.imports.
  2. Construct documentation for each object, using epydoc.objdoc. epydoc.uid is used to create unique identifiers for each object, and epydoc.epytext is used to parse the objects' docstrings.
  3. Produce HTML output, using epydoc.html. epydoc.css and epydoc.help are used to generate the CSS stylesheet and the help file.

Modules

Generated by Epydoc on Sun Oct 6 03:32:10 2002 http://epydoc.sf.net