Generating API documentation as a textfile
Jeff McNeil
jeff at jmcneil.net
Mon Dec 3 12:41:00 EST 2007
More information about the Python-list mailing list
Mon Dec 3 12:41:00 EST 2007
- Previous message (by thread): Generating API documentation as a textfile
- Next message (by thread): Any idea how to open Matlab and run M-files by using Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Check out the 'pydoc' script; it ships with Python. I've got my CI system rigged up to run pydoc on each commit and automatically generate HTML documentation. The tool actually imports a 'pydoc.py' module, which you may be able to use directly if you need more control over the process. On top of that, Doxygen might be something worth looking at (but then again, it very well might be overkill, depending on your requirements). -Jeff On 12/3/07, Samuel <newsgroups at debain.org> wrote: > > Does anyone know an easy way to extract the API documentation that is > embedded into a Python file as a text file? > > -Samuel > -- > http://mail.python.org/mailman/listinfo/python-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20071203/83e746bb/attachment.html>
- Previous message (by thread): Generating API documentation as a textfile
- Next message (by thread): Any idea how to open Matlab and run M-files by using Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list