summaryrefslogtreecommitdiff
path: root/tests/roots
Commit message (Expand)AuthorAgeFilesLines
* Fix #1603 :numref: doesn't work correctly when label contain underscoretk0miya2014-10-271-4/+4
* fix trailing space and long lineshimizukawa2014-10-092-2/+2
* Merged in tk0miya/sphinx (pull request #303)Takayuki Shimizukawa2014-10-093-0/+29
|\
| * fixed bugs, and extended unit test to catch them again if they reappearJeppe Pihl2014-10-061-1/+1
| * added test .rst filesJeppe Pihl2014-10-043-0/+29
* | Update testcases for :numref:tk0miya2014-10-022-0/+20
|/
* add :confval:`gettext_enables` to enable extracting 'index' to gettext catalo...shimizukawa2014-09-281-0/+1
* Separate numfig testcase from toctree'stk0miya2014-09-2710-137/+184
* Assign fignum to tables and code-blockstk0miya2014-09-274-0/+100
* Add testcases for numfigtk0miya2014-09-265-0/+37
* Merge with defaulttk0miya2014-09-241-2/+2
|\
| * do nested_parse() :caption: of code-block directivetk0miya2014-09-191-2/+2
* | Fixup windows newlines.Georg Brandl2014-09-2111-171/+171
* | Split viewcode and linkcode tests out of main test root.Georg Brandl2014-09-213-37/+227
* | Complete test suite overhaul.Georg Brandl2014-09-2132-23/+455
|/
* Merged in tk0miya/sphinx (pull request #266)Takayuki Shimizukawa2014-08-242-0/+22
|\
| * Merge upstream changestk0miya2014-08-202-0/+22
| |\
| | * Rename :filename: option of code-block directive to :caption:tk0miya2014-08-112-0/+22
* | | fix fc1901d for py3, again. and add 2 assertionsshimizukawa2014-08-221-2/+4
* | | :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623shimizukawa2014-08-225-0/+72
|/ /
* | Fix numbering section at singlehtml mode does not work for nested toctreetk0miya2014-08-182-3/+7
|/
* rename test filesshimizukawa2014-08-104-3/+3
* * for pull request #258: update CHANGES, add tests, add a document and refact...shimizukawa2014-08-104-0/+62
* fix test caused by previious commit: 989c16e04371cshimizukawa2014-08-051-6/+4
* Add app.set_translator() API to register or override a Docutils translator cl...shimizukawa2014-08-054-0/+100
* Fix malformed po files in the test-intl directoryshimizukawa2014-08-0317-17/+17
* When specifying toctree :numbered: option and :tocdepth: metadata, sub sectio...shimizukawa2014-08-024-0/+65
* compress static PNG images with optipng -o10Lars Buitinck2014-07-221-0/+0
* merge with stableshimizukawa2014-07-131-6/+6
|\
| * merge with stableshimizukawa2014-06-091-6/+6
| |\
| | * introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-6/+6
* | | * Fix: autosummary can't handle nested classes correctly. Closes #1441shimizukawa2014-06-211-0/+6
|/ /
* | * Fix: autosummary does not create the description from attributes docstring....shimizukawa2014-04-111-0/+44
|/
* Fix i18n: missing python domain's cross-references with currentmodule directi...shimizukawa2014-03-232-0/+40
* fix windows newlinesGeorg Brandl2014-03-013-32/+32
* Closes #1374: Autosummary generates overly-long summaries if first line doesn...Paul Molodowitch2014-02-033-0/+32
* Fix autosummary template overloading cause infinite recursive function call. ...shimizukawa2013-12-275-0/+45
* Add tests and code refine for pull request #190.shimizukawa2013-11-124-0/+63
* Backed out changeset cfe9e2d11003 refs #1265shimizukawa2013-10-042-16/+9
* Now gettext translates label target name. Fix i18n: crash when using a indire...shimizukawa2013-10-042-9/+16
* Add test refs #1265 (comment-6264794) to validate translated label link shift...shimizukawa2013-10-032-0/+11
* Fix i18n: crash when translating section name that is pointed from named targ...shimizukawa2013-09-232-1/+17
* Fix again: NFC/NFD normalizing problem. Closes #1142shimizukawa2013-09-184-0/+24
* Add test for docutils.conf and prevent 'html4css1.css' missing warning.shimizukawa2013-07-273-0/+20
* Fix i18n: gettext did not translate admonition directive's title. Closes #1206shimizukawa2013-07-032-0/+127
* Fix i18n: footnote reference number missing for auto numbered named footnote ...shimizukawa2013-06-212-3/+7
* fix: translation mechanism break label target if label and section name are s...shimizukawa2013-06-192-0/+106
* test_intl:external_link test case correction to fit to reST syntax.shimizukawa2013-06-182-10/+10
* Fix: Multiple references in the same line return the same link with i18n. Clo...shimizukawa2013-06-172-4/+41
* add tests for "multiple cross references in the same line return the same lin...shimizukawa2013-06-162-0/+32