summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #3320: Warning about reference target not being found for container typesTakeshi KOMIYA2017-05-132-1/+12
* Merge pull request #3585 from eric-wieser/escape-autosummaryTakeshi KOMIYA2017-03-293-0/+36
|\
| * BUG: Fix autosummary of members with a trailing underscoreEric Wieser2017-03-263-0/+36
* | Merge pull request #3518 from agjohnson/fix-singlehtml-empty-toctreeTakeshi KOMIYA2017-03-294-0/+21
|\ \
| * | Add another test for empty toctreeAnthony Johnson2017-03-293-1/+3
| * | Allow empty toctree in singlehtml builderAnthony Johnson2017-03-053-0/+19
* | | Year++Takeshi KOMIYA2017-03-2677-77/+77
| |/ |/|
* | Test whether the escaping is correct by looking at the plaintextEric Wieser2017-03-241-7/+22
* | Move apidoc tests to subfolder, rather than polluting main testEric Wieser2017-03-246-4/+6
* | Fix issues with trailing underscores in heading namesEric Wieser2017-03-233-2/+21
* | Fix intersphinx debug toolDavid Baumgold2017-03-211-1/+55
* | Merge pull request #3520 from agjohnson/fix-domain-py-nestingTakeshi KOMIYA2017-03-181-3/+4
|\ \
| * | Fix Python domain nestingAnthony Johnson2017-03-061-3/+4
* | | Merge pull request #3555 from mitya57/stableTakeshi KOMIYA2017-03-161-5/+5
|\ \ \
| * | | Fix a test failure which was uncovered by the previous changeDmitry Shachnev2017-03-151-1/+1
| * | | test_markup: Make verify functions test both HTML and LaTeX outputsDmitry Shachnev2017-03-141-4/+4
* | | | Fix #3174: [Napoleon] Defers autodoc-skip-member to other extensions if Napol...Rob Ruana2017-03-141-5/+5
|/ / /
* | | C++, fix parsing error of non-type template argJakob Lykke Andersen2017-03-121-6/+10
* | | More robust hyperlink macros in LaTeX output (refs #3317, #3340, #3533) (#3538)Jean-François B2017-03-112-23/+23
|/ /
* | Add tests for xrefs on Python and JavaScript domainsAnthony Johnson2017-03-059-1/+358
|/
* replace internal copy of ElementTree with standard library's ElementTreeYoshiki Shibukawa2017-03-015-2043/+1
* Add tests for the previous two changesDmitry Shachnev2017-02-271-4/+14
* Merge pull request #3455 from shibukawa/fix-again/epub-nbsp-issueTakeshi KOMIYA2017-02-263-0/+45
|\
| * Fix &nbsp is appeared in EPUB docs #3450 againYoshiki Shibukawa2017-02-263-0/+45
* | Fix #3421: Could not translate a caption of tablesTakeshi KOMIYA2017-02-263-0/+76
|/
* Fix #3438: update timestamp certainly to ensure test conditionTakeshi KOMIYA2017-02-242-3/+11
* Fix IndexBuilder.prune() and load() supports _filenames fieldTakeshi KOMIYA2017-02-211-2/+26
* Fix #3349: Result of ``IndexBuilder.load()`` is brokenTakeshi KOMIYA2017-02-201-11/+92
* Fix #3366: option directive does not allow punctuationsTakeshi KOMIYA2017-02-152-1/+5
* Fix parselinenos() could not parse left half open range (cf. "-4")Takeshi KOMIYA2017-02-121-0/+1
* Add testcase for parselinenosTakeshi KOMIYA2017-02-121-1/+20
* Fix #3370: the caption of code-block is not picked up for translationTakeshi KOMIYA2017-01-263-0/+26
* Fix flake8 violationsTakeshi KOMIYA2017-01-2620-67/+70
* Fix #3285: autosummary: asterisks are escaped twiceTakeshi KOMIYA2017-01-212-1/+9
* Fix #3158: too much space after captions in PDF outputTakeshi KOMIYA2017-01-151-19/+19
* C++, fix refs to operator() functions.Jakob Lykke Andersen2017-01-154-5/+22
* fix nitsshimizukawa2017-01-131-1/+1
* refs #3329: emit warnings if po file is invalid and can't read it. Also writi...shimizukawa2017-01-131-1/+1
* pytest: update by reviewingshimizukawa2017-01-093-48/+42
* pytest optimizatoin:shimizukawa2017-01-0818-1460/+1844
* pytest: nitsshimizukawa2017-01-061-1/+1
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-0638-246/+264
* fixshimizukawa2017-01-061-1/+1
* pytest: remove deprecated raises and raises_msg assert functionsshimizukawa2017-01-069-66/+115
* pytest: nitsshimizukawa2017-01-061-1/+2
* pytest: remove deprecated with_tempdir decoratorshimizukawa2017-01-066-28/+5
* pytest: remove repr_as testing feature that avoids long annoying log for test...shimizukawa2017-01-053-25/+5
* pytest: remove unused testing feature for a while.shimizukawa2017-01-051-125/+2
* pytest migrationshimizukawa2017-01-0431-1728/+786
* Fix test_latex failed if stylefiles not found (refs: #3264)Takeshi KOMIYA2016-12-241-3/+3