#8209: make docstring processing available for introspection, and fix mathtt
-----------------------------+----------------------------------------------
Reporter: jhpalmieri | Owner: mvngu
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.3.3
Component: documentation | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: Mitesh Patel | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
Comment(by jhpalmieri):
Good catch about using {{{embedded=True}}}. How about this version: it
changes the first line of process_mathtt in conf.py from
{{{
if len(docstringlines) > 0:
}}}
to
{{{
if len(docstringlines) > 0 and 'SAGE_DOC_JSMATH' in os.environ:
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8209#comment:4>
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.