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 <[EMAIL PROTECTED]> 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
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to