summaryrefslogtreecommitdiff
path: root/tests/roots
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1603 :numref: doesn't work correctly when label contain underscoretk0miya2014-10-271-4/+4
| | | | | | If label contains underscore, the underscores are replaced with hyphens on normalization. :numref: confuses the normalization with explicit notation. This fix uses `target` variable insted of labelid to check the role is explicit or not.
* fix trailing space and long lineshimizukawa2014-10-092-2/+2
|
* Merged in tk0miya/sphinx (pull request #303)Takayuki Shimizukawa2014-10-093-0/+29
|\ | | | | | | Add :numref: role to refer figures, tables and code-blocks by its fignum
| * 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 ↵shimizukawa2014-09-281-0/+1
| | | | catalog output / applying translation catalog to generated documentation. Closes #1344
* 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
|/ | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
* Merged in tk0miya/sphinx (pull request #266)Takayuki Shimizukawa2014-08-242-0/+22
|\ | | | | | | Rename :filename: option of code-block directive to :caption:
| * 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 ↵shimizukawa2014-08-104-0/+62
| | | | refactoring.
* fix test caused by previious commit: 989c16e04371cshimizukawa2014-08-051-6/+4
|
* Add app.set_translator() API to register or override a Docutils translator ↵shimizukawa2014-08-054-0/+100
| | | | class like :confval:`html_translator_class`.
* Fix malformed po files in the test-intl directoryshimizukawa2014-08-0317-17/+17
|
* When specifying toctree :numbered: option and :tocdepth: metadata, sub ↵shimizukawa2014-08-024-0/+65
| | | | section number that is larger depth than `:tocdepth:` is shrinked. Closes #1251.
* compress static PNG images with optipng -o10Lars Buitinck2014-07-221-0/+0
| | | | Average reduction in file size of 20%.
* merge with stableshimizukawa2014-07-131-6/+6
|\
| * merge with stableshimizukawa2014-06-091-6/+6
| |\
| | * introduce the six module and reduce sphinx.util.pycompat implementation. ↵shimizukawa2014-04-291-6/+6
| | | | | | | | | | | | refs #1350.
* | | * Fix: autosummary can't handle nested classes correctly. Closes #1441shimizukawa2014-06-211-0/+6
|/ /
* | * Fix: autosummary does not create the description from attributes ↵shimizukawa2014-04-111-0/+44
|/ | | | docstring. Closes #1444
* Fix i18n: missing python domain's cross-references with currentmodule ↵shimizukawa2014-03-232-0/+40
| | | | | | | | | directive or currentclass directive. refs #1363 * node attributes 'py:module', 'py:class' is provided from environment (e.x. currentmodule directive is provided on previous line, not on node) * Because translation nodes are parsed in independently, 'provided attributes by environment' are not exist. * For a pending_xref nodes, all attributes of a translated xref node should be same as original xref node in current test cases. * For the above reasons, I overwrite all attributes from origonal node to new translated xref node.
* fix windows newlinesGeorg Brandl2014-03-013-32/+32
|
* Closes #1374: Autosummary generates overly-long summaries if first line ↵Paul Molodowitch2014-02-033-0/+32
| | | | doesn't end with a period
* Fix autosummary template overloading cause infinite recursive function call. ↵shimizukawa2013-12-275-0/+45
| | | | Closes #1335
* 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 ↵shimizukawa2013-10-042-9/+16
| | | | indirect target and translating a target section name. Closes #1265
* Add test refs #1265 (comment-6264794) to validate translated label link ↵shimizukawa2013-10-032-0/+11
| | | | shifting.
* Fix i18n: crash when translating section name that is pointed from named ↵shimizukawa2013-09-232-1/+17
| | | | target. Closes #1265
* 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
| | | | Now --embed-stylesheet option default become false.
* 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
| | | | and auto symbol footnote. Closes #1176
* fix: translation mechanism break label target if label and section name are ↵shimizukawa2013-06-192-0/+106
| | | | same. refs #1193
* 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. ↵shimizukawa2013-06-172-4/+41
| | | | Closes #1193
* add tests for "multiple cross references in the same line return the same ↵shimizukawa2013-06-162-0/+32
| | | | link". refs #1090, #1193