summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove TODO comment: writer import with python >= 2.7 is solvedmilde2013-05-071-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7660 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* The Git clone at is currently not updated.milde2013-05-061-17/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7659 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Writer comment with (currently ignored) figure alignment to the LaTeX source.milde2013-05-063-22/+20
| | | | 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
* More test for inline markup recognition (no change to the rules).milde2013-04-281-5/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7656 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 broken links.milde2013-04-241-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7654 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-185-13/+10
| | | | | | | 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-172-2/+7
| | | | 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
* Fix NNTP link. Thanks to Patrick O Keeffemilde2013-04-061-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7644 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Syntax highlight requires a stylesheet.milde2013-03-271-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7643 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Always import our local copy of roman.py (report Larry Hastings).milde2013-03-252-5/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7640 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix version nr in doc titlegrubert2013-03-231-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7639 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 157 ] Line block parsing does not like system message.milde2013-03-223-1/+28
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7638 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Remove trunk from ROOT urlsgrubert2013-03-221-3/+7
| | | | | | | Add a note on url change git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7633 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* change repository paths for new sfgrubert2013-03-211-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7632 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-155-9/+14
| | | | | | | | 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-113-11/+59
| | | | 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-084-5/+9
| | | | 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-073-4/+32
| | | | 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-047-32/+62
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7623 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix test under Py3k.milde2013-03-041-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7622 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.milde2013-03-043-3/+26
| | | | | | | 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
* Test case for io.Input.decode with "unicode" data. Cf. bug [ 3606659 ].milde2013-03-041-1/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7620 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small fixes to math-output=HTML.milde2013-03-024-18/+17
| | | | 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-028-123/+255
| | | | | | | | | | | | | | | | 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-212-2/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7617 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docutils-Bugs-3594442 : complex table formatting errorgrubert2013-02-212-0/+54
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7616 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
* regression test for sphinx admonitiongrubert2013-02-211-0/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7613 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added notes to see .txt sourcegoodger2013-02-201-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7612 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* "reStructuredText" is **ONE** word, *not two!*goodger2013-02-201-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7611 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support embedded aliases within hyperlink references.milde2013-02-185-26/+190
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7610 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix functional manpage testgrubert2013-02-181-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7609 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Reformat config.txt (options as sub-sections).milde2013-02-171-840/+1067
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7608 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* always include macro defgrubert2013-02-162-5/+9
| | | | 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-162-12/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7605 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fix manpage test grubert2013-02-161-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7604 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Minor documentation edits.milde2013-02-162-10/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7603 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3603246 ] Bug in option "--graphicx-option=auto".milde2013-02-132-3/+4
| | | | 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-122-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7601 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3602652 ] correct syntax-highlight default value in help string.milde2013-01-301-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7598 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add link to the "link list" for other independent but related projects.milde2013-01-281-4/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7597 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix TypeError: Python 3 does no implicit conversion between bytes and ↵milde2013-01-251-1/+1
| | | | | | unicode string. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7596 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-215-20/+429
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7595 929543f6-e4f2-0310-98a6-ba3bd3dd1d04