#10650: documentation bug in the class sage.calculus.riemann.ColorPlot
-----------------------------+----------------------------------------------
   Reporter:  tmonteil       |       Owner:  mvngu           
       Type:  defect         |      Status:  new             
   Priority:  minor          |   Milestone:  sage-4.6.2      
  Component:  documentation  |    Keywords:  days28, beginner
     Author:                 |    Upstream:  N/A             
   Reviewer:                 |      Merged:                  
Work_issues:                 |  
-----------------------------+----------------------------------------------

Comment(by mvngu):

 The double colon "::" should immediately follow the section title
 "EXAMPLES". Thus we should have

 {{{
 class ColorPlot(GraphicPrimitive):
     """
     The GraphicsPrimitive to display complex functions in using the domain
         coloring method

     INPUT:

         - ``z_values`` -- An array of complex values to be plotted.

         - ``x_range`` -- A minimum and maximum x value for the plot.

         - ``y_range`` -- A minimum and maximum y value for the plot.

     EXAMPLES::

         sage: p = complex_plot(lambda z: z^2-1, (-2, 2), (-2, 2))
     """
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10650#comment:1>
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