summaryrefslogtreecommitdiff
path: root/sphinx/util/nodes.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Now gettext translates label target name. Fix i18n: crash when using a ↵Takayuki Shimizukawa2013-10-041-0/+7
| | | | indirect target and translating a target section name. Closes #1265
* Fix i18n: gettext did not translate admonition directive's title. Closes #1206Takayuki Shimizukawa2013-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-2/+16
|\
| * fix debug2 UnicodeEncodeError issue caused by docutils Element.__repr__() ↵Takayuki Shimizukawa2013-01-211-0/+14
| | | | | | | | | | | | return unicode object if Element['names'] contain unicode object. This is maybe docutils issue: https://sourceforge.net/tracker/?func=detail&aid=3601607&group_id=38414&atid=422030
| * 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.Takayuki Shimizukawa2013-01-121-1/+1
| |
* | use ``nodes.inline`` with a "translatable" attr insteadNozomu Kaneko2013-01-131-1/+1
|/
* Closes #976: Fix gettext does not extract index entries.Takayuki Shimizukawa2013-01-051-0/+13
|
* Closes #940: Fix gettext does not extract figure caption.Takayuki Shimizukawa2013-01-051-0/+7
| | | | | This is docutils issue. see also: https://sourceforge.net/tracker/?func=detail&aid=3599485&group_id=38414&atid=422032
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Fix whitespace / line length issues reported by "make test"Jonathan 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 messageKouhei Sutou2012-07-261-0/+8
| | | | | | | | | | | | | | | | | | Here is a .rst that reproduces the problem fixed by this changes: term-word description-paragraph "description-paragraph" is extracted as translation message by "sphinx-build -b gettext" but "term-word" isn't. It's because nodes.term node doesn't have source information. Source information should be added by Docutils instead of Sphinx. A patch that fix this problem in Doctuils had been submitted: https://sourceforge.net/tracker/?func=detail&aid=3548418&group_id=38414&atid=422032 This changes are workarond to work with docutils-0.9.1 or earlier.
* 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-0/+28
|\
| * Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-0/+28
| |
* | Move node filtering into extract_messages.Robert Lehmann2011-07-061-2/+11
| |
* | #454: Add more index markup capabilities: marking see/seealso entries, and ↵Georg Brandl2011-01-071-5/+14
| | | | | | | | main entries for a given key.
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg 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/+7
|\ \ | |/
| * Monkey-patch docutils.nodes.Element.copy to copy the rawsource.Georg Brandl2010-06-201-0/+7
| |
* | 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
|/
* Monkey-patch Node.__contains__ to get consistent behavior for docutils 0.5 ↵Georg Brandl2010-05-251-0/+12
| | | | and 0.6.
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵Georg Brandl2010-05-241-1/+1
| | | | | | | | external/internal distinction code) In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page. The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators.
* Allow escaping "<" in x-ref roles by a backslash.Georg Brandl2010-03-011-1/+2
|
* merge with trunkGeorg Brandl2010-01-171-6/+20
|
* Refactor util package.Georg Brandl2010-01-171-0/+111