[Zope-dev] Documenting products with epydoc
Dieter Maurer
dieter@handshake.de
Sat, 29 Mar 2003 01:48:14 +0100
Gilles Lenfant wrote at 2003-3-27 16:40 +0100:
> 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 ?
You may look at my "pydoc" patches.
Maybe, something similar allows you to use "epydoc", too.
<http://www.dieter.handshake.de/pyprojects/zope>
Dieter