[Zope-dev] Documenting products with epydoc
Gilles Lenfant
gilles@pilotsystems.net
Thu, 27 Mar 2003 16:40:49 +0100
Hi,
I use to document my (non Zope) python packages using epydoc that's (IMHO)
the best python documentation tool (javadoc like great features).
http://epydoc.sourceforge.net/
Unfortunately, this does not work with Zope products (usual pydoc doesn't
too).
How can I make a fixure to get it working ? Did any of you succeed
documenting Zope products with epydoc ?
Thanks in advance
--Gilles