2004-04-04 12:58:47 +02:00
|
|
|
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. 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.
|
2003-12-29 08:07:37 +01:00
|
|
|
|
2004-04-04 12:58:47 +02:00
|
|
|
WWW: http://epydoc.sourceforge.net
|