Ticket #5799 (closed defect: fixed)
[with patch, positive review] jsMath, favicon, and logo for live, static, and offline docs
| Reported by: | mpatel | Owned by: | tba |
|---|---|---|---|
| Priority: | minor | Milestone: | sage-4.1 |
| Component: | documentation | Keywords: | |
| Cc: | Author(s): | Mitesh Patel, John Palmieri | |
| Report Upstream: | Reviewer(s): | John Palmieri, Robert Miller | |
| Merged in: | sage-4.1.rc0 | Work issues: |
Description
A few changes to
* Enable jsMath in static and offline docs.
* Display a Sage favicon in static and offline docs.
* Display a Sage logo in live, static, and offline docs.
"Offline" docs are just those accessed via file:///.
I'm not sure whether/how Mercurial handles binary files, so I've attached two patches. One mentions the added favicon and logo files; the other doesn't. To get the png files themselves in the right place, I first created doc/common/static. Then, in this directory I did
wget http://www.sagemath.org/pix/sageicon.png
and
ln -s ../../../../../data/extcode/notebook/images/sagelogo.png .
I've attached these, too.
Note: There's a favicon.ico in the same extcode directory, but it's not transparent. There is another sagelogo.png in SAGE_ROOT/data/extcode/images, but its dimensions are larger.
The jsMath issue was mentioned on sage-devel:
The favicon and logo were mentioned in connection with a doc sidebar toggle:
I'll make a separate ticket for the toggle.

