how to create module documentation: gendoc? pythondoc? other?

Andrew Bennetts andrew-pythonlist at puzzling.org
Tue Jun 3 02:05:15 EDT 2003


On Mon, Jun 02, 2003 at 10:18:01PM -0700, Jeff McCarrell wrote:
> 
> What is the preferred method to autogenerate module documentation
> these days?

Some projects like epydoc:

    http://epydoc.sourceforge.net/

It has its own simple markup, though (but copes with docstrings that don't
use it).

-Andrew.






More information about the Python-list mailing list