#5531: [with patch, needs review] Quaternion algebra docstring formatting needs
small fixes
---------------------------+------------------------------------------------
Reporter: davidloeffler | Owner: davidloeffler
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: documentation | Keywords:
---------------------------+------------------------------------------------
In a vanilla copy of 3.4, I get complaints from sage -docbuild because
some of the docstrings in sage/algebras/quaternion_algebra.py are wrongly
formatted.
{{{
WARNING: /home/david/sage-current/local/lib/python2.5/site-
packages/sage/algebras/quaternion_algebra.py:docstring of
sage.algebras.quaternion_algebra.unpickle_QuaternionAlgebra_v0:4:
(WARNING/2) Inline emphasis start-string without end-string.
WARNING: /home/david/sage-current/local/lib/python2.5/site-
packages/sage/algebras/quaternion_algebra_element.so:docstring of
sage.algebras.quaternion_algebra_element.QuaternionAlgebraElement_abstract.conjugate:13:
(WARNING/2) Inline literal start-string without end-string.
WARNING: /home/david/sage-current/local/lib/python2.5/site-
packages/sage/algebras/quaternion_algebra_element.so:docstring of
sage.algebras.quaternion_algebra_element.QuaternionAlgebraElement_generic:3:
(WARNING/2) Literal block expected; none found.
WARNING: /home/david/sage-current/local/lib/python2.5/site-
packages/sage/algebras/quaternion_algebra_element.so:docstring of
sage.algebras.quaternion_algebra_element.QuaternionAlgebraElement_rational_field:4:
(WARNING/2) Literal block expected; none found.
WARNING: /home/david/sage-current/local/lib/python2.5/site-
packages/sage/algebras/quaternion_algebra_element.so:docstring of
sage.algebras.quaternion_algebra_element.unpickle_QuaternionAlgebraElement_generic_v0:2:
(WARNING/2) Inline emphasis start-string without end-string.
WARNING: /home/david/sage-current/local/lib/python2.5/site-
packages/sage/algebras/quaternion_algebra_element.so:docstring of
sage.algebras.quaternion_algebra_element.unpickle_QuaternionAlgebraElement_generic_v0:2:
(WARNING/2) Inline emphasis start-string without end-string.
}}}
This patch fixes that.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5531>
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
-~----------~----~----~----~------~----~------~--~---