From: Richard J. <rj...@ek...> - 2002-10-11 05:08:47
|
This seemed like a good idea, hope I haven't overstepped the mark, David. I'm hoping that automatically generated API docs will help people (including me ;) to understand the API... I lieu of a "usable" version of the docutils python API doc extractor, I've run epydoc over the docutils tree, producing: http://docutils.sourceforge.net/apidoc/docutils.html I didn't include the tools or test dirs, since epydoc can't cope with them. I've also attached the list of modules you'll need if you're wanting to run the doc generator yourself via: epydoc -o /tmp/apidoc `cat list` Richard |