| Home | Trees | Index | Help |
|
|---|
| Package lemon :: Package external :: Package epydoc |
|
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:
epydoc.imports.
epydoc.objdoc.
epydoc.uid is used to create unique
identifiers for each object.
epydoc.markup package is used to
parse the objects' documentation strings.
epydoc.html or epydoc.latex.
epydoc.css is used to generate the
CSS stylehseet for HTML output.
epydoc.help is used to generate the
help page for HTML output.
epydoc.colorize is used to colorize
doctest blocks and regular expressions variable values for HTML
output.
Version: 2.0
Author: Edward Loper
Copyright: (C) 2003 Edward Loper
License: IBM Open Source License
Requires: Python 2.1+, or Python 2.0 with inspect.py.
To Do for Version 3.0:
epydoc.objdoc.ObjDoc:
ObjDocs will contain info about objects, but not
gather it.
inspection module will gather info via
inspection.
parsing module will provide an alternative,
gathering info by parsing python files.
Var will be replaced by VarDoc, a
subclass of ObjDoc.
ObjDocs in a directed acyclic graph, rather
than using a links and a dictionary? Are non-directed cycles a
problem? Interaction of the access hierarchy (a.b.c) and the base
class hierarchy? What does pydoc do?
epydoc.uid.findUID to be more robust.
Contributors (Alphabetical Order):
| Submodules | |
|---|---|
| Interface Modules | |
| Inspection Modules | |
| Docstring Parsing Modules | |
| Documentation Output Modules | |
| |
| Testing Modules | |
| Variable Summary | |
|---|---|
str |
__author__ = 'Edward Loper <edloper@gradient.cis.upenn.e...
|
str |
__license__: The license governing the use and distribution of epydoc. |
str |
__url__ = 'http://epydoc.sourceforge.net'
|
str |
__version__ = '2.0'
|
| Variable Details |
|---|
__author__
|
__license__The license governing the use and distribution of epydoc.
|
__url__
|
__version__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Nov 10 15:08:12 2003 | http://epydoc.sf.net |