javadoc equivalent for python?
richard_chamberlain
richard_chamberlain at ntlworld.com
Fri Jul 28 01:39:31 EDT 2000
More information about the Python-list mailing list
Fri Jul 28 01:39:31 EDT 2000
- Previous message (by thread): Socket question: arbitrary port
- Next message (by thread): javadoc equivalent for python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Socket question: arbitrary port
- Next message (by thread): javadoc equivalent for python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list