summaryrefslogtreecommitdiff
path: root/doc/ext/math.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix link to MathJax documentationGeorg Brandl2013-03-301-1/+1
|
* Closes #1010: Make pngmath images transparent by default; IE7+ should handle it.Georg Brandl2012-10-281-12/+5
|
* Closes #817: note that math markup in docstrings needs to take care of ↵Georg Brandl2012-01-291-0/+4
| | | | backslashes.
* Make it clear that math labels are internal.Georg Brandl2011-09-211-4/+4
|
* s/jsmath/mathjax/Georg Brandl2011-07-231-1/+1
|
* some changes to math docsbond2011-07-191-8/+8
|
* Closes #683: set default MathJax path to the CDN URL, and update the docs ↵Georg Brandl2011-05-151-8/+8
| | | | accordingly.
* Change redirected URLs to the new locationsDaniel Neuh?user2011-02-051-1/+1
|
* Added :confval:`pngmath_add_tooltips`.Georg Brandl2011-01-081-0/+7
|
* Added the :mod:`sphinx.ext.mathjax` extension, based onGeorg Brandl2011-01-061-6/+38
| | | | https://bitbucket.org/kevindunn/sphinx-extension-mathjax/ by Kevin Dunn.
* #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-051-4/+4
| | | | | #482: When doing a non-exact search, match only the given type of object. #481: Apply non-exact search for Python reference targets with ``.name`` for modules too.
* Use the new rst domain in the sphinx docs.Georg Brandl2010-04-171-4/+4
|
* Correct info about jsmath_path if given relative.Georg Brandl2010-01-011-2/+2
|
* Fix grammar.Georg Brandl2009-03-041-2/+2
|
* merge with mainGeorg Brandl2009-02-141-2/+3
|\
| * Clarify what needs to be added to extensions.Georg Brandl2009-02-071-2/+3
| |
* | Fix more line length and trailing whitespace.Georg Brandl2009-01-101-3/+3
|/
* * #72: In pngmath, make it possible to give a full path to LaTeX andGeorg Brandl2008-12-151-3/+11
| | | | | | | dvipng on Windows. For that to work, the ``pngmath_latex`` and ``pngmath_dvipng`` options are no longer split into command and additional arguments; use ``pngmath_latex_args`` and ``pngmath_dvipng_args`` to give additional arguments.
* Document that mathbase isn't meant to be included in the extensions configGeorg Brandl2008-12-061-2/+7
| | | | value.
* A few math experience improvements, inspired by Fredrik Johansson.Georg Brandl2008-11-161-2/+12
|
* Allow nonwrapped displaymath.georg.brandl2008-08-071-0/+15
|
* Test suite update for math extension.georg.brandl2008-08-061-2/+2
|
* Add math support to Sphinx.georg.brandl2008-08-061-0/+166