summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Expand)AuthorAgeFilesLines
* Delete old 0.4 maintenance branch.docutils-0.4milde2017-06-2239-10948/+0
* backported r4802 and r4805wiemann2006-11-132-4/+3
* --- MERGE: merged r4515 to maintenance branch; original log message:wiemann2006-06-051-11/+19
* reverted r4485 and r4486 (backport of PEP changes to maint. branch)wiemann2006-04-021-11/+5
* --- MERGE: merged r4443 to maintenance branch; original log message:wiemann2006-04-011-5/+11
* --- MERGE: merged r4287 to maintenance branch; original log message:wiemann2006-01-211-1/+2
* fixed markup bugs in docstrings; now works with Endogoodger2006-01-052-24/+22
* bug fix for Konqueror from Mikolaj Machowskigoodger2006-01-051-1/+1
* removed padding around cells of borderless tables;wiemann2005-12-181-4/+8
* moved script element to avoid FOUCwiemann2005-12-171-2/+5
* added absolute path of test root to sys.path because Py21/Py22 insert thewiemann2005-12-151-1/+1
* fixed "compact" & "open" classes on lists, and added a functional testgoodger2005-12-151-17/+25
* DOS path fixesgoodger2005-12-151-2/+3
* removed excess instructions from the option help, & tweakgoodger2005-12-141-11/+5
* this was here by mistake; removedgoodger2005-12-131-25/+0
* removed style for handout blocksgoodger2005-12-132-6/+0
* fixed <pre> margins; updated conditional display stylegoodger2005-12-137-28/+14
* removed unused title adornment; updated conditional display stylegoodger2005-12-131-5/+3
* removed unused styles; refined handout decoration; updated conditional displa...goodger2005-12-131-9/+3
* made "borderless" a general-purpose classgoodger2005-12-131-3/+3
* updatedgoodger2005-12-111-1/+1
* removed revision tag; it just caused pain without gaingoodger2005-12-101-1/+0
* Converted ``docutils/writers/support/`` into individual writer packages; upda...goodger2005-12-0939-18/+13
* backup files no longer copied; XHTML validatesgoodger2005-12-081-7/+14
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-0828-20/+2001
* removed style information for pre.line-block -- not used anymorewiemann2005-11-202-8/+0
* added right margin to figure in HTML -- otherwisewiemann2005-11-202-2/+4
* merged r4078 to pep.csswiemann2005-11-191-2/+4
* added 1px margin for footnotes so that thewiemann2005-11-191-2/+4
* moved container test to the end of standard.txt test data file;wiemann2005-11-181-0/+6
* Add width option to includegraphics and align to figure.grubert2005-11-181-4/+15
* minor edits & correctionsgoodger2005-11-151-2/+1
* changed the HTML rendering of the "Authors" bibliographic fieldgoodger2005-10-291-4/+14
* added the "container" element & directive, a generic containergoodger2005-10-281-0/+6
* removed references to default.css;wiemann2005-10-111-2/+2
* Fix: do not escape citekeys in latex citations.grubert2005-10-101-1/+3
* added reference to newlatex2e/base.texwiemann2005-10-081-2/+10
* fixed bug with center-alignment of image; added testwiemann2005-10-031-4/+14
* replaced %r with "%s" to avoid backslashes being doubled on Windows systemswiemann2005-09-262-3/+3
* added docutils/writers/support/ directory and removed tools/stylesheets/; upd...goodger2005-09-2512-21/+1883
* Merged "transforms" branch into trunk.wiemann2005-09-204-3/+28
* made cloaking of email addresses with ``--cloak-email-addresses`` less obtrus...wiemann2005-09-171-14/+15
* created docutils/writers/support directory for supporting modules and data fi...goodger2005-09-153-2/+3
* more tests, more handling for edge cases, some polishingwiemann2005-09-121-4/+5
* polished new LaTeX writer;wiemann2005-09-111-10/+2
* updated docs: history and tranform listwiemann2005-09-111-17/+36
* replaced "infix" parameter of starttag method with "empty" parameter;wiemann2005-09-021-6/+15
* allow field bodies of simple field lists to be empty;wiemann2005-08-291-1/+2
* HTML writer:wiemann2005-08-291-5/+47
* LaTeX writer: protect closing sqaure brackets as wellwiemann2005-08-271-2/+1