summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* renamed funny filename file so it will work on Windowssubdocswiemann2007-08-242-2/+2
* 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
* documented decoration droppingwiemann2007-08-231-0/+2
* document multi_output settingwiemann2007-08-221-0/+37
* i only realized that my implemtation sucked when I was mostly done ;-)wiemann2007-08-221-1/+22
* resolve indirect qualified targetswiemann2007-08-229-216/+402
* added documentation for qualifier syntaxwiemann2007-08-202-1/+48
* made namespace qualifiers case-insensitive, and accept backslashes, too;wiemann2007-08-203-7/+9
* added qualified references syntax;wiemann2007-08-2010-11/+300
* added misc.CheckDoctreeValidity transform to catch invalid doctrees caused by...wiemann2007-08-204-0/+162
* added prune_subdocs parameter to Node.traversewiemann2007-08-201-9/+22
* whoops -- the subtitle-test.txt got its contents twice (thanks to SVN's funny...wiemann2007-08-201-8/+0
* do not transform sub-document titles into subtitles; slight clean-up in parts.pywiemann2007-08-194-14/+39
* strip decoration (header and footer) from sub-documentswiemann2007-08-192-2/+10
* docset-root should be relative to current file, not current document (tested ...wiemann2007-08-191-1/+2
* added test files that I forgot to check inwiemann2007-08-193-1/+18
* renamed directive class to Subdocswiemann2007-08-172-2/+2
* avoid creation of duplicate ID's in sub-documentswiemann2007-08-174-12/+26
* 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-169-38/+232
* improved subdocs documentationwiemann2007-08-151-3/+14
* added documentation for subdocs and docset-root directiveswiemann2007-08-151-0/+124
* added tests; use "doc-set root" instead of "docset root" in Englishwiemann2007-08-152-8/+36
* added docset-root directive;wiemann2007-08-1538-203/+835
* 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-2410-34/+72
* 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-205-23/+30
* added two more link list entries (thanks to Guenter Milde!)wiemann2007-06-171-0/+10
* Add ``use-part-section``.grubert2007-06-142-2/+10
* fixed documentation for publish_from_doctree to match actual behaviorwiemann2007-06-041-2/+2
* 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-314-2/+16
* typowiemann2007-05-311-1/+2
* adjusted name and email addresswiemann2007-05-3137-53/+53
* Point out wrapfig.grubert2007-05-301-0/+1
* Using leavevmode after terms option_list no longer needs to check parent for ...grubert2007-05-283-5/+3
* - Append ``\leavemode`` to definition list terms.grubert2007-05-283-18/+11
* Notes on lists and tables.grubert2007-05-281-2/+10