summaryrefslogtreecommitdiff
path: root/docutils/docs/ref
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-03-25 03:02:32 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-03-25 03:02:32 +0000
commitcb674cd3624c14ad172b87f85b7232957d9804e7 (patch)
tree31960cf991b16852365d8f77b7d5b727fa1d0580 /docutils/docs/ref
parentf7bed0f009d0482a2eb947ba89146898f77b20d1 (diff)
downloaddocutils-cb674cd3624c14ad172b87f85b7232957d9804e7.tar.gz
added auto-enumerated list items
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3113 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
-rw-r--r--docutils/docs/ref/rst/restructuredtext.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt
index 4a98a45f9..4ed975144 100644
--- a/docutils/docs/ref/rst/restructuredtext.txt
+++ b/docutils/docs/ref/rst/restructuredtext.txt
@@ -670,6 +670,11 @@ The following enumeration sequences are recognized:
- uppercase Roman numerals: I, II, III, IV, ..., MMMMCMXCIX (4999).
- lowercase Roman numerals: i, ii, iii, iv, ..., mmmmcmxcix (4999).
+In addition, the auto-enumerator, "#", may be used to automatically
+enumerate a list. Auto-enumerated lists may begin with explicit
+enumeration, which sets the sequence. Fully auto-enumerated lists use
+arabic numerals and begin with 1.
+
The following formatting types are recognized:
- suffixed with a period: "1.", "A.", "a.", "I.", "i.".