Home | Trees | Indices | Help |
|
---|
|
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 or other objects to document, and produce API documentation using the following steps:
Overview of epydoc's architecture -- |
The epydoc package contains the following subpackages and modules:
Package Tree for epydoc |
The user interfaces are provided by the gui and cli modules. The apidoc module defines the basic data types used to record information about Python objects. The programmatic interface to epydoc is provided by docbuilder. Docstring markup parsing is handled by the markup package, and output generation is handled by the docwriter package. See the submodule list for more information about the submodules and subpackages.
Requires: Python 2.3+
Version: 3.0 beta 1
To Do:Bug: UserDict.* is interpreted as imported .. why??
License: IBM Open Source License
Copyright: © 2006 Edward Loper
Contributors (Alphabetical Order):
|
|||
User Interface | |||
---|---|---|---|
| |||
Basic Data Types | |||
| |||
Documentation Generation | |||
| |||
Docstring Processing | |||
| |||
Output Generation | |||
| |||
Completeness Checking | |||
| |||
Miscellaneous | |||
|
|
|||
DEBUG = True True if debugging is turned on. |
|||
__author__ =
The primary author of eypdoc |
|||
__license__ =
The license governing the use and distribution of epydoc |
|||
__url__ =
The URL for epydoc's homepage |
|||
__version__ =
The version of epydoc |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Mar 1 04:22:20 2007 | http://epydoc.sourceforge.net |