#7249: switch the notebook's templating system to Jinja2
------------------------------------+---------------------------------------
Reporter: ddrake | Owner: boothby
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-4.3.1
Component: notebook | Keywords:
Author: Tim Dumol, Dan Drake | Upstream: N/A
Reviewer: Mitesh Patel | Merged:
Work_issues: |
------------------------------------+---------------------------------------
Comment(by mpatel):
Sphinx raises
{{{
reading sources... [100%] sagenb/notebook/worksheet
Sphinx error:
'utf8' codec can't decode bytes in position 420-422: invalid data
}}}
The "invalid" data appears to be `u'\xe4'` in line 695 (or so) of
`worksheet.py`:
{{{
#!python
u'\u03ab\xe4\u013b\u01be\u1e40\u0411'
}}}
V8 just makes the docstring raw (`"""` --> `r"""`). I've added `'Теория
чисел'`, partly for fun.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7249#comment:24>
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.