#4910: [with patch, needs review] convert sage.functions.* docstrings to Sphinx
---------------------------+------------------------------------------------
Reporter: mhansen | Owner: tba
Type: defect | Status: new
Priority: major | Milestone: sage-3.4
Component: documentation | Keywords:
---------------------------+------------------------------------------------
Comment(by hivert):
I've found some minor problem in the patch:
{{{
- Each *Legendre polynomial* `P_n(x)` is an $n$-th degree polynomial.
}}}
Should be
{{{
- Each *Legendre polynomial* `P_n(x)` is an `n`-th degree polynomial.
}}}
And a little bit lower:
{{{
The *Legendre function of the second kind* $Q_n(x)$ is another
}}}
Should be
{{{
The *Legendre function of the second kind* `Q_n(x)` is another
}}}
A whole section
{{{
Implemented methods:
9 latex outout
10 __call__
[...]
39 extend_by_zero_to
40 unextend
}}}
seems to have vanished.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4910#comment:2>
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
-~----------~----~----~----~------~----~------~--~---