| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix i18n: missing python domain's cross-references with currentmodule ↵ | shimizukawa | 2014-03-23 | 2 | -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 newlines | Georg Brandl | 2014-03-01 | 3 | -32/+32 |
| | | |||||
| * | Closes #1374: Autosummary generates overly-long summaries if first line ↵ | Paul Molodowitch | 2014-02-03 | 3 | -0/+32 |
| | | | | | doesn't end with a period | ||||
| * | Fix autosummary template overloading cause infinite recursive function call. ↵ | shimizukawa | 2013-12-27 | 5 | -0/+45 |
| | | | | | Closes #1335 | ||||
| * | Add tests and code refine for pull request #190. | shimizukawa | 2013-11-12 | 4 | -0/+63 |
| | | |||||
| * | Backed out changeset cfe9e2d11003 refs #1265 | shimizukawa | 2013-10-04 | 2 | -16/+9 |
| | | |||||
| * | Now gettext translates label target name. Fix i18n: crash when using a ↵ | shimizukawa | 2013-10-04 | 2 | -9/+16 |
| | | | | | indirect target and translating a target section name. Closes #1265 | ||||
| * | Add test refs #1265 (comment-6264794) to validate translated label link ↵ | shimizukawa | 2013-10-03 | 2 | -0/+11 |
| | | | | | shifting. | ||||
| * | Fix i18n: crash when translating section name that is pointed from named ↵ | shimizukawa | 2013-09-23 | 2 | -1/+17 |
| | | | | | target. Closes #1265 | ||||
| * | Fix again: NFC/NFD normalizing problem. Closes #1142 | shimizukawa | 2013-09-18 | 4 | -0/+24 |
| | | |||||
| * | Add test for docutils.conf and prevent 'html4css1.css' missing warning. | shimizukawa | 2013-07-27 | 3 | -0/+20 |
| | | | | | Now --embed-stylesheet option default become false. | ||||
| * | Fix i18n: gettext did not translate admonition directive's title. Closes #1206 | shimizukawa | 2013-07-03 | 2 | -0/+127 |
| | | |||||
| * | Fix i18n: footnote reference number missing for auto numbered named footnote ↵ | shimizukawa | 2013-06-21 | 2 | -3/+7 |
| | | | | | and auto symbol footnote. Closes #1176 | ||||
| * | fix: translation mechanism break label target if label and section name are ↵ | shimizukawa | 2013-06-19 | 2 | -0/+106 |
| | | | | | same. refs #1193 | ||||
| * | test_intl:external_link test case correction to fit to reST syntax. | shimizukawa | 2013-06-18 | 2 | -10/+10 |
| | | |||||
| * | Fix: Multiple references in the same line return the same link with i18n. ↵ | shimizukawa | 2013-06-17 | 2 | -4/+41 |
| | | | | | Closes #1193 | ||||
| * | add tests for "multiple cross references in the same line return the same ↵ | shimizukawa | 2013-06-16 | 2 | -0/+32 |
| | | | | | link". refs #1090, #1193 | ||||
| * | Fix multiple cross references (term, ref, doc) in the same line return the ↵ | shimizukawa | 2013-06-16 | 2 | -0/+23 |
| | | | | | same link with i18n. refs #1090, #1193 | ||||
| * | Fix: 'make gettext' cause UnicodeDecodeError when templates contain utf-8 ↵ | shimizukawa | 2013-04-13 | 1 | -0/+5 |
| | | | | | encoded string. | ||||
| * | tests: replace "from util import *" by explicit imports | Georg Brandl | 2013-04-01 | 1 | -2/+0 |
| | | |||||
| * | merge heads | shimizukawa | 2013-03-17 | 3 | -0/+50 |
| |\ | |||||
| | * | make versionmodified translatable | Nozomu Kaneko | 2013-02-04 | 3 | -0/+50 |
| | | | |||||
| * | | Add i18n capabilities for custom templates. | shimizukawa | 2013-03-10 | 3 | -0/+31 |
| |/ | | | | | For example: The Sphinx reference documentation in doc directory provides sphinx.pot file from ``doc/_templates/*.html`` by ``make gettext``. | ||||
| * | merge | Nozomu Kaneko | 2013-02-06 | 3 | -0/+86 |
| |\ | |||||
| | * | Merged in knzm/sphinx-fix-docfields-fork (pull request #96) | Nozomu Kaneko | 2013-02-04 | 3 | -0/+86 |
| | |\ | |||||
| | | * | resolve conflicts | Nozomu Kaneko | 2013-01-06 | 3 | -0/+86 |
| | | | | |||||
| * | | | fix toctree entry missing for testing. | shimizukawa | 2013-02-05 | 1 | -0/+1 |
| | | | | |||||
| * | | | fix: roles' reftarget ware swapped if there are some roles in 1 line and ↵ | shimizukawa | 2013-02-05 | 3 | -0/+35 |
| | | | | | | | | | | | | | translation exchange rthat roles position. refs #1090 | ||||
| * | | | fix: reporting correct line number when translations have wrong reST syntax ↵ | shimizukawa | 2013-02-04 | 3 | -0/+29 |
| |/ / | | | | | | | or else. | ||||
| * | | Fix :term: doesn't link to glossary if term text translated. refs #1090 | shimizukawa | 2013-01-30 | 5 | -2/+37 |
| | | | |||||
| * | | Fix gettext does not extract glossary terms. Closes #1090 | shimizukawa | 2013-01-30 | 2 | -0/+45 |
| | | | |||||
| * | | merge birkenfeld/sphinx | Robert Lehmann | 2013-01-06 | 3 | -0/+49 |
| |/ | |||||
| * | Divide test_intl target source files for speed-up. | shimizukawa | 2013-01-06 | 20 | -0/+415 |
| | | |||||
| * | Move "only" directive tests to a seperate test root. | Jonathan Waltman | 2013-01-05 | 3 | -0/+211 |
