Hello everybody !!!

I've been writing a tutorial for LP, and I hope the Graph tutorial
will follow, but I have a problem with doctests... Something like that
:

    sage: g = Graph()

Now we add a vertex ::

    sage: g.add_vertex(1)

does not work as Sphinx forgets the definition of "g" between
doctests. It works fine when methods are doctested, but for some
reason a .rst file does not behave the same way :-/

Any idea how to fix it ?

Thankssssss !!!

Nathann

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

Reply via email to