summaryrefslogtreecommitdiff
path: root/sphinx/util/nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Merge with stableshimizukawa2014-08-301-22/+6
|\
| * Fix numbering section at singlehtml mode does not work for nested toctreetk0miya2014-08-181-1/+2
| * Fix numbering section does not work at singlehtml mode (adhoc)tk0miya2014-08-121-0/+2
| * merge with stableshimizukawa2014-07-131-22/+3
| |\
| | * * fix over 80 chars line and remove unused import.shimizukawa2014-06-151-1/+0
| | * merge with stableGeorg Brandl2014-03-021-20/+1
| | |\
| | | * Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)Georg Brandl2014-03-011-20/+1
| | | |\
| | | | * Drop docutils-0.7, 0.8 and 0.9 supportshimizukawa2013-12-151-20/+1
* | | | | * gettext does not extract nodes.line in a table or list. Closes #1477shimizukawa2014-08-261-0/+1
* | | | | refactoringshimizukawa2014-08-261-18/+32
|/ / / /
* | | | * Fix: Non-ASCII filename raise exception on make singlehtml, latex, man, tex...shimizukawa2014-07-131-1/+1
|/ / /
* | | Fix long lines.Georg Brandl2014-03-021-1/+2
|/ /
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Add tests and code refine for pull request #190.shimizukawa2013-11-121-17/+12
* Find node.source recursively. In some cases (.. figure nested inside other bl...Michael Schlenker2013-11-081-1/+18
* Add .. rubric:: to the list of special cased nodes for gettext.Michael Schlenker2013-11-081-1/+1
* Backed out changeset cfe9e2d11003 refs #1265shimizukawa2013-10-041-7/+0
* Now gettext translates label target name. Fix i18n: crash when using a indire...shimizukawa2013-10-041-0/+7
* Fix i18n: gettext did not translate admonition directive's title. Closes #1206shimizukawa2013-07-031-2/+4
* nodes utils: remove monkey-patch that is in docutils >=0.7Georg Brandl2013-03-291-12/+0
* nodes util: update docutils tracker linkGeorg Brandl2013-03-291-7/+8
* Merged in knzm/sphinx-fix-docfields-fork (pull request #96)Nozomu Kaneko2013-02-041-1/+1
|\
| * use ``nodes.inline`` with a "translatable" attr insteadNozomu Kaneko2013-01-131-1/+1
* | fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ret...shimizukawa2013-01-211-0/+14
* | Fix long lines reported by "make check".Georg Brandl2013-01-131-1/+1
* | figure-caption work-around set int or None to node.line instead of empty string.shimizukawa2013-01-121-1/+1
|/
* Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-051-0/+13
* Closes #940: Fix gettext does not extract figure caption.shimizukawa2013-01-051-0/+7
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-031-3/+3
* Fix test suite: new code in extract_messages cannot always work.Georg Brandl2012-10-281-3/+4
* Remove unneeded semicolon.Georg Brandl2012-10-281-1/+1
* Use term in description list as translation messagekou2012-07-261-0/+8
* Closes #853: Restore compatibility with docutils trunk.Georg Brandl2012-01-291-0/+4
* Re-add monkey patch whose removal made latex build fail.Georg Brandl2011-10-021-0/+7
* Remove docutils monkey-patches that are no longer needed with >= 0.7.Georg Brandl2011-09-251-54/+5
* Merge with 1.0Georg Brandl2011-09-231-2/+73
|\
| * Move node filtering into extract_messages.Robert Lehmann2011-07-061-2/+11
| * #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-5/+14
| * merge with 1.0Georg Brandl2011-01-041-1/+1
| |\
| * | #504: Add an ``index`` role, to make inline index entries.Georg Brandl2010-08-251-0/+32
| * | Docstring harmonization.Georg Brandl2010-08-221-0/+6
| * | Code style nits.Georg Brandl2010-08-211-0/+1
| * | merge with trunkRobert Lehmann2010-08-171-2/+2
| |\ \
| | * | Add a constant for class types, which lacks types.ClassType in Py3k.Georg Brandl2010-07-281-2/+2
| * | | Switch from normalized representation to rawsource.Robert Lehmann2010-06-301-1/+1
| * | | merge with trunkRobert Lehmann2010-06-231-0/+14
| |\ \ \ | | |/ / | |/| |
| | * | Ignore orphan metadata field in translatable messages.Robert Lehmann2010-06-231-0/+3
| | * | Extract translatable strings alongside their doctree nodes.Robert Lehmann2010-06-161-1/+1
| | * | Refactor message extractor into utilities.Robert Lehmann2010-06-091-0/+11