#8161: use Sphinx to produce docstrings from the command line
-----------------------------+----------------------------------------------
Reporter: jhpalmieri | Owner: mvngu
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.3.2
Component: documentation | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: Mitesh Patel | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Comment(by mpatel):
V2 replaces `return str(r)` with
{{{
#!python
from sagenb.misc.misc import encoded_str
return encoded_str(r)
}}}
in `sage.misc.sageinspect._sage_getdoc_unformatted`.
The sagenb patch depends on #8051 + #8167 + #8102 + #8160.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8161#comment:5>
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.