summaryrefslogtreecommitdiff
path: root/docutils/docs
Commit message (Collapse)AuthorAgeFilesLines
* reverted last check-in; it was committed to "transforms" branchwiemann2005-09-181-2/+2
| | | | | | | | | instead of trunk, and it causes conflicts when merging to trunk; I'll redo that change after merging the "transforms" branch into the trunk in order to avoid unnecessary merge-work git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3887 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed DanglingReferences priority back to 850wiemann2005-09-181-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3886 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* incorporated David's suggestions for the transforms branchwiemann2005-09-172-20/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3884 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Turned components.Filter into components.WriterFilter. When thewiemann2005-08-202-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filter transform is run, the only type of component which has not yet been used *and* has the notion of a "format" is the writer. I (Felix) cannot imagine a use case where components.Filter would filter, say, parser-specific nodes. Thus, it's possible to make components.Filter specific to writers without loss of functionality. Added FormatSpecific node. Made "meta" and "raw" subclasses of nodes.FormatSpecific. nodes.Node.traverse: When a class is passed as first argument, do not check if it is a subclass of nodes.Node. This is necessary because some node classes (like nodes.FormatSpecific) aren't subclasses of nodes.Node. directives.meta: Do not insert pending nodes but rather the meta node directly. components.WriterFilter does no longer work on pending nodes but traverses the document tree looking for FormatSpecific nodes. Removed format-handling code for raw node from writers. This is now done by the WriterFilter transform. Removed test/test_transforms/test_filter.py; that test isn't usable for testing the WriterFilter transform. components.WriterFilter is automatically tested in the functional tests; that's enough for now. Updated docs/ref/transforms.txt. Partially updated docs/peps/pep-0258.txt. git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* created "transforms" branch;wiemann2005-08-172-4/+4
| | | | | | | | | replaced default_transforms tuple attribute with get_transforms method which returns a list; removed concept of "universal", "global" transforms; moved previously "universal" transforms into Reader and Writer default transforms git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3822 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added to-do list entry about block quoteswiemann2005-08-151-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3812 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about project data at BerliOS and SFwiemann2005-08-151-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3808 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* two more typoswiemann2005-08-141-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3805 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixed a typo in the Docutils release that introduced unitslele2005-08-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3804 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added targetwiemann2005-08-141-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3797 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added targetwiemann2005-08-141-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3796 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* changed title to "Link List" so that it is found when googling forwiemann2005-08-141-3/+3
| | | | | | 'docutils link list' git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3794 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added link to xml2rstwiemann2005-08-141-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3793 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added to-do list entrywiemann2005-08-141-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3792 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* minor updategoodger2005-08-121-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3790 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add "new in Docutils 0.3.8" notice to auto-enumerated listsgoodger2005-08-041-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3786 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added directive ideagoodger2005-07-301-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3780 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* clarified/simplifiedgoodger2005-07-301-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3779 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added hyperlinks to filesgoodger2005-07-291-32/+60
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3777 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* clarified _stylesheet_requiredgoodger2005-07-291-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3776 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about East Asian character widthsgoodger2005-07-291-0/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3775 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed linkwiemann2005-07-201-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3772 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged todo2 branch to trunkwiemann2005-07-202-339/+283
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3770 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make use of \Dlanguagebabel.wiemann2005-07-181-2/+2
| | | | | | | | Added \Dprinting for output primarily for printing, not online viewing. Some clean-up in the LaTeX stylesheet. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3766 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed error;wiemann2005-07-181-1/+9
| | | | | | added section about wiki git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3765 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* clarifiedwiemann2005-07-171-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3764 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* split developers section into API and Core developers;wiemann2005-07-171-5/+20
| | | | | | added link to nabu git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3763 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed note on Unicode support of csv-table directive;wiemann2005-07-171-6/+0
| | | | | | | ASCII NUL limitation isn't worth being documented (there is an explanatory error message); encoding option has been implemented git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3761 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added an explicit reminder of expected errors, in the form of an errorgoodger2005-07-151-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3756 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Moved rst2ht to link list; it's not a blog.wiemann2005-07-141-3/+10
| | | | | | | | | | | Moved htmlnav to link list; it's not a blog either. Removed restblog; it's outdated and doesn't work. Removed ReSTWeb; the current URL is <http://wingware.com/pub/restweb/> and it doesn't look like it's maintained anymore. Removed redundant HT2HTML-integration link; it's the same as rst2ht. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3755 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* replaced "document" with "link list" so that the file is foundwiemann2005-07-141-1/+1
| | | | | | when googling for ``docutils link list`` git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3754 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added link to xhtml2restwiemann2005-07-141-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3751 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed targetwiemann2005-07-121-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3742 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* restructured links document into "Users" and "Developers" sections;wiemann2005-07-081-16/+28
| | | | | | added link to pickle writer git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3673 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2005-07-071-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3667 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-051-3/+3
| | | | | | changed priority to 680 git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3659 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved expose_internals logic out of FinalChecks into awiemann2005-07-051-1/+3
| | | | | | separate transform, universal.ExposeInternals git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3658 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved transition transform logic from universal.FinalChecks towiemann2005-07-051-0/+2
| | | | | | a separate transform, misc.Transitions git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3657 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* extended Hacker's guidewiemann2005-07-051-10/+64
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3656 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* improved cloaking mechanismwiemann2005-07-011-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3644 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* deactivated _stylesheet_required for programmatic use; improved documentationwiemann2005-06-301-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3642 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "title" attribute to document tree referencewiemann2005-06-292-3/+22
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3622 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added history and to-do list entrieswiemann2005-06-281-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3620 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* another two to do list entrieswiemann2005-06-281-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3619 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added to-do list entries about directiveswiemann2005-06-281-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3618 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added ``_stylesheet_required`` internal setting, ↵goodger2005-06-282-0/+8
| | | | | | docutils.transforms.html.StylesheetCheck transform, docs, tests, and support. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3617 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added link to FAQ entry about reST-blogswiemann2005-06-271-6/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3615 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added Document Conventions sectiongoodger2005-06-271-0/+38
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3607 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added more links; added note about body != html_bodywiemann2005-06-271-6/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3599 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added link targets; note to self: need to document publish_(from_)doctreewiemann2005-06-271-15/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3597 929543f6-e4f2-0310-98a6-ba3bd3dd1d04