Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Use b() so that the regex is a bytestring | Daniel Neuhäuser | 2010-08-23 | 1 | -1/+2 | |
| | | ||||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -2/+1 | |
|/ | ||||||
* | merge with 0.6 | Georg Brandl | 2010-05-22 | 1 | -5/+5 | |
|\ | ||||||
| * | #393: Fix the usage of Unicode characters in mathematic formulas when using ↵ | Georg Brandl | 2010-05-22 | 1 | -5/+5 | |
| | | | | | | | | the ``pngmath`` extension. | |||||
* | | Rename os to osutil, thanks to relative imports. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | Refactor util package. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
|/ | ||||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | #301: use errno values from errno module. | Georg Brandl | 2009-12-24 | 1 | -3/+3 | |
| | ||||||
* | Change the name of mathbase.setup() so that putting it in extensions doesn't ↵ | Georg Brandl | 2009-11-08 | 1 | -1/+1 | |
| | | | | fail with an obscure TypeError. | |||||
* | #210: Fix nesting of HTML tags for displayed math from pngmath extension. | Georg Brandl | 2009-07-09 | 1 | -3/+2 | |
| | ||||||
* | Make check happy. | Georg Brandl | 2009-06-17 | 1 | -1/+2 | |
| | ||||||
* | Refix #188. | Georg Brandl | 2009-06-03 | 1 | -1/+1 | |
| | ||||||
* | #188: fix oversight in replacing parameter. | Georg Brandl | 2009-06-01 | 1 | -3/+3 | |
| | ||||||
* | #179: properly set rebuild parameter for pngmath config values. | Georg Brandl | 2009-05-27 | 1 | -6/+6 | |
| | ||||||
* | merge with 0.5 | Georg Brandl | 2009-02-27 | 1 | -4/+9 | |
|\ | ||||||
| * | Fix PNG depth assignment for depth=0. | Georg Brandl | 2009-02-27 | 1 | -4/+9 | |
| | | ||||||
* | | #109: fix circular import problems by moving exceptions into their own module. | Georg Brandl | 2009-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | merge with main | Georg Brandl | 2009-02-14 | 1 | -18/+31 | |
|\ \ | |/ | ||||||
| * | Don't call LaTeX or dvipng over and over again if it was not | Georg Brandl | 2009-02-07 | 1 | -17/+31 | |
| | | | | | | | | found once, and use text-only latex as a substitute in that case. | |||||
* | | Reformat to EOL80. | Georg Brandl | 2009-01-10 | 1 | -11/+12 | |
|/ | ||||||
* | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 | |
| | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | |||||
* | * #72: In pngmath, make it possible to give a full path to LaTeX and | Georg Brandl | 2008-12-15 | 1 | -4/+6 | |
| | | | | | | | 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. | |||||
* | #65: Store depth information in PNG images themselves. | Georg Brandl | 2008-12-10 | 1 | -7/+4 | |
| | ||||||
* | Use regular system message node for warning about latex failures. | Georg Brandl | 2008-11-22 | 1 | -19/+8 | |
| | ||||||
* | sphinx.ext.pngmath: make Latex errors non-fatal for HTML output | Pauli Virtanen | 2008-11-20 | 1 | -2/+27 | |
| | ||||||
* | Fixed encoding issue in pngmath hashing | Sebastian Wiesner | 2008-11-20 | 1 | -1/+1 | |
| | ||||||
* | In pngmath, don't call latex again if an image with the given SHA sum already | Georg Brandl | 2008-11-19 | 1 | -0/+8 | |
| | | | | exists. | |||||
* | A few math experience improvements, inspired by Fredrik Johansson. | Georg Brandl | 2008-11-16 | 1 | -4/+4 | |
| | ||||||
* | Merge with http://www.bitbucket.org/zondo/sphinx-fixes-gjh; small fix for | Georg Brandl | 2008-11-08 | 1 | -13/+23 | |
|\ | | | | | | | Python 2.4 compatibility. | |||||
| * | Add support for old versions of latex (with no --output-directory option). | Glenn Hutchings | 2008-11-07 | 1 | -3/+12 | |
|/ | ||||||
* | Some pylint-found fixes and cleanups. | Georg Brandl | 2008-09-06 | 1 | -1/+1 | |
| | ||||||
* | Display stderr and stdout for LaTeX too. | Georg Brandl | 2008-08-15 | 1 | -3/+4 | |
| | ||||||
* | Allow nonwrapped displaymath. | Georg Brandl | 2008-08-07 | 1 | -7/+10 | |
| | ||||||
* | Add math support to Sphinx. | Georg Brandl | 2008-08-06 | 1 | -0/+189 | |