Python has a buildin module called pydoc.

http://docs.python.org/library/pydoc

It can produce HTML or text documentation from python files (and can even it 
serve it through its own webserver).  You can also use it interactively in the 
interpreter, or though its own Tk based browser.

I'm sure there are reasons to prefer other systems---just mentioning the 
standard one in case you hadn't seen it yet.

-- 
Ben

----------------- Original message -----------------
From: OldGrantonian <[email protected]>
To: mnemosyne-proj-users <[email protected]>
Date: Sat, 12 Sep 2009 12:39:13 -0700 (PDT)

I've found a program called Epydoc. You point it at a Python module
and it produces framed HTML that looks like a javadoc:
http://epydoc.sourceforge.net/

The pydoc for the current 1x Bazaar branch is attached. To view the
zipped file, click the "Files" link at the left.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mnemosyne-proj-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to