Automatic Documentation Tools?

Steve Holden sholden at holdenweb.com
Thu Jan 18 02:58:38 EST 2001


"Terry Hancock" <hancock at earthlink.net> wrote in message
news:mailman.979786073.2627.python-list at python.org...
> I've seen a number of automatically generated documentation
> on the web for C/C++ source code.  Is there anything like
> this for Python?  I've taken over documenting a piece of
> code, and it would be nice to at list have a list of classes,
> attributes, and methods from which to work.  Seems like it
> ought to be automateable, but I don't know the fastest way
> to do it.
>
> Any suggestions?
>
> --
> Terry Hancock
> hancock at earthlink.net
>
Terry:

I posted this some time ago. It won't give you the attributes, but at least
you'll know where to look for the classes and functions, and the listing it
builds will give you a start on your documentation.

    http://www.holdenweb.com/Python/

regards
 Steve





More information about the Python-list mailing list