Changes between Initial Version and Version 14 of Ticket #6673
- Timestamp:
- 10/24/09 19:26:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6673
- Property Cc schilly added
-
Property
Summary
changed from
[with patch, needs review] Set up jsMath extensions, macros, etc., for the documentation
toSet up jsMath extensions, macros, etc., for the documentation
-
Property
Priority
changed from
minor
tomajor
-
Property
Milestone
changed from
to
sage-4.1.2
-
Property
Reviewers
changed from
to
John Palmieri
-
Ticket #6673 – Description
initial v14 1 Currently, the documentation uses a "vanilla" `easy/load.js` script to load jsMath. This excludes Sage-specific customizations, including a number of LaTeX macros. After this ticket is merged, we should be able to build all Sage documentation with `--jsmath` and have no "ugly-scary" warnings when browsing the offline documentation.1 Currently, the documentation uses a stock jsMath loader script. This excludes Sage-specific customizations, e.g., the notebook's default jsMath macros. The patch 2 2 3 See #4714 for background. That ticket is the "notebook" analogue of this one. 3 * [attachment:trac_6673-jsmath_macros_docs_v3.patch] 4 5 inserts the settings via a template when the docs are built. The patch also sets up a 'sage' HTML theme (cf. [http://sphinx.pocoo.org/theming.html#creating-themes Sphinx docs]) for later customization. 6 7 See #4714 for a "notebook" version.