Python source cross reference doc generator?

Roger Binns rogerb at rogerbinns.com
Sun Mar 12 00:10:22 EST 2006


"Harry Fuecks" <hfuecks at gmail.com> wrote in message news:mailman.3088.1142101145.27775.python-list at python.org...
> Wondering if a tool exists to generate "cross reference" documentation
> for Python code bases?

PyXR does cross referencing.  epydoc generates good doc from comments
(javadoc style):

  http://pyxr.sourceforge.net/
  http://epydoc.sourceforge.net/

This their output run over a non-trivial codebase:

  http://www.bitpim.org/pyxr/
  http://www.bitpim.org/apidoc/

It would be really nice if they were both integrated together.

Roger 





More information about the Python-list mailing list