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.