aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/samplesite/stories/quickstart.rst
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2014-10-21 10:33:15 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2014-10-21 10:33:15 -0300
commit5ec02211214350ee558fd9f6bb052264fd24f75e (patch)
treeb61e8c61a95d18a91d053e71dcbd7b30e47552a1 /nikola/data/samplesite/stories/quickstart.rst
parent58c4878526dec5510f23c812274686787d8724ba (diff)
Imported Upstream version 7.1.0upstream/7.1.0
Diffstat (limited to 'nikola/data/samplesite/stories/quickstart.rst')
-rw-r--r--nikola/data/samplesite/stories/quickstart.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/nikola/data/samplesite/stories/quickstart.rst b/nikola/data/samplesite/stories/quickstart.rst
index 5b78807..d08b295 100644
--- a/nikola/data/samplesite/stories/quickstart.rst
+++ b/nikola/data/samplesite/stories/quickstart.rst
@@ -369,18 +369,18 @@ __ quickref.html#directives
To include an image in your document, you use the the ``image`` directive__.
For example::
- .. image:: /images/biohazard.png
+ .. image:: /images/nikola.png
results in:
-.. image:: /images/biohazard.png
+.. image:: /images/nikola.png
-The ``/images/biohazard.png`` part indicates the filename of the image
+The ``/images/nikola.png`` part indicates the filename of the image
you wish to appear in the document. There's no restriction placed on
the image (format, size etc). If the image is to appear in HTML and
you wish to supply additional information, you may::
- .. image:: /images/biohazard.png
+ .. image:: /images/nikola.png
:height: 100
:width: 200
:scale: 50