#8442: Lie Methods and Related Combinatorics (tutorial)
--------------------------------------------+-------------------------------
Reporter: bump | Owner: bump
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.5
Component: documentation | Keywords:
Author: Daniel Bump | Upstream: N/A
Reviewer: Minh Van Nguyen, Mark Jordan | Merged:
Work_issues: |
--------------------------------------------+-------------------------------
Comment(by jhpalmieri):
In addition to the doctest failures, here are some other issues:
The documentation page that you get by clicking "help" in the notebook,
then "fast static versions ...", does not look good with the new section
on thematic tutorials: I don't think the three-column layout looks good.
The command {{{\mathfrak}}} is not recognized by jsMath, so if you make
the documentation with the {{{--jsmath}}} flag, it has a lot of errors.
Also, I would suggest creating a directory
{{{doc/en/thematic_tutorials/media/}}} (just like in the {{{reference}}}
directory, and we put pictures there. Wherever the pictures go, they
need to be included in SAGE_ROOT/devel/sage/MANIFEST.in so they get
included in the Sage library spkg -- you need a line like
{{{
recursive-include doc/en/thematic_tutorials/media *
}}}
By the way, you can include the png files in the patch by using the
command
{{{
$ hg add (path to file)/standard1.png
$ hg commit ...
$ hg export -g ...
}}}
(See [http://trac.sagemath.org/sage_trac/ticket/9074#comment:4] for a
similar explanation.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8442#comment:18>
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.