Documenting Python code.

Sébastien Boisgérault Sebastien.Boisgerault at gmail.com
Tue May 3 11:04:54 EDT 2005


Have a look at Epydoc (http://epydoc.sourceforge.net/), a documentation
system
that generates HTML and PDF docs. Plain text, Javadoc,
ReStructuredText,
and Epytext docstrings are handled gracefully.

ReStructuredText (or a suitable subset of RST) is probably the best
choice IMHO.

SB




More information about the Python-list mailing list