#17847: Cython: embed signatures in docstrings
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  major              |    Milestone:  sage-6.6
      Component:  cython             |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  Fixed upstream,    |  Work issues:
  but not in a stable release.       |       Commit:
         Branch:                     |  1a36cc96d1e9ebd5d46a3dd9c027a41e89da2ebc
  u/jdemeyer/ticket/17847            |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by SimonKing):

 Oops:
 {{{
 sage: from sage.misc.sageinspect import _sage_getdoc_unformatted
 sage: print _sage_getdoc_unformatted(TestNestedParent)
 File: sage/structure/parent.pyx (starting at line 228)

         Base class for all parents.

         Parents are the Sage/mathematical analogues of container
         objects in computer science.

 ...
 }}}
 So, even though `TestNestedParent` has its own docstring,
 `_sage_getdoc_unformatted` ignores it.

--
Ticket URL: <http://trac.sagemath.org/ticket/17847#comment:27>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

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

Reply via email to