#6006: [with patch, needs work] Bring plot/point.py to 100% coverage
---------------------------+------------------------------------------------
Reporter: kcrisman | Owner: kcrisman
Type: enhancement | Status: assigned
Priority: minor | Milestone: sage-4.0.1
Component: documentation | Keywords:
---------------------------+------------------------------------------------
Comment(by mvngu):
On line 43, the constructor for {{{Point(GraphicPrimitive_xydata)}}} is
{{{
43 def __init__(self, xdata, ydata, options)
}}}
Currently with Sphinx, any docstring of {{{__init__}}} will not be shown
in the documentation for {{{Point(GraphicPrimitive_xydata)}}}. The
situation is the same for every class. So one issue to fix is to copy the
examples in {{{__init__(self, xdata, ydata, options)}}} and paste them
within the docstring for {{{Point(GraphicPrimitive_xydata)}}} after line
32. Another issue is, the constructor arguments {{{xdata, ydata,
options}}} on line 43 are not documented in the docstring for
{{{Point(GraphicPrimitive_xydata)}}}. Constructor arguments must be
documented to explain what they are, and how to properly use them.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6006#comment:4>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---