Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #4166 from jahn/math_numfig | Takeshi KOMIYA | 2017-12-21 | 1 | -0/+49 | |
|\ \ | | | | | | | Number equations across pages and by section (fix #3991, #4080) | |||||
| * | | add tests for math_numfig | Oliver Jahn | 2017-10-18 | 1 | -0/+49 | |
| | | | ||||||
* | | | tests: Skip tests with missing binaries | Stephen Finucane | 2017-12-18 | 1 | -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_format | Takeshi KOMIYA | 2017-05-07 | 1 | -5/+4 | |
|\ \ | ||||||
| * | | Remove deprecated testing utilities | Takeshi KOMIYA | 2017-04-27 | 1 | -5/+4 | |
| |/ | ||||||
* | | Fix #3638: Allow to change a label of reference to equation | Takeshi KOMIYA | 2017-04-27 | 1 | -0/+23 | |
|/ | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Reduce DeprecationWarnings for regexp | Takeshi KOMIYA | 2017-02-17 | 1 | -4/+4 | |
|/ | ||||||
* | Fix flake8 violations | Takeshi KOMIYA | 2017-01-26 | 1 | -7/+7 | |
| | ||||||
* | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -8/+10 | |
| | ||||||
* | Add domain support to support equation cross references (ref: #1210, #2851) | Takeshi KOMIYA | 2016-08-22 | 1 | -4/+9 | |
| | ||||||
* | sphinx.ext.math: Update the label of permalink | Takeshi KOMIYA | 2016-07-19 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2016-07-15 | 1 | -2/+19 | |
|\ | ||||||
| * | Optimize tests: test_jsmath | Takeshi KOMIYA | 2016-07-14 | 1 | -0/+16 | |
| | | ||||||
| * | Optimize tests: test_imgmath_png, test_imgmath_svg | Takeshi KOMIYA | 2016-07-14 | 1 | -2/+2 | |
|/ | ||||||
* | Fix flake8 violation under tests/ | Takeshi KOMIYA | 2016-06-12 | 1 | -0/+4 | |
| | ||||||
* | Fix testcase | Takeshi KOMIYA | 2016-04-16 | 1 | -3/+3 | |
| | ||||||
* | Remove debug print | Takeshi KOMIYA | 2016-04-14 | 1 | -1/+0 | |
| | ||||||
* | sphinx.ext.mathbase: Refactor LaTeX output | Takeshi KOMIYA | 2016-04-14 | 1 | -8/+8 | |
| | ||||||
* | Fix #2370: the equations are slightly misaligned in LaTeX | Takeshi KOMIYA | 2016-04-14 | 1 | -0/+19 | |
| | ||||||
* | Correct a duplicated test case name in test_ext_math | Hong Xu | 2016-02-18 | 1 | -2/+2 | |
| | ||||||
* | Math extension: support alignment of multiple equations for MathJAX. | Hong Xu | 2016-02-18 | 1 | -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 Xu | 2016-01-20 | 1 | -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 Xu | 2016-01-18 | 1 | -0/+55 | |