summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* some more subdoc pruningwiemann2007-08-242-7/+6
* push system messages up to super-document so they do not get lost (tested);wiemann2007-08-243-59/+47
* allow node class tuples as traverse conditionwiemann2007-08-241-7/+6
* fixed prune_subdocs... again.wiemann2007-08-241-7/+5
* fixed bug with prune_subdocs in Node.traverse (will be tested in later check-...wiemann2007-08-241-3/+3
* resolve indirect qualified targetswiemann2007-08-224-46/+131
* made namespace qualifiers case-insensitive, and accept backslashes, too;wiemann2007-08-201-4/+6
* added qualified references syntax;wiemann2007-08-205-9/+102
* added misc.CheckDoctreeValidity transform to catch invalid doctrees caused by...wiemann2007-08-202-0/+69
* added prune_subdocs parameter to Node.traversewiemann2007-08-201-9/+22
* do not transform sub-document titles into subtitles; slight clean-up in parts.pywiemann2007-08-192-14/+6
* strip decoration (header and footer) from sub-documentswiemann2007-08-191-2/+7
* docset-root should be relative to current file, not current document (tested ...wiemann2007-08-191-1/+2
* renamed directive class to Subdocswiemann2007-08-172-2/+2
* avoid creation of duplicate ID's in sub-documentswiemann2007-08-173-10/+24
* removed my duplicate implementation of utils.relative_path();wiemann2007-08-172-34/+10
* removed accidentally checked-in integrity check; was for debugging onlywiemann2007-08-162-9/+0
* implemented simple version of multi-file output (no navigational aids though)wiemann2007-08-164-25/+183
* added tests; use "doc-set root" instead of "docset root" in Englishwiemann2007-08-151-5/+5
* added docset-root directive;wiemann2007-08-1525-111/+183
* re-enabled support for dump_transforms setting (lost during change in transfo...wiemann2007-08-151-0/+8
* first working implementation of sub-document directive; tests to be added lat...wiemann2007-07-082-60/+123
* simplified parse_field_body so it puts everything into one paragraph; this do...wiemann2007-07-011-8/+1
* added subdocs directive (the last commit should have been ru.py only :-/)wiemann2007-06-261-0/+2
* reformatted for easier changingwiemann2007-06-2619-80/+118
* added first implementation of subdocs directivewiemann2007-06-262-0/+131
* added reader as Parser.__init__ parameter, as RSTStateMachine.run parameter, ...wiemann2007-06-245-15/+28
* moved responsibility for applying transforms from publisher towiemann2007-06-249-32/+63
* do not support transforms for source and destination; this is unused, and sho...wiemann2007-06-232-5/+3
* Merge smaller differences from latex2e_adaptive_preamble.subdocs@5264grubert2007-06-201-18/+26
* Add ``use-part-section``.grubert2007-06-141-2/+9
* added some bottom margin for sidebars (adding top margin looks funny since si...wiemann2007-06-031-1/+1
* Put leavevmode before longtable to avoid having it moved before sub/pargraph.grubert2007-05-311-2/+8
* adjusted name and email addresswiemann2007-05-314-4/+4
* Using leavevmode after terms option_list no longer needs to check parent for ...grubert2007-05-281-3/+0
* - Append ``\leavemode`` to definition list terms.grubert2007-05-281-3/+4
* Table column width with 3 decimal places.grubert2007-05-281-1/+1
* Add table stubs support (boldfont).grubert2007-05-251-1/+12
* Add assemble_parts to writer.grubert2007-05-081-0/+9
* Add simply support for nested tables.grubert2007-04-181-4/+10
* Fix verbatim in tables if use-verbatim-when-possible.grubert2007-04-181-6/+5
* Use section commands down to subparagraph.grubert2007-04-141-16/+8
* added class="internal"/class="external" to a elementswiemann2007-04-101-5/+7
* added named constants, removed magic numbersgoodger2007-04-031-7/+14
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-212-2/+2
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-212-2/+2
* moved Element.__str__ to Node.__str__ so Text has it too;wiemann2007-03-211-5/+12
* do not encode embedded stylesheets, because HTML entities arewiemann2007-03-192-2/+2
* replaced <>@ with ()at because they come out as a mess whenwiemann2007-03-191-1/+1
* encode <>@ in stylesheetswiemann2007-03-191-1/+1