#13512: Docstring formatting in misc_c.pyx
-----------------------------+----------------------------------------------
   Reporter:  fwclarke       |             Owner:  mvngu           
       Type:  enhancement    |            Status:  new             
   Priority:  minor          |         Milestone:  sage-5.4        
  Component:  documentation  |          Keywords:  docstring format
Work issues:                 |   Report Upstream:  N/A             
  Reviewers:                 |           Authors:  Francis Clarke  
  Merged in:                 |      Dependencies:                  
   Stopgaps:                 |  
-----------------------------+----------------------------------------------
 sage/misc/misc_c.pyx needs some double colons and blank lines.  For
 example
 {{{
 sage: prod?
 ...
        EXAMPLES:
           sage: prod([1,2,34]) 68 sage: prod([2,3], 5) 30 sage:
           prod((1,2,3), 5) 30 sage: F = factor(-2006); F -1 * 2 * 17 * 59
           sage: prod(F) -2006
 ...
 }}}
 The patch should solve the problem.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13512>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to