summaryrefslogtreecommitdiff
path: root/tests/roots
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix multiple cross references (term, ref, doc) in the same line return the ↵shimizukawa2013-06-162-0/+23
| | | | same link with i18n. refs #1090, #1193
* Fix: 'make gettext' cause UnicodeDecodeError when templates contain utf-8 ↵shimizukawa2013-04-131-0/+5
| | | | encoded string.
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-2/+0
|
* merge headsshimizukawa2013-03-173-0/+50
|\
| * make versionmodified translatableNozomu Kaneko2013-02-043-0/+50
| |
* | Add i18n capabilities for custom templates.shimizukawa2013-03-103-0/+31
|/ | | | | For example: The Sphinx reference documentation in doc directory provides sphinx.pot file from ``doc/_templates/*.html`` by ``make gettext``.
* mergeNozomu Kaneko2013-02-063-0/+86
|\
| * Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Nozomu Kaneko2013-02-043-0/+86
| |\
| | * resolve conflictsNozomu Kaneko2013-01-063-0/+86
| | |
* | | fix toctree entry missing for testing.shimizukawa2013-02-051-0/+1
| | |
* | | fix: roles' reftarget ware swapped if there are some roles in 1 line and ↵shimizukawa2013-02-053-0/+35
| | | | | | | | | | | | translation exchange rthat roles position. refs #1090
* | | fix: reporting correct line number when translations have wrong reST syntax ↵shimizukawa2013-02-043-0/+29
|/ / | | | | | | or else.
* | Fix :term: doesn't link to glossary if term text translated. refs #1090shimizukawa2013-01-305-2/+37
| |
* | Fix gettext does not extract glossary terms. Closes #1090shimizukawa2013-01-302-0/+45
| |
* | merge birkenfeld/sphinxRobert Lehmann2013-01-063-0/+49
|/
* Divide test_intl target source files for speed-up.shimizukawa2013-01-0620-0/+415
|
* Move "only" directive tests to a seperate test root.Jonathan Waltman2013-01-053-0/+211