| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge with stable | Georg Brandl | 2014-03-25 | 1 | -3/+9 |
| |\ | |||||
| | * | Fix i18n: missing python domain's cross-references with currentmodule ↵ | shimizukawa | 2014-03-23 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206) | Georg Brandl | 2014-03-01 | 1 | -4/+1 |
| |\ \ | | | | | | | | | | Drop docutils-0.7, 0.8, 0.9 support. | ||||
| | * | | Drop docutils-0.7, 0.8 and 0.9 support | shimizukawa | 2013-12-15 | 1 | -4/+1 |
| | | | | |||||
| * | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -2/+1 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | merge with stable | Georg Brandl | 2014-01-26 | 1 | -2/+1 |
| | |\ \ | |||||
| | | * \ | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | | * | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -1/+1 |
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
| | | * | | merge with stable | Georg Brandl | 2014-01-19 | 1 | -1/+0 |
| | | |\ \ | | | |/ | |||||
| | | | * | Drop python-2.5 and remove 2.4,2.5 support codes | shimizukawa | 2013-12-15 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Closes #1358: Fix handling of image paths outside of the source directory ↵ | Georg Brandl | 2014-01-23 | 1 | -1/+2 |
| |/ / | | | | | | | when using the "wildcard" style reference. | ||||
| * | | Closes #1300: Fix references not working in translated documents in some ↵ | Georg Brandl | 2014-01-19 | 1 | -2/+1 |
| | | | | | | | | | instances. | ||||
| * | | Closes #1329: Fix traceback with empty translation msgstr in .po files. | Georg Brandl | 2014-01-19 | 1 | -2/+8 |
| |/ | |||||
| * | Backed out changeset cfe9e2d11003 refs #1265 | shimizukawa | 2013-10-04 | 1 | -38/+6 |
| | | |||||
| * | Now gettext translates label target name. Fix i18n: crash when using a ↵ | shimizukawa | 2013-10-04 | 1 | -6/+38 |
| | | | | | indirect target and translating a target section name. Closes #1265 | ||||
| * | Fix i18n: crash when translating section name that is pointed from named ↵ | shimizukawa | 2013-09-23 | 1 | -0/+7 |
| | | | | | target. Closes #1265 | ||||
| * | Ignoring the string consists only of white-space characters. Closes #1234 | shimizukawa | 2013-09-17 | 1 | -1/+2 |
| | | |||||
| * | Fix i18n: footnote reference number missing for auto numbered named footnote ↵ | shimizukawa | 2013-06-21 | 1 | -3/+24 |
| | | | | | and auto symbol footnote. Closes #1176 | ||||
| * | fix: translation mechanism break label target if label and section name are ↵ | shimizukawa | 2013-06-19 | 1 | -4/+25 |
| | | | | | same. refs #1193 | ||||
| * | fix: keep reference if link refname was translated. refs #1193 | shimizukawa | 2013-06-19 | 1 | -10/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | case1:: Keep link to ExternalSite_. It will translated with ``\`SomeOtherString\`_``. .. _ExternalSite: http://example.com case2:: Keep link to `title string`_ before appearing. title string ============= case3:: Keep link to glossary 'term string'. .. glossary:: term string description... | ||||
| * | fix: Duplicated section name will cause crash. refs #1193 | shimizukawa | 2013-06-17 | 1 | -2/+3 |
| | | |||||
| * | update comment | shimizukawa | 2013-06-17 | 1 | -2/+2 |
| | | |||||
| * | Fix: Multiple references in the same line return the same link with i18n. ↵ | shimizukawa | 2013-06-17 | 1 | -14/+18 |
| | | | | | Closes #1193 | ||||
| * | add tests for "multiple cross references in the same line return the same ↵ | shimizukawa | 2013-06-16 | 1 | -12/+10 |
| | | | | | link". refs #1090, #1193 | ||||
| * | Fix multiple cross references (term, ref, doc) in the same line return the ↵ | shimizukawa | 2013-06-16 | 1 | -3/+30 |
| | | | | | same link with i18n. refs #1090, #1193 | ||||
| * | all: provide docutils version in sphinx.util.compat | Georg Brandl | 2013-03-29 | 1 | -10/+4 |
| | | |||||
| * | merge | Nozomu Kaneko | 2013-02-06 | 1 | -0/+18 |
| | | |||||
| * | fix: reporting correct line number implementation (6fc25e0e3a5c) was not ↵ | shimizukawa | 2013-02-05 | 1 | -2/+14 |
| | | | | | worked with docutils 0.7, 0.8. | ||||
| * | fix: roles' reftarget ware swapped if there are some roles in 1 line and ↵ | shimizukawa | 2013-02-05 | 1 | -2/+9 |
| | | | | | translation exchange rthat roles position. refs #1090 | ||||
| * | Move custom transforms from environment to their own module, to make ↵ | Georg Brandl | 2013-02-04 | 1 | -0/+300 |
| sphinx.environment at least a little lighter. | |||||
