summaryrefslogtreecommitdiff
path: root/docutils/readers/standalone.py
Commit message (Collapse)AuthorAgeFilesLines
* resolve indirect qualified targetswiemann2007-08-221-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5418 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added qualified references syntax;wiemann2007-08-201-1/+4
| | | | | | | 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-201-0/+1
| | | | | | 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
* avoid creation of duplicate ID's in sub-documentswiemann2007-08-171-4/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/subdocs@5405 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added docset-root directive;wiemann2007-08-151-1/+13
| | | | | | | | 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
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-121-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4802 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
| | | | | | | | collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Merged "transforms" branch into trunk.wiemann2005-09-201-13/+15
| | | | | | | | | | | | | | | | - Replaced ``default_transforms`` attribute of TransformSpec with ``get_transforms()`` method. - Added universal.Decorations and universal.ExposeInternals transforms as default transforms for all readers. - Added universal.Messages and universal.FilterMessages transforms as default transforms for all writers. - Added ``ReReader`` base class for readers that reread an existing document tree. - Added ``UnfilteredWriter`` base class for writers that pass the document tree on unchanged. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3892 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-051-0/+1
| | | | | | changed priority to 680 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3659 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved transition transform logic from universal.FinalChecks towiemann2005-07-051-2/+4
| | | | | | a separate transform, misc.Transitions git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3657 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "document = None" again; it serves documentation purposeswiemann2005-06-271-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3589 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unused "document" class variable of standalone and dummy readerwiemann2005-06-261-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3583 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed command-line options for SectSubTitle transform (plural reads ↵goodger2005-05-191-4/+4
| | | | | | better); tweaked test text git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3353 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added SectSubTitle transformwiemann2005-05-181-1/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3351 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3129 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* relocate internal targets only in front of sections, doctitles and subtitleswiemann2005-03-051-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3008 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unused importgoodger2004-02-251-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1834 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated for setting validatorsgoodger2003-09-011-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1663 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updated for configuration file reorganization.goodger2003-08-271-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1645 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* revised new --no-doc-title & --no-doc-info optionsgoodger2003-05-291-13/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1359 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Option --no-doc-info and --no-doc-title to standalone reader.grubert2003-05-271-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1352 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Split ``references.Hyperlinks`` into multiple transforms.goodger2002-10-241-5/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@849 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed docstring field lists into commentsgoodger2002-10-091-7/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@778 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Added support for the ``docutils.io.IO`` class & subclasses.goodger2002-06-281-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@218 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* refactored; improved compound namesgoodger2002-05-051-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@86 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Initial revisiongoodger2002-04-201-0/+34
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@18 929543f6-e4f2-0310-98a6-ba3bd3dd1d04