Pythonland documentation

S

Simon Pickles

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
 
M

Mike Driscoll

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

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
 
L

Laurent Pointal

Le Fri, 18 Jan 2008 18:51:19 +0000, Simon Pickles a écrit :
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? :)

You can take a look at epydoc

http://epydoc.sourceforge.net/
 

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

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,901
Latest member
Noble71S45

Latest Threads

Top