Differences between revisions 7 and 11 (spanning 4 versions)
Revision 7 as of 2005-10-25 16:13:51
Size: 1756
Editor: wlan236-232
Comment: Added Doxygen
Revision 11 as of 2006-06-05 15:18:57
Size: 2260
Editor: 66
Comment: updated pydoc links
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 * PyDoc, http://web.pydoc.org/ne documentation browser (in HTML) and/or an off-line reference manual (in $\mbox{\LaTeX}$ ) fro  * PyDoc, http://pydoc.org/ documentation browser (in HTML) and/or an off-line reference manual.  Also in the standard library as [http://docs.python.org/lib/module-pydoc.html pydoc]
Line 7: Line 7:
 * Another PythonDoc - uses JavaDoc-style comments. http://effbot.org/zone/pythondoc.htm  * Another PythonDoc - uses JavaDoc-style comments, and produces HTML and XML output. Can also be used as a library, producing ElementTree descriptions of your source code. http://effbot.org/zone/pythondoc.htm
Line 12: Line 12:
 * Pudge, http://pudge.lesscode.org/
 * Endo, part of the Enthought Tool Suite (http://code.enthought.com/ets/), is aware of Traits-based attributes (Traits is also part of ETS); uses ReStructuredText or plain text in docstrings and in plain comments that immediately precede variable assignments; and generates HTML output.

Automatic Python API documentation generation tools:

Other projects that can be used to produce API documentation:

DocumentationTools (last edited 2023-02-04 13:42:35 by GilOliveira)

Unable to edit the page? See the FrontPage for instructions.