summaryrefslogtreecommitdiff
path: root/sphinx/transforms.py
Commit message (Expand)AuthorAgeFilesLines
* Ignoring the string consists only of white-space characters. Closes #1234Takayuki Shimizukawa2013-09-171-1/+2
* Fix i18n: footnote reference number missing for auto numbered named footnote ...Takayuki Shimizukawa2013-06-211-3/+24
* fix: translation mechanism break label target if label and section name are s...Takayuki Shimizukawa2013-06-191-4/+25
* fix: keep reference if link refname was translated. refs #1193Takayuki Shimizukawa2013-06-191-10/+71
* fix: Duplicated section name will cause crash. refs #1193Takayuki Shimizukawa2013-06-171-2/+3
* update commentTakayuki Shimizukawa2013-06-171-2/+2
* Fix: Multiple references in the same line return the same link with i18n. Clo...Takayuki Shimizukawa2013-06-171-14/+18
* add tests for "multiple cross references in the same line return the same lin...Takayuki Shimizukawa2013-06-161-12/+10
* Fix multiple cross references (term, ref, doc) in the same line return the sa...Takayuki 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...Takayuki Shimizukawa2013-02-051-2/+14
* fix: roles' reftarget ware swapped if there are some roles in 1 line and tran...Takayuki Shimizukawa2013-02-051-2/+9
* Move custom transforms from environment to their own module, to make sphinx.e...Georg Brandl2013-02-041-0/+300