diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-10-25 12:01:12 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2012-10-25 12:01:12 +0000 |
| commit | eb95ba9ec753f35d90ee7c7de6ebdfe06c2b6b39 (patch) | |
| tree | ad7acee635b4c7e638bde0c2239bc87f0a7d160b /docutils/docs/ref | |
| parent | 1fdf3113a30d5d72678f63057311b7d9ec578394 (diff) | |
| download | docutils-eb95ba9ec753f35d90ee7c7de6ebdfe06c2b6b39.tar.gz | |
Add link to substitution definitions for inline images.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7535 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/directives.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docutils/docs/ref/rst/directives.txt b/docutils/docs/ref/rst/directives.txt index 71cfe6d09..6940f72ea 100644 --- a/docutils/docs/ref/rst/directives.txt +++ b/docutils/docs/ref/rst/directives.txt @@ -171,6 +171,9 @@ An "image" is a simple picture:: .. image:: picture.png +Inline images can be defined with an "image" directive in a `substitution +definition`_ + The URI for the image source file is specified in the directive argument. As with hyperlink targets, the image URI may begin on the same line as the explicit markup start and target name, or it may @@ -235,6 +238,8 @@ The following options are recognized: and the common options `:class:`_ and `:name:`_. +.. _substitution definition: restructuredtext.html#substitution-definitions + Figure ====== |
