summaryrefslogtreecommitdiff
path: root/docutils/docs/ref
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-06-17 14:19:17 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-06-17 14:19:17 +0000
commit85b75c3fa18bdfd6740ab01276efeba225641787 (patch)
treed644966fbdf8429d20ea1220e7eb072646639d39 /docutils/docs/ref
parent9e19423a0210045b7dfa2b6c6687279b13bab417 (diff)
downloaddocutils-85b75c3fa18bdfd6740ab01276efeba225641787.tar.gz
added link to default-role directive
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3504 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
-rw-r--r--docutils/docs/ref/rst/roles.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docutils/docs/ref/rst/roles.txt b/docutils/docs/ref/rst/roles.txt
index 1cb2e540b..b396af2eb 100644
--- a/docutils/docs/ref/rst/roles.txt
+++ b/docutils/docs/ref/rst/roles.txt
@@ -1,6 +1,7 @@
=========================================
reStructuredText Interpreted Text Roles
=========================================
+
:Author: David Goodger
:Contact: goodger@users.sourceforge.net
:Revision: $Revision$
@@ -20,7 +21,8 @@ with colons. For example::
A default role may be defined by applications of reStructuredText; it
is used if no explicit ``:role:`` prefix or suffix is given. The
-"default default role" is `:title-reference:`_.
+"default default role" is `:title-reference:`_. It can be changed
+using the default-role_ directive.
See the `Interpreted Text`_ section in the `reStructuredText Markup
Specification`_ for syntax details. For details on the hierarchy of
@@ -30,6 +32,7 @@ implementation details, see `Creating reStructuredText Interpreted
Text Roles`_.
.. _"role" directive: directives.html#role
+.. _default-role: directives.html#default-role
.. _Interpreted Text: restructuredtext.html#interpreted-text
.. _reStructuredText Markup Specification: restructuredtext.html
.. _The Docutils Document Tree: ../doctree.html