summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
...
* removed a lot of paragraph-handling code;wiemann2005-07-172-68/+56
* removed note on Unicode support of csv-table directive;wiemann2005-07-171-6/+0
* fixed test case (no settings_spec)wiemann2005-07-151-2/+3
* more precise error messagewiemann2005-07-152-4/+4
* removed latex-notes.txt;wiemann2005-07-151-39/+0
* added an explicit reminder of expected errors, in the form of an errorgoodger2005-07-151-1/+3
* Moved rst2ht to link list; it's not a blog.wiemann2005-07-142-7/+10
* replaced "document" with "link list" so that the file is foundwiemann2005-07-141-1/+1
* added link to xhtml2restwiemann2005-07-141-0/+4
* fixed targetwiemann2005-07-121-1/+1
* Added simple use case test for publishing document as parts.blais2005-07-081-1/+7
* moved document refurbishing logic to doctree reader;wiemann2005-07-082-17/+21
* restructured links document into "Users" and "Developers" sections;wiemann2005-07-081-16/+28
* do not return parts dictionary in publish_from_doctree;wiemann2005-07-082-7/+4
* added docstring for system_messagewiemann2005-07-071-0/+7
* added docstringwiemann2005-07-071-0/+7
* updatedgoodger2005-07-071-0/+2
* added history entrieswiemann2005-07-071-0/+17
* simplified FilterMessages transformwiemann2005-07-071-12/+3
* removed unnecessary report_level checking -- this is done by FilterMessages t...wiemann2005-07-072-5/+1
* separated default (universal) transforms into two stages so that nowiemann2005-07-074-54/+106
* moved comparison methods up to StandardTestCasewiemann2005-07-061-23/+23
* sorted transform declarations by prioritywiemann2005-07-061-17/+17
* fixed TestMessages priority to conform to docswiemann2005-07-061-1/+3
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-0510-347/+314
* moved expose_internals logic out of FinalChecks into awiemann2005-07-056-30/+86
* moved transition transform logic from universal.FinalChecks towiemann2005-07-056-365/+394
* extended Hacker's guidewiemann2005-07-051-10/+64
* clarified assertion messagegoodger2005-07-031-1/+3
* added assertion and commentwiemann2005-07-031-2/+5
* added history entrywiemann2005-07-031-0/+1
* added assertion and commentwiemann2005-07-031-2/+6
* better wrappinggoodger2005-07-031-2/+2
* updated docstringsgoodger2005-07-021-4/+4
* updatedgoodger2005-07-021-4/+0
* revert docutils.writers.null.Writer.output to None, now with docutils.io.Outp...goodger2005-07-023-10/+15
* encode Unicode strings only; wrapped a linegoodger2005-07-021-2/+4
* improved cloaking mechanismwiemann2005-07-014-12/+17
* do not complain when the user specifies --stylesheet=""wiemann2005-06-301-2/+2
* deactivated _stylesheet_required for programmatic use; improved documentationwiemann2005-06-302-2/+8
* Fixed bug with setting the writer in the publisher from doctree.blais2005-06-301-1/+2
* removed duplicate tests; wrapped lineswiemann2005-06-301-11/+6
* Py21 compatibility fixwiemann2005-06-301-2/+2
* Fixed bug introduced in doctree reader, added pickle test back in.blais2005-06-302-2/+48
* removed document.internal_targets and document.external_targets;wiemann2005-06-295-44/+38
* docstring update & parameter indent fixgoodger2005-06-291-9/+12
* implemented units for image widths; implemented language-support (e.g. for hy...wiemann2005-06-293-117/+82
* stricter regexwiemann2005-06-291-1/+1
* updatedgoodger2005-06-292-8/+23
* updated to support changes in revisions 3626-; revised ``publish_from_doctree...goodger2005-06-291-18/+14