Hello everybody !!!

Would anyone know if it is possible in a module's docstring to
"interrupt" the documentation ?

I would like to write something like that :

"This module deals with [....]. Here is the first block of functions"

def function():
   r"""the function's documentation"""

"And here is the second one"

def function2():
   r"""the function's documentation"""

Only the second docstring is ignored (does not appear in the HTML
documentation) :-)

Any hint ?

Thaaaaaaaaaaaaaaaaaaaaaaanks !!!

Nathann

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to