On Jan 13, 9:48 am, Andrey Novoseltsev <novos...@gmail.com> wrote:
> Hello,
>
> I just openedhttp://trac.sagemath.org/sage_trac/ticket/10624
> about treatment of slashed by the notebook interactive help system. I
> suppose it should not be very difficult to fix but I have no idea
> where to look. Can someone familiar with the documentation system take
> a look at it?

I think the issue is the lines

    # This is needed for jsMath to work.
    docstring = docstring.replace('\\\\', '\\')

from the function sphinxify in sagenb.misc.sphinxify. I'm not sure
what to do to fix the problem.

(In the examples on #10624, sphinxify is called for the function g2,
but not for g1, which is why the docstrings look completely different
for the two.)

--
John

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to