Generating API documentation as a textfile
Laurent Pointal
laurent.pointal at limsi.fr
Tue Dec 4 03:28:36 EST 2007
More information about the Python-list mailing list
Tue Dec 4 03:28:36 EST 2007
- Previous message (by thread): Generating API documentation as a textfile
- Next message (by thread): Generating API documentation as a textfile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
MonkeeSage a écrit : > On Dec 3, 8:58 am, Samuel <newsgro... at debain.org> wrote: >> On Mon, 03 Dec 2007 06:45:45 -0800, Giampaolo Rodola' wrote: >>> dir.__doc__ >> This contains only the docstring one object (module, class, >> function, ...). I was thinking more of the complete API documentation >> that can be found in a file, and formatted in a readable way. >> >> -Samuel > > Sounds like you want pydoc. > > http://docs.python.org/lib/module-pydoc.html Or epydoc http://epydoc.sourceforge.net/ Or pudge http://pudge.lesscode.org/ Or apydia http://apydia.ematia.de/
- Previous message (by thread): Generating API documentation as a textfile
- Next message (by thread): Generating API documentation as a textfile
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list