summaryrefslogtreecommitdiff
path: root/tests/test_ext_math.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #4166 from jahn/math_numfigTakeshi KOMIYA2017-12-211-0/+49
|\ \ | | | | | | Number equations across pages and by section (fix #3991, #4080)
| * | add tests for math_numfigOliver Jahn2017-10-181-0/+49
| | |
* | | tests: Skip tests with missing binariesStephen Finucane2017-12-181-0/+18
|/ / | | | | | | | | | | | | While there are already some skips included here, they clearly aren't doing their job and the test fail locally. Resolve this. Signed-off-by: Stephen Finucane <stephen@that.guru>
* | Merge branch 'master' into 3638_eqref_formatTakeshi KOMIYA2017-05-071-5/+4
|\ \
| * | Remove deprecated testing utilitiesTakeshi KOMIYA2017-04-271-5/+4
| |/
* | Fix #3638: Allow to change a label of reference to equationTakeshi KOMIYA2017-04-271-0/+23
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-4/+4
|/
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-7/+7
|
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-8/+10
|
* Add domain support to support equation cross references (ref: #1210, #2851)Takeshi KOMIYA2016-08-221-4/+9
|
* sphinx.ext.math: Update the label of permalinkTakeshi KOMIYA2016-07-191-1/+1
|
* Merge branch 'stable'Takeshi KOMIYA2016-07-151-2/+19
|\
| * Optimize tests: test_jsmathTakeshi KOMIYA2016-07-141-0/+16
| |
| * Optimize tests: test_imgmath_png, test_imgmath_svgTakeshi KOMIYA2016-07-141-2/+2
|/
* Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-0/+4
|
* Fix testcaseTakeshi KOMIYA2016-04-161-3/+3
|
* Remove debug printTakeshi KOMIYA2016-04-141-1/+0
|
* sphinx.ext.mathbase: Refactor LaTeX outputTakeshi KOMIYA2016-04-141-8/+8
|
* Fix #2370: the equations are slightly misaligned in LaTeXTakeshi KOMIYA2016-04-141-0/+19
|
* Correct a duplicated test case name in test_ext_mathHong Xu2016-02-181-2/+2
|
* Math extension: support alignment of multiple equations for MathJAX.Hong Xu2016-02-181-0/+11
| | | | | This is a follow-up commit of #2254, which supported alignment of multiple equations for imgmath and LaTeX output.
* Use "align" environment to wrap math equations instead of "gather"Hong Xu2016-01-201-0/+7
| | | | | | | Using align brings the benefit when multiple math equations are in one math directive, alignment is provided. We also use "aligned" to wrap the equations since in this way all the equations will be given only one label/tag, while previously only the first equation is labeled.
* Refactor the tests of math extensions.Hong Xu2016-01-181-0/+55