HappyDoc, Jython and docstrings

A

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
as python (since it parses the code tree rather than loading the
module), but it seems broken at the moment. It seems to recognise
comments after function/class/method names as documentation, but
doesn't recognise doc strings. While I can work around this if
necessary, does anyone have any solutions? Other programs that do a
similar job? Patches for HappyDoc?

Cheers,
 
A

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

Actually - don't worry. I've discovered Epydoc, which seems to work
fine for jython source using the --parse-only flag.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top