#5360: Redeading of #4927 convert sage.server.* docstrings to Sphinx
---------------------------+------------------------------------------------
Reporter: hivert | Owner: tba
Type: defect | Status: new
Priority: critical | Milestone: sage-3.4
Component: documentation | Keywords: sphinx transform.
---------------------------+------------------------------------------------
== File: sage/server/introspect.py ==
* Some pairs of single quote are transformed to double quote
{{{
- sage: nb.add_user('Mark','password','',force=True)
+ sage: nb.add_user('Mark','password',",force=True)
}}}
{{{
- sage: C = sage.server.notebook.cell.Cell(0, 'plot(sin(x),0,5)', '', W)
+ sage: C = sage.server.notebook.cell.Cell(0, 'plot(sin(x),0,5)', ", W)
}}}
It looks like a bad Idea...
I probably miss some so that a systematic replace {{{,",}}} by {{{,'',}}}
should solve the problem.
* Also in edit_text. the transformation
{{{
Returns a plain-text version of the worksheet with \{\{\{\}\}\} wiki-
formatting,
}}}
into
{{{
Returns a plain-text version of the worksheet with {{{}}}
}}}
looks suspicious to me.
* function edit_save: lost {{{ {{{}}} }}}:
{{{
ignore_ids -- bool (default: False); if True ignore all the
id's in the {{{}}} code block.
}}}
is now:
{{{
- ``ignore_ids`` - bool (default: False); if True
ignore all the id's in the code block.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5360>
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
-~----------~----~----~----~------~----~------~--~---