summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* renamed funny filename file so it will work on Windowssubdocswiemann2007-08-242-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5427 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* some more subdoc pruningwiemann2007-08-242-7/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5426 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* push system messages up to super-document so they do not get lost (tested);wiemann2007-08-243-59/+47
| | | | | | | | expand ~ in docset-root and subdocs (not tested); prune subdocs for a couple of target/reference transforms which are applied to every document anyway, so they do not need to descend into subdocs (not all tested); removed unnecessary import in latex2e git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5425 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* allow node class tuples as traverse conditionwiemann2007-08-241-7/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5424 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed prune_subdocs... again.wiemann2007-08-241-7/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5423 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed bug with prune_subdocs in Node.traverse (will be tested in later ↵wiemann2007-08-241-3/+3
| | | | | | check-ins) git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5422 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* documented decoration droppingwiemann2007-08-231-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5421 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* document multi_output settingwiemann2007-08-221-0/+37
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5420 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* i only realized that my implemtation sucked when I was mostly done ;-)wiemann2007-08-221-1/+22
| | | | | | i' leave it for now, though, since it seems to work git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5419 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* resolve indirect qualified targetswiemann2007-08-229-216/+402
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5418 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added documentation for qualifier syntaxwiemann2007-08-202-1/+48
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5416 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* made namespace qualifiers case-insensitive, and accept backslashes, too;wiemann2007-08-203-7/+9
| | | | | | fixed typo git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5415 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added qualified references syntax;wiemann2007-08-2010-11/+300
| | | | | | | added references.QualifiedReferences transform to resolve them; to do: add documentation, find bugs git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5414 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added misc.CheckDoctreeValidity transform to catch invalid doctrees caused ↵wiemann2007-08-204-0/+162
| | | | | | by content after the subdocs directive git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5413 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added prune_subdocs parameter to Node.traversewiemann2007-08-201-9/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5412 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* whoops -- the subtitle-test.txt got its contents twice (thanks to SVN's ↵wiemann2007-08-201-8/+0
| | | | | | funny merging behavior) git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5411 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* do not transform sub-document titles into subtitles; slight clean-up in parts.pywiemann2007-08-194-14/+39
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5410 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* strip decoration (header and footer) from sub-documentswiemann2007-08-192-2/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5409 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docset-root should be relative to current file, not current document (tested ↵wiemann2007-08-191-1/+2
| | | | | | with standard.txt checked in in previous revision) git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5408 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test files that I forgot to check inwiemann2007-08-193-1/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5407 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed directive class to Subdocswiemann2007-08-172-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5406 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* avoid creation of duplicate ID's in sub-documentswiemann2007-08-174-12/+26
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5405 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed my duplicate implementation of utils.relative_path();wiemann2007-08-172-34/+10
| | | | | | utils.relative_path() now handles backslashes on Windows git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5404 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed accidentally checked-in integrity check; was for debugging onlywiemann2007-08-162-9/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5403 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* implemented simple version of multi-file output (no navigational aids though)wiemann2007-08-169-38/+232
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5402 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved subdocs documentationwiemann2007-08-151-3/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5400 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added documentation for subdocs and docset-root directiveswiemann2007-08-151-0/+124
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5399 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added tests; use "doc-set root" instead of "docset root" in Englishwiemann2007-08-152-8/+36
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5398 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added docset-root directive;wiemann2007-08-1538-203/+835
| | | | | | | | finished implementation of subdocs directive, including all error handling and tests; changed directive parser so that if option_spec == {} (as opposed to None), space is still reserved for options, i.e. there must be a blank line before the content block git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5397 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* re-enabled support for dump_transforms setting (lost during change in ↵wiemann2007-08-151-0/+8
| | | | | | transform architecture) git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5396 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* first working implementation of sub-document directive; tests to be added ↵wiemann2007-07-082-60/+123
| | | | | | later, probably some bugs left git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5324 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* simplified parse_field_body so it puts everything into one paragraph; this ↵wiemann2007-07-011-8/+1
| | | | | | does not make a difference since role/directive options cannot contain blank lines anyway git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5309 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added subdocs directive (the last commit should have been ru.py only :-/)wiemann2007-06-261-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5279 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reformatted for easier changingwiemann2007-06-2619-80/+118
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5278 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added first implementation of subdocs directivewiemann2007-06-262-0/+131
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5277 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added reader as Parser.__init__ parameter, as RSTStateMachine.run parameter, ↵wiemann2007-06-245-15/+28
| | | | | | as an attribute of the RST state machines' memos, as Directive.__init__ parameter, and as a Directive.reader attribute git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5268 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved responsibility for applying transforms from publisher towiemann2007-06-2410-34/+72
| | | | | | Reader.read and Writer.write methods git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5266 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* do not support transforms for source and destination; this is unused, and ↵wiemann2007-06-232-5/+3
| | | | | | should be done by readers and writers git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5265 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Merge smaller differences from latex2e_adaptive_preamble.subdocs@5264grubert2007-06-205-23/+30
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5261 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added two more link list entries (thanks to Guenter Milde!)wiemann2007-06-171-0/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5248 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add ``use-part-section``.grubert2007-06-142-2/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5237 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed documentation for publish_from_doctree to match actual behaviorwiemann2007-06-041-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5214 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added some bottom margin for sidebars (adding top margin looks funny since ↵wiemann2007-06-031-1/+1
| | | | | | sidebars usually have paragraph spacing in front of them anyway) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5196 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Put leavevmode before longtable to avoid having it moved before sub/pargraph.grubert2007-05-314-2/+16
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5178 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* typowiemann2007-05-311-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5177 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* adjusted name and email addresswiemann2007-05-3137-53/+53
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5174 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Point out wrapfig.grubert2007-05-301-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5171 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Using leavevmode after terms option_list no longer needs to check parent for ↵grubert2007-05-283-5/+3
| | | | | | being a def.list. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5170 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Append ``\leavemode`` to definition list terms.grubert2007-05-283-18/+11
| | | | | | | - No longer write vist_/depart_definition_list_item comments to output. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5169 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Notes on lists and tables.grubert2007-05-281-2/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5168 929543f6-e4f2-0310-98a6-ba3bd3dd1d04