diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-30 14:26:27 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-30 14:26:27 +0000 |
| commit | 9dabb579b15aaf99d0602cf635cf85ac444a159e (patch) | |
| tree | 8c2c909785f371630c6070342ee29d6f3d94237a /docutils | |
| parent | bfb9b6902e5dbd91745d33b0aeb81ffaffd507f9 (diff) | |
| download | docutils-9dabb579b15aaf99d0602cf635cf85ac444a159e.tar.gz | |
updated transition entry to allow transitions between sections
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2778 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/docs/ref/doctree.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/docs/ref/doctree.txt b/docutils/docs/ref/doctree.txt index 494edc9df..df0f87836 100644 --- a/docutils/docs/ref/doctree.txt +++ b/docutils/docs/ref/doctree.txt @@ -4035,8 +4035,8 @@ The ``transition`` element is commonly seen in novels and short fiction, as a gap spanning one or more lines, with or without a type ornament such as a row of asterisks. Transitions separate other body elements, dividing a section into untitled divisions. A transition -may not begin or end a section or document, nor may two transitions be -immediately adjacent. +may not begin or end a document, it may not begin a section, nor may +two transitions be immediately adjacent. See `Doctree Representation of Transitions`__ in `A Record of reStructuredText Syntax Alternatives`__. |
