summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-08-07 18:50:39 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-08-07 18:50:39 +0000
commit0a0eb612affdfeb3653a6451ab49028d8d4b23d2 (patch)
tree3e20e071bb8c0d81465f8bd9efeddc1e1b26e32d /docs/howto
parent1f5498eff87656000bfc3f71146b549dfb07ea5c (diff)
downloaddocutils-0a0eb612affdfeb3653a6451ab49028d8d4b23d2.tar.gz
added link to admonition directive documentation
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4671 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/rst-directives.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/howto/rst-directives.txt b/docs/howto/rst-directives.txt
index 53313ca7a..4c4441155 100644
--- a/docs/howto/rst-directives.txt
+++ b/docs/howto/rst-directives.txt
@@ -292,9 +292,11 @@ name. Several representative directives are described below.
Admonitions
-----------
-Admonition directives, such as "note" and "caution", are quite simple.
-They have no directive arguments or options. Admonition directive
-content is interpreted as ordinary reStructuredText.
+`Admonition directives`__, such as "note" and "caution", are quite
+simple. They have no directive arguments or options. Admonition
+directive content is interpreted as ordinary reStructuredText.
+
+__ ../ref/rst/directives.html#specific-admonitions
The resulting document tree for a simple reStructuredText line
"``.. note:: This is a note.``" looks as follows: