create documentation with the comments present in the source code

SENEQUIER francois.senequier at voila.fr
Fri Sep 14 04:02:07 EDT 2001


Hi,

I just want to know if an utility as 'Javadoc' exists for Python.

I explain...

As it is possible to put comment in 'python' code just after a function, a
class as following :

def Function():
    """
    My comment
    """
    if ...

As it is possible to get this comment in the python command with an simple
instruction...

Is there an utility which realize a pretty documentation with these comments
?


Thanks





More information about the Python-list mailing list