javadoc equivalent for python?
richard_chamberlain
richard_chamberlain at ntlworld.com
Fri Jul 28 01:39:31 EDT 2000
David,
A couple of things spring to mind:
There is PythonDoc - which I've not used but you can get it at:
http://starship.python.net/crew/danilo/pythondoc/
Also Ka-Ping Yee's inspect.py and htmldoc are very good:
http://www.lfw.org/python/
These produce documentation based on docstrings and comments (#).
Paul Prescod recently asked me to write a raw text ouput using inspect.py
which you can have if you let me know.
Richard
David White <dwhite2 at seas.upenn.edu> wrote in message
news:3980AA2F.4E4E6E1F at seas.upenn.edu...
> Hi all,
>
> Is there an equivalent python application to javadoc?
>
> thanks,
> david
More information about the Python-list
mailing list