Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
17 user(s) are online (13 user(s) are browsing encyclopedia)

Members: 0
Guests: 17

more...
partner

Epydoc

Epydoc is a documentation tool that renders its own lightweight markup language Epytext for Python programming language documentation strings. As opposed to freeform Python docstrings and other markup languages (reStructured Text) for docstrings, Epytext supports linking between different pieces of documentation. There are several tools for rendering Epytext. The most common way, aside from leaving it for the user to interpretate, is to render it as a series of HTML documents for display on the Internet. Epydoc also supports viewing the rendered docstrings within Python using a GUI.

=External link=

*[http://epydoc.sourceforge.net/ Epydoc website]