summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Adapt to Text nodes being unicode and thus immutable.adjacent-citationsstrank2008-07-281-2/+4
* Merged trunk r5043:5619 to adjacent-citations branch.strank2008-07-2834-282/+371
* Use traverse instead of next_node to avoid Text index problem.strank2008-07-171-8/+9
* Removed the rst-syntax change, implemented citation groups only in the latex ...strank2007-04-242-22/+17
* allow adjacent citation labels (don't for footnotes) plus testsstrank2007-04-092-11/+30
* added named constants, removed magic numbersgoodger2007-04-031-7/+14
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-212-2/+2
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-212-2/+2
* moved Element.__str__ to Node.__str__ so Text has it too;wiemann2007-03-211-5/+12
* do not encode embedded stylesheets, because HTML entities arewiemann2007-03-192-2/+2
* replaced <>@ with ()at because they come out as a mess whenwiemann2007-03-191-1/+1
* encode <>@ in stylesheetswiemann2007-03-191-1/+1
* moved uniq() to utils.pywiemann2007-03-122-9/+8
* merged include-after-until branch to trunk; deleted include-after-until branchwiemann2007-03-121-1/+30
* use Id instead of Date and Revision (Id will not be expanded to non-ASCII cha...include-after-until@4999wiemann2007-03-041-4/+2
* fixed doc-string -- transforms are not reader-specific anymorewiemann2007-03-011-4/+2
* fixed doc-string -- the reader does not apply transformswiemann2007-03-011-2/+2
* Put ensuremath around some latin1 chars.plugins@4951grubert2007-02-271-0/+12
* Set ``usepackage[utf8x]{inputenc}`` for utf-8.grubert2007-02-271-3/+7
* do not use codecs.open, because it always uses binary modewiemann2007-02-261-4/+2
* New option ``--use-bibtex=style,db1,db2``.grubert2007-02-221-10/+22
* - New option ``--reference-label`` to allow usage of LaTeX ref for grubert2007-02-211-0/+12
* Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...goodger2007-02-123-5/+64
* remove circular importgoodger2007-02-121-1/+2
* cleaned up build_contents code (not worth a test case or history entry though...wiemann2007-01-221-6/+1
* dropped all name attributes of "a" elementswiemann2007-01-161-23/+12
* + - Moved ``id`` attributes from titles to surrounding ``div``wiemann2007-01-162-33/+12
* Fix duplicate key in bibliographic_fields dict.sfcben2006-12-262-9/+5
* Fix: bug# 1605376 rst2latex: bad options group list.grubert2006-12-111-0/+3
* Remove inactive code for use_optionlist_for_option_list.grubert2006-12-111-36/+7
* Fix: bug# 1612270 double qoutes in italian literal.grubert2006-12-101-0/+3
* Added Hebrew mappings by Meir Kriheli.sfcben2006-12-092-0/+168
* fixed bug with multi-line attributions in block quote directives (epigraph etc.)goodger2006-12-091-1/+6
* Fix: output hypertargetsgrubert2006-11-281-0/+3
* Add option --use-latex-abstract.grubert2006-11-171-0/+14
* removed notes about Py22 requirement (Docutils 0.5+ depends on Py22 anyway)wiemann2006-11-132-4/+1
* added textcompwiemann2006-11-122-0/+5
* fixed omission from r4802goodger2006-11-121-3/+3
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-125-17/+15
* docstring: expand validator function description in SettingsSpec.settings_specgoodger2006-11-121-11/+21
* add functionality to internals() functiongoodger2006-11-121-2/+6
* record paths of applied configuration files in _config_files runtime settinggoodger2006-11-061-2/+18
* - Image width unit ``px`` is translated to ``pt``:grubert2006-11-021-3/+24
* Expand description of --use-latex-toc option.grubert2006-10-181-4/+5
* added note about raw between paragraphswiemann2006-10-141-0/+4
* Reorder code in visit_literal_block.grubert2006-10-111-12/+12
* fixed behavior for newlines followed by asteriskswiemann2006-10-092-1/+8
* added note about space between footnoteswiemann2006-10-091-0/+2
* added note about underscores in citationswiemann2006-10-091-0/+3
* Fix: Do not escape underscores in citation reference labels if grubert2006-10-081-1/+6