summaryrefslogtreecommitdiff
path: root/docutils/docs/ref
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-171-5/+5
| | | | 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-201-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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
* 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
* 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
* 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
* 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
* 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 ``_stylesheet_required`` internal setting, ↵goodger2005-06-281-0/+3
| | | | | | 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 "New in Docutils 3.4.10" for unitswiemann2005-06-172-3/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3506 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added link to default-role directivewiemann2005-06-171-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3504 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* documented what image widths as percentage are relative towiemann2005-06-161-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3499 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added support for units in image widths and heights;wiemann2005-06-163-2/+53
| | | | | | | I called a number combined with a unit (e.g. 5em) a "measure"; I am not entirely sure if that's the right term, though git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3497 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* correctiongoodger2005-06-121-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3473 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added standard data file syntax to the "include" directive. Added ↵goodger2005-06-122-1/+149
| | | | | | docutils/parsers/rst/include/ directory; contains the standard data files, with character entity substitution definition sets as initial contents. Added docs/ref/rst/substitutions.txt: "reStructuredText Standard Substitution Definition Sets". Updated docs, tests, & setup.py. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3472 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated locationgoodger2005-06-121-15/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3471 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed redundancy with "encoding" option descriptiongoodger2005-06-121-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3469 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "title" directivegoodger2005-06-091-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3455 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated & corrected docsgoodger2005-06-041-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3428 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "default-role" directivegoodger2005-06-041-0/+43
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3427 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added clarificationgoodger2005-06-031-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3426 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* replaced references to the mailing lists with references to the newwiemann2005-05-282-6/+10
| | | | | | "mailing-lists" document git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3396 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added SectSubTitle transformwiemann2005-05-181-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3351 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reverting revision 3322: addition of ":border:" option to "image" directivegoodger2005-05-142-7/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3340 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added "border" option to "image" directive (& attribute to doctree element); ↵goodger2005-05-092-0/+7
| | | | | | updated docs & tests. Closes Feature Request 1193389. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3322 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added ``line`` element; corrected ``line_block`` detailsgoodger2005-05-021-49/+114
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3282 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updated footer descriptionsgoodger2005-04-241-5/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3248 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about using "compound" as a block-level containerwiemann2005-04-211-0/+10
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3238 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* "image" directive: added checks for valid values of "align" option, ↵goodger2005-04-212-0/+13
| | | | | | depending on context. "figure" directive: added specialized "align" option and attribute on "figure" element. Added HTML support for ``align`` attribute on ``figure`` elements. Updated docs & tests. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3231 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added note about misuse of header and footer directiveswiemann2005-04-091-0/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3200 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* allow topics within sidebars; no topics within body elementsgoodger2005-04-093-8/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3199 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved implementation description out of the docs into the code; whitespacegoodger2005-04-081-9/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3193 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "header" & "footer" directives, tests, docs, support, and some tweaksgoodger2005-04-073-33/+86
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3184 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added some more linkswiemann2005-04-051-5/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3175 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added links for image and meta directivewiemann2005-04-051-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3174 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed unnecessary backslashwiemann2005-04-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3173 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed mistaken indentationgoodger2005-04-051-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3168 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added "stub-columns" options to "csv-table" and "list-table" directives, ↵goodger2005-04-052-1/+11
| | | | | | plus support, docs, and tests git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3165 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed "list-table" target which was redundant and causedwiemann2005-03-301-2/+0
| | | | | | the TOC link to point to #id4 instead of #list-table git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3148 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-262-25/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3129 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added auto-enumerated list itemsgoodger2005-03-251-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3113 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* cover tricky indentation edge casesgoodger2005-03-241-9/+19
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3111 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added csv-table directive support for the file_insertion_enabled settinggoodger2005-03-221-5/+14
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3083 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added security warnings for "raw" & "include"goodger2005-03-211-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3074 929543f6-e4f2-0310-98a6-ba3bd3dd1d04