Hello everybody,

David reported a problem about #19061, a ticket which will help us
maintain a thematic index of function in a module file.

The problem is the following:

    Is Cython injecting lines in our documentation?

 For instance:

    sage: cat a.pyx
    def a():
        r"""
        Test
        """
        pass
    sage: %runfile a.pyx
    sage: print a.__doc__
    File: _home_ncohen_a_pyx_0.pyx (starting at line 6)

        Test

As you can see, the line "File: ..." was added in the meantime.

Is this done by Cython? Is this done by us?

Is there a preferred way to filter those lines out, or should I do the
ugly thing and ignore lines of doc that do not start with at least
four spaces ? :-/

Thanks for your help,

Nathann

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to