Support the image directive.

This commit is contained in:
Georg Brandl
2008-03-25 12:32:03 +00:00
parent 649ce723c1
commit ba47f283f6
8 changed files with 168 additions and 19 deletions

View File

@@ -205,6 +205,19 @@ The directive content follows after a blank line and is indented relative to the
directive start.
Images
------
reST supports an image directive, used like so::
.. image:: filename
(options)
When used within Sphinx, the ``filename`` given must be relative to the source
file, and Sphinx will automatically copy image files over to a subdirectory of
the output directory on building.
Footnotes
---------