summaryrefslogtreecommitdiff
path: root/docutils/docs/ref
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-02-15 10:21:45 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2008-02-15 10:21:45 +0000
commitb6f517e2bd880f7a760ba26344dbcb07a07e9e8e (patch)
tree96e438587f27a1dda4e9ec95f95a61bc393a74ed /docutils/docs/ref
parentd39181c68124d31c8472bdce706e52e7c6614833 (diff)
downloaddocutils-b6f517e2bd880f7a760ba26344dbcb07a07e9e8e.tar.gz
Add ``+`` and ``:`` to simple names
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5511 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
-rw-r--r--docutils/docs/ref/rst/restructuredtext.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docutils/docs/ref/rst/restructuredtext.txt b/docutils/docs/ref/rst/restructuredtext.txt
index 3b6f4e688..f9dcdcd10 100644
--- a/docutils/docs/ref/rst/restructuredtext.txt
+++ b/docutils/docs/ref/rst/restructuredtext.txt
@@ -378,11 +378,11 @@ Reference Names
===============
Simple reference names are single words consisting of alphanumerics
-plus isolated (no two adjacent) internal hyphens, underscores, and
-periods; no whitespace or other characters are allowed. Footnote
-labels (Footnotes_ & `Footnote References`_), citation labels
-(Citations_ & `Citation References`_), `interpreted text`_ roles, and
-some `hyperlink references`_ use the simple reference name syntax.
+plus isolated (no two adjacent) internal hyphens, underscores,
+periods, colons and plus signs; no whitespace or other characters are
+allowed. Footnote labels (Footnotes_ & `Footnote References`_), citation
+labels (Citations_ & `Citation References`_), `interpreted text`_ roles,
+and some `hyperlink references`_ use the simple reference name syntax.
Reference names using punctuation or whose names are phrases (two or
more space-separated words) are called "phrase-references".