https://github.com/certik/sphinx-jax
Example how to use mathjax with sphinx -- the rendering is very slow
https://github.com/certik/sphinx-jax
Last synced: about 1 year ago
JSON representation
Example how to use mathjax with sphinx -- the rendering is very slow
- Host: GitHub
- URL: https://github.com/certik/sphinx-jax
- Owner: certik
- License: mit
- Created: 2012-08-06T01:51:55.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-06T01:54:08.000Z (almost 14 years ago)
- Last Synced: 2025-04-15T00:47:48.831Z (about 1 year ago)
- Language: Python
- Size: 9.47 MB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Theoretical Physics Reference
-----------------------------
This is an opensource book, available online at:
http://theoretical-physics.net/
All files in the repository are licensed under the MIT license. The source code
of the repository is available at:
http://github.com/certik/theoretical-physics
Build
-----
Install prerequisites::
sudo apt-get install python-sphinx texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng
To build the book, do::
make web
This builds both html and pdf versions, that you can find in the _build
directory.
How to Push to Github
---------------------
First fetch the gh-pages branch and then use this script::
./copy-docs
and optionally push the gh-pages branch to github::
git push github