[sage-devel] Testing cython functions in docstrings

2010-11-21 Thread André-Patrick Bubel
Hi, I wrote a patch for the ODE solver some time ago which wasn't accepted yet. http://trac.sagemath.org/sage_trac/ticket/8981 As I wanted to bring it up to date and maybe improve the documentation a bit I (again) came across the problem, that the last example of the module http://www.sagema

Re: [sage-devel] Testing cython functions in docstrings

2010-11-21 Thread Jeroen Demeyer
On 2010-11-21 18:57, André-Patrick Bubel wrote: > Is there a way to automatically test the code anyway using this cython > function? I'm afraid this is not possible for the moment. What is possible, is to write the code you want to test as a function in a .pyx file and then test that function. S