Automatic Documentation Tools?

Harald Kirsch kirschh at lionbioscience.com
Thu Jan 18 02:53:06 EST 2001


Terry Hancock <hancock at earthlink.net> writes:

> 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.

Look for htmldoc.py by Ka-Ping Yee <ping at lfw.org>, 29 May 2000.

I don't remember where I downloaded it, but it does a fairly good
job. You also need the module inspect.py by the same author.

  Harald Kirsch
-- 
----------------+------------------------------------------------------
Harald Kirsch   | kirschh at lionbioscience.com | "How old is the epsilon?"
LION Bioscience | +49 6221 4038 172          |        -- Paul Erdös
       *** Please do not send me copies of your posts. ***



More information about the Python-list mailing list