diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-08-07 18:50:39 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-08-07 18:50:39 +0000 |
| commit | 0a0eb612affdfeb3653a6451ab49028d8d4b23d2 (patch) | |
| tree | 3e20e071bb8c0d81465f8bd9efeddc1e1b26e32d /docs/howto | |
| parent | 1f5498eff87656000bfc3f71146b549dfb07ea5c (diff) | |
| download | docutils-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.txt | 8 |
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: |
