Re: HappyDoc, Jython and docstrings

2007-05-15 Thread Ant
On May 15, 12:07 pm, Ant <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm looking to provide online python documentation for several jython > modules: does anyone know if there are tools to create documentation > from docstrings that work in Jython? Jython doesn't provide the pydoc > module. > > I've

HappyDoc, Jython and docstrings

2007-05-15 Thread Ant
Hi All, I'm looking to provide online python documentation for several jython modules: does anyone know if there are tools to create documentation from docstrings that work in Jython? Jython doesn't provide the pydoc module. I've looked into HappyDoc, which is supposed to work on jython as well