From: Eric B. <EBi...@sa...> - 2002-03-27 00:44:42
|
I want to generate HTML documentation for my Jython modules ala `pydoc -w` for CPython. Pydoc doesn't work for me because "import java" fails under CPython. The best docstring HTML generator I've yet found for Jython is HappyDoc (http://happydoc.sourceforge.net/). What other alternatives are out there? -- Eric Bieschke |