summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.12: set version number to 0.12grubert2014-07-061-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7756 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [258] figwidth="image" generates unitless width value.milde2014-06-242-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7753 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Do not add newline after inline math (produces unwanted whitespace).milde2014-05-281-2/+4
| | | | | | Thanks to Yury G. Kudryashov for the patch. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7749 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Address [ 249 ] and [ 250 ]. CSV table fails on python 2 with unicode.milde2014-03-201-4/+7
| | | | | | | | While the problem of Unicode characters in the options under Python 2 cannot be solved with reasonable effort, the patch improves error reporting and documents the limitation. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7747 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [ 116 ] by Kirill Smelkov. No hardcode \\\\large for subtitle. milde2014-02-281-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7745 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix math header writing for S5 (thanks to Jose Rojas for reporting).milde2013-09-051-5/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7720 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* LaTeX writer: fix basic syntax highlight definitions for code role and ↵milde2013-09-051-4/+9
| | | | | | directive. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7719 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 239 ] Latex writer glues paragraphs with figure floats.milde2013-09-021-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7718 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply patch by Jakub Wilk to fix bug [ 100 ].milde2013-08-211-7/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7717 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add contributed patch for danish smartquotes.milde2013-08-211-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7716 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Simplify visit_inline code.milde2013-08-211-21/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7715 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.11: set version number to 0.12grubert2013-07-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7699 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.11: set __version_details__ to "repository"grubert2013-07-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7697 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.11: set version number to 0.11grubert2013-07-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7693 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* testing on ubuntu 10.04 installation broken because of different module ↵grubert2013-07-131-1/+1
| | | | | | directory: revert git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7687 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.11: set version number to 0.11grubert2013-07-131-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7684 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Second version of patch #108.milde2013-07-121-3/+4
| | | | | | | Sphinx i18n feature needs "node.source" and "node.line" value at the admonition title node, not the admonition node. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7681 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply (part of) patch #108: source/line information for sphinx translationmilde2013-07-031-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7679 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply #106 and #107: language support for danish.milde2013-07-032-0/+175
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7678 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-0411-14/+14
| | | | | | | Fixes problems with Docutils installed in "virtualenv" https://sourceforge.net/p/docutils/patches/105/ git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7668 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Exclude "wide" characters from the "delimiters" regexp in "narrow" builds.milde2013-05-311-15/+46
| | | | | | Fixes sre_constants.error: bad character range git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7665 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.milde2013-05-161-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7662 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Avoid repeated class declarations in html4css1 writermilde2013-05-071-11/+12
| | | | | | | | Modified version of patch [ 104 ]. HtmlTranslator.starttag() no longer adds class arguments to the node. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7661 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Writer comment with (currently ignored) figure alignment to the LaTeX source.milde2013-05-061-18/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7658 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add "babel" name for Serbian (cyrillic script).milde2013-05-061-4/+4
| | | | | | | There is a contributed LaTeX package for Serbian with cyrillic script. Map the language codes "sr" and "sh-Cyrl" to the "babel" option "serbianc". git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7657 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Literal definition of character sets with backslash escapes instead of utf8.milde2013-04-281-34/+126
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7655 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix for changes in 7650.milde2013-04-221-59/+61
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7651 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Re-calculate only if run as stand-alone module. Add verbose test output.milde2013-04-221-130/+149
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7650 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 228 ], part II.milde2013-04-184-8/+8
| | | | | | | Try local import of docutils components (reader, writer, parser, language module) before global search. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7648 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 228 ] search docutils components first locally then globally.milde2013-04-171-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7646 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Ticket #102: Fix citation rendering in rst2odt with --create-links optiondkuhlman2013-04-081-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7645 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Always import our local copy of roman.py (report Larry Hastings).milde2013-03-251-5/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7640 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 157 ] Line block parsing does not like system message.milde2013-03-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7638 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-153-6/+1
| | | | | | | | The --stylesheet-path arguments are searched in the --stylesheet-dirs, therefore must not be made absolute before. Thanks to Martin Gignac for tracking down the bug. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7630 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Treat embedded standalone hyperlinks as URI, even if ending in underscore.milde2013-03-111-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7629 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* safe check for startswith "." grubert2013-03-091-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7628 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [3607063] handle lines starting with a period.grubert2013-03-081-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7626 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-4/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7624 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New default for `math-output` setting: "HTML math.css".milde2013-03-041-7/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7623 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.milde2013-03-041-3/+6
| | | | | | | Also, raise ValueError with list of valid units if length_or_percentage_or_unitless() fails. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7621 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small fixes to math-output=HTML.milde2013-03-022-11/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7619 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New setting `stylesheet_dirs`.milde2013-03-023-20/+56
| | | | | | | | | | | | | | | | Comma-separated list of directories where stylesheets are found. Used by `stylesheet_path` when expanding relative path arguments. Now, it is easy to add a custom stylesheet to Docutils default stylesheet with, e.g., --stylesheet_path="html4css1.css, mystyle.css" Changed behaviour of the default settings: if there is a file "html4css1.css" in the working directory of the process at launch, it is used instead of the one provided by Docutils in the writer source directory. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7618 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* FIX [ docutils-Bugs-3594442 ] complex table formatting errorgrubert2013-02-211-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7617 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* "Booktabs" table style for html4css1.milde2013-02-211-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7614 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support embedded aliases within hyperlink references.milde2013-02-181-16/+39
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7610 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* always include macro defgrubert2013-02-161-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7607 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* append macros to self.headgrubert2013-02-161-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7606 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* move comment "Man page generated from reStructuredText." to first line (always)grubert2013-02-161-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7605 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3603246 ] Bug in option "--graphicx-option=auto".milde2013-02-131-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7602 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* manpage Fix option separating comma was bold (thanks to Bill Morris).grubert2013-02-121-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7601 929543f6-e4f2-0310-98a6-ba3bd3dd1d04