summaryrefslogtreecommitdiff
path: root/sphinx/transforms.py
Commit message (Expand)AuthorAgeFilesLines
* add :confval:`gettext_enables` to enable extracting 'index' to gettext catalo...shimizukawa2014-09-281-16/+17
* Refactor has_child() function (by review)tk0miya2014-09-271-5/+1
* Assign fignum to tables and code-blockstk0miya2014-09-271-0/+6
* Assign figure numbers automaticallytk0miya2014-09-261-0/+23
* Minor PEP8 cleanup.Georg Brandl2014-09-211-12/+14
* Merge with stableshimizukawa2014-08-301-7/+2
|\
| * * fix over 80 chars line and remove unused import.shimizukawa2014-06-151-1/+0
| * merge with stableGeorg Brandl2014-03-251-3/+9
| |\
| * \ Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-4/+1
| |\ \
| | * | Drop docutils-0.7, 0.8 and 0.9 supportshimizukawa2013-12-151-4/+1
| * | | Update copyright year.Georg Brandl2014-03-011-2/+1
| |\ \ \
| | * \ \ merge with stableGeorg Brandl2014-01-261-2/+1
| | |\ \ \
| | | * \ \ MergeDmitry Shachnev2014-01-201-1/+1
| | | |\ \ \
| | | | * | | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
| | | | |/ /
| | | * | | merge with stableGeorg Brandl2014-01-191-1/+0
| | | |\ \ \ | | | | |/ /
| | | | * | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-1/+0
* | | | | | Add source comment to explain why is the second argument (msgnode) not needed...shimizukawa2014-08-301-0/+6
| |_|_|_|/ |/| | | |
* | | | | Fix i18n: missing python domain's cross-references with currentmodule directi...shimizukawa2014-03-231-3/+9
|/ / / /
* | | | Update copyright year.Georg Brandl2014-03-011-1/+1
|/ / /
* | | Closes #1358: Fix handling of image paths outside of the source directory whe...Georg Brandl2014-01-231-1/+2
|/ /
* | Closes #1300: Fix references not working in translated documents in some inst...Georg Brandl2014-01-191-2/+1
* | Closes #1329: Fix traceback with empty translation msgstr in .po files.Georg Brandl2014-01-191-2/+8
|/
* Backed out changeset cfe9e2d11003 refs #1265shimizukawa2013-10-041-38/+6
* Now gettext translates label target name. Fix i18n: crash when using a indire...shimizukawa2013-10-041-6/+38
* Fix i18n: crash when translating section name that is pointed from named targ...shimizukawa2013-09-231-0/+7
* Ignoring the string consists only of white-space characters. Closes #1234shimizukawa2013-09-171-1/+2
* Fix i18n: footnote reference number missing for auto numbered named footnote ...shimizukawa2013-06-211-3/+24
* fix: translation mechanism break label target if label and section name are s...shimizukawa2013-06-191-4/+25
* fix: keep reference if link refname was translated. refs #1193shimizukawa2013-06-191-10/+71
* fix: Duplicated section name will cause crash. refs #1193shimizukawa2013-06-171-2/+3
* update commentshimizukawa2013-06-171-2/+2
* Fix: Multiple references in the same line return the same link with i18n. Clo...shimizukawa2013-06-171-14/+18
* add tests for "multiple cross references in the same line return the same lin...shimizukawa2013-06-161-12/+10
* Fix multiple cross references (term, ref, doc) in the same line return the sa...shimizukawa2013-06-161-3/+30
* all: provide docutils version in sphinx.util.compatGeorg Brandl2013-03-291-10/+4
* mergeNozomu Kaneko2013-02-061-0/+18
* fix: reporting correct line number implementation (6fc25e0e3a5c) was not work...shimizukawa2013-02-051-2/+14
* fix: roles' reftarget ware swapped if there are some roles in 1 line and tran...shimizukawa2013-02-051-2/+9
* Move custom transforms from environment to their own module, to make sphinx.e...Georg Brandl2013-02-041-0/+300