summaryrefslogtreecommitdiff
path: root/docutils/tools
Commit message (Collapse)AuthorAgeFilesLines
* Make buildhtml.py aware of latin-1 encoding.cben2005-03-151-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3047 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* join-paragraph simplified/rewritten by Martin Blaisgoodger2005-03-141-10/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3044 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unnecessary config file entry (is the default)wiemann2005-03-141-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3042 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added function to create alternate title boxing like Dave.blais2005-03-081-5/+74
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3026 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updated repeat-last-character, which now does overlines.blais2005-03-031-19/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3000 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed "span.option-argument"; it was unused andwiemann2005-02-111-3/+0
| | | | | | | option arguments are italic anyway because they are in <var>...</var> git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2958 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* commented out reduced vertical space in compound paragraphs,wiemann2004-12-221-0/+3
| | | | | | | because it's usually unnecessary and looks unnatural. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2887 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* replaced "&" by "and" because the XHTML validator complains whenwiemann2004-12-221-1/+1
| | | | | | | inlining the stylesheet git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2886 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed no_random option; SF's Python doesn't seem to be broken anymorewiemann2004-11-251-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2868 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed padding of sidebars to avoid 0-top-paddingwiemann2004-11-131-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2855 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added class="docutils" to elements which need stylesheet tweaking andwiemann2004-11-131-13/+15
| | | | | | | do not have their own class git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2849 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed padding from footnote & citation tables (fixes Opera bug; fix by ↵goodger2004-10-211-4/+2
| | | | | | Felix Wiemann) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2757 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* document "! important"goodger2004-10-211-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2756 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed order (should be more or less alphabetical)goodger2004-10-211-13/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2755 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reduced vertical space in compound blocks in HTMLwiemann2004-10-211-0/+6
| | | | | | | by adding compound-{first,middle,last} classes git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2751 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added support for the new line_block/line structure.goodger2004-10-051-2/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2692 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* converted tabs to whitespacewiemann2004-08-292-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2548 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed bug with config file handling.goodger2004-07-291-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2504 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed pep2html.pywiemann2004-07-271-539/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2470 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed docutils-xml.py to rst2xml.pywiemann2004-07-271-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2468 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed publish.py to rst2pseudoxml.pywiemann2004-07-272-25/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2467 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* handle "https" in text/plain PEPs; sync with Python CVSgoodger2004-07-201-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2442 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-07-161-5/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2430 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-07-161-5/+33
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2429 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-06-271-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2391 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-06-231-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2368 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-06-141-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2274 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-06-121-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2264 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-06-121-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2263 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* link to the summary page instead of directly to the downloadgoodger2004-06-121-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2262 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add link to vim support.grubert2004-06-121-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2261 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* "brackets" footnote refs are easier to click ongoodger2004-06-071-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2231 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedwiemann2004-06-031-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2200 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Thanks to Brett g Porter for finding thesegoodger2004-05-291-0/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2134 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2004-05-101-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2073 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Removed dependency on pep2html.py; plaintext PEPs no longer supported.goodger2004-05-101-41/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Treat ``_`` as punctuation. Solves problems with one-word ``links_`` andcben2004-04-271-0/+1
| | | | | | | explicit ``.. _targets:`` (e.g. dabbrev-expand now works on them). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2007 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* enable exception tracebacksgoodger2004-04-021-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1908 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved locale imports into try blocks, for Jython compatibilityorutherfurd2004-03-288-8/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1896 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Narrowed epigraph marginsdavid_abrahams2004-01-281-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1820 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* rst2html.py added and installed by setup.pybbum2003-12-031-0/+25
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1756 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* How to not print LaTeX's section numbers.grubert2003-10-051-0/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1713 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add comment for pagestyle heading and geometry.grubert2003-09-231-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1707 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed usage message to be correct reStructuredText. Brought in linecben2003-09-151-24/+29
| | | | | | | with other tools style. Changed to use stdout on ``--help``. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1690 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add documentation how to change maketitle.grubert2003-09-141-2/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1685 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2003-09-011-6/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1668 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* color fix; bug 798177goodger2003-09-011-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1665 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* exercising flexible booleansgoodger2003-09-011-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1660 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Completed support for the "--prune" option.goodger2003-09-011-16/+34
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1659 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add latex stylesheet example.grubert2003-08-291-0/+56
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1656 929543f6-e4f2-0310-98a6-ba3bd3dd1d04