Pythonland documentation

Mike Driscoll kyosohma at gmail.com
Fri Jan 18 14:00:13 EST 2008


On Jan 18, 12:51 pm, Simon Pickles <sipick... at hotmail.com> wrote:
> Hi
>
> I am new to python (fairly) but can't stop pythonning.
>
> c++ seems so far away now.... from here it looks like a horrid scribble :)
>
> Anyway.... my question is really about doc tools. I've been used to
> doxygen in c++ land, and although it makes a reasonable stab with a
> python project in java mode, the output is a bit messy.
>
> Can any one suggest a more tailored tool? or do I risk a flamewar? :)
>
> Thanks
>
> SiPi
>
> --
> Linux user #458601 -http://counter.li.org.

Well, there's DocUtils:

http://docutils.sourceforge.net/

And here are some others:

http://peak.telecommunity.com/protocol_ref/protocols-example1.html

And finally, there's this:

http://www.python.org/community/sigs/current/doc-sig/otherlangs/

Mike



More information about the Python-list mailing list