summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.6: tagging released revisiondocutils-0.6grubert2009-10-110-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/tags/docutils-0.6@6168 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Hack around not existing refname attribute. Test with docs/dev/todo.txt, ↵docutils-0.6@6167grubert2009-10-111-1/+4
| | | | | | see. |donate| git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6167 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: unexpected indentation grubert2009-10-111-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6166 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.6: closed "Changes Since ..." sectiongrubert2009-10-111-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6165 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* change to releasegrubert2009-10-112-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6164 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version number should be already correct check dont bump.grubert2009-10-111-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6163 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* One more cleanup as we require Python 2.3 now.milde2009-10-098-1378/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6159 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add test filemilde2009-10-091-0/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6158 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Correct Python compatibility range.milde2009-10-081-3/+2
| | | | | | | Using Docutils with Python 3.x requires running the code through the autoconverter first. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6157 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Complete pairs of binary options and some new defaultsmilde2009-10-0812-282/+226
| | | | | | | | | | | | | New options: --figure-footnotes, --figure-citations, --link-stylesheet, --use-docutils-toc, --use-docutils-docinfo, --topic-abstract New defaults: - font-encoding: "T1" (formerly implicitely set by "ae"). - use-latex-toc: true (ToC with page numbers). - use-latex-footnotes: true (no mixup with figures). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6156 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 1627229 ] hyperlink references in substitutions.milde2009-10-065-29/+37
| | | | | | | Links in substitutions failed to convert, as the substitution directive did not note the refname. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6155 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Drop extras/optparse.py and extras/textwrap.py (stdlib modules since 2.3).milde2009-10-0510-2067/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6154 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation updatemilde2009-10-053-13/+104
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6153 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* load cmap.sty and fixltx2e.sty in the default templatemilde2009-10-0510-31/+55
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6152 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation updatemilde2009-10-021-42/+53
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6150 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Hyperref documentation update: "breaklinks" is an internal option.milde2009-10-021-11/+36
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6149 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation update (hyperlinks, footnotes)milde2009-09-302-7/+85
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6148 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Better Unicode support: encode SOFT HYPHEN as "\\\\-"milde2009-09-301-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6147 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Beautify LaTeX test output (start ToC on a new page)milde2009-09-284-16/+22
| | | | | | | As the test output is also a show-case for Docutils, we should make it nice (if easily possible). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6146 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix hyper-targets in captions, support custom roles based on "raw".milde2009-09-284-39/+131
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6145 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation update.milde2009-09-252-5/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6142 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 2788716 ] DirectiveError now correctly reports source and line.milde2009-09-254-7/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6141 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Document page break configurationmilde2009-09-251-0/+36
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6140 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix setup.py [ 2864839 ], remove obsolete LaTeX include file.milde2009-09-232-75/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6137 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Tab expansion in literal inclusions, ``tab-width`` option of for "include"milde2009-09-217-12/+82
| | | | | | | Tab expansion in included files is now done generally and configurable (a negative tab-width prevents tab expansion). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6135 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update and sort links.milde2009-09-211-19/+36
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6134 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 2821266 ] --strict option works now like --halt=info.milde2009-09-171-1/+1
| | | | | | | | Use the level number (1) instead of the name ("info") as constant. The name -> level conversion is done by the validate_threshold validator not used in this option. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6133 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Bugfix for combination of "footnote-references=brackets" milde2009-09-165-37/+26
| | | | | | with "use-latex-footnotes". git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6132 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Document font size configurationmilde2009-09-162-8/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6131 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* documentation updatemilde2009-09-161-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6130 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Replace `all` (new in Python 2.5) with `if` in a list comprehension.milde2009-09-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6129 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* (LaTeX) footnotes now link forth and back.milde2009-09-144-77/+71
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6128 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Hyperlinked footnote marks and support for symbol footnotes milde2009-09-136-23/+79
| | | | | | with ``--use-latex-footnotes``. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6127 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 1757105 ] New ``table-style`` option. milde2009-09-113-3/+11
| | | | | | | Content is added to standard table classes to allow CSS styling that does not interfere with other table-using constructs (field lists, ...). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6126 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 2809965 ] Test suite failure on Windows (CR/LF incompatibility)milde2009-09-111-1/+1
| | | | | | | | | FileOutput now open files in text mode again. As there is a BinaryFileOutput class too, I suppose the change to "wb" instead of "w" is a side-effect of the latest Python-3 compatibility change. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6125 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Use `translate` method instead of repeated `replace` calls.milde2009-09-114-107/+100
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6124 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Rename DirectiveError.message to prevent spurious DeprecatedError in Python 2.6milde2009-09-112-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6123 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Let "include" report missing files with path also in Python 2.6.milde2009-09-111-2/+7
| | | | | | | | | | Since Python 2.6, a string literal like ``"%s\\\\" % error`` returns a unicode object. IOError seems to miss a `__unicode__` method and the fallback `__repr__` does not report the file name. Explicitely converting to str fixes this. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6122 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [ 2845002 ] let ``--no-raw`` disable raw *roles* too.milde2009-09-102-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6121 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 2781629 ] support non-ASCII chars in file names.milde2009-09-105-18/+53
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6120 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Prevent misleading error report with UnicodeDecodeErrormilde2009-09-091-1/+1
| | | | | | | UnicodeEncodeError (new in Python 2.3) allows to use the custom report_UnicodeError for relevant cases only. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6119 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 1692788 ] allow UTF-8 in style sheets.milde2009-09-073-6/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6118 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Address [ 1938891 ] Inline literal text creates "pre" span only when needed milde2009-09-076-21/+28
| | | | | | to prevent inter-word line wraps. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6117 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [ 2029251 ] return nonzero when tests fail.milde2009-09-033-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6116 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Render doctest blocks as literal blocks (fixes [ 1586058 ]).milde2009-09-037-22/+91
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6115 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Options for "include" directive to select a range of lines.milde2009-09-035-1/+69
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6114 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [ 2834836 ] print info at halt.milde2009-09-032-1/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6113 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Raise priority of StripClasses transform milde2009-09-032-3/+3
| | | | | | to exclude stripped sections from the toc git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6112 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updated template support: more parts, alternative templatemilde2009-09-028-231/+330
| | | | | | | | | | | | | | | Rename default template to "default.tex". Alternative template "titlepage.tex". Remove --use-titlepage-env option. LaTeXTranslator: sort initialization code. Generate PDF setup code unconditionally. Put in its own part so it can be (re)moved in a custom template. Comment out Writer.astext(). Put header and footer directive content in \\\\DUheader, \\\\DUfooter macros (not printed with the default style/template). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6111 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix: python2.3 needs ``[]`` around list comprehension.grubert2009-08-311-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6110 929543f6-e4f2-0310-98a6-ba3bd3dd1d04