summaryrefslogtreecommitdiffstats
path: root/nikola/data/samplesite/stories
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
parent58c4878526dec5510f23c812274686787d8724ba (diff)
Imported Upstream version 7.1.0upstream/7.1.0
Diffstat (limited to 'nikola/data/samplesite/stories')
-rw-r--r--nikola/data/samplesite/stories/quickref.rst15
-rw-r--r--nikola/data/samplesite/stories/quickstart.rst8
2 files changed, 11 insertions, 12 deletions
diff --git a/nikola/data/samplesite/stories/quickref.rst b/nikola/data/samplesite/stories/quickref.rst
index 7886cd1..bf5324f 100644
--- a/nikola/data/samplesite/stories/quickref.rst
+++ b/nikola/data/samplesite/stories/quickref.rst
@@ -1242,11 +1242,11 @@
<tr valign="top">
<td><samp>For&nbsp;instance:</samp>
- <p><samp>..&nbsp;image::&nbsp;images/biohazard.png</samp>
+ <p><samp>..&nbsp;image::&nbsp;images/nikola.png</samp>
<td>
For instance:
- <p><img src="/images/biohazard.png" alt="ball1">
+ <p><img src="/images/nikola.png" alt="ball1">
</table>
<h3><a href="#contents" name="substitution-references-and-definitions"
@@ -1266,17 +1266,16 @@
<tbody>
<tr valign="top">
<td><samp>
- The&nbsp;|biohazard|&nbsp;symbol&nbsp;must&nbsp;be
- used&nbsp;on&nbsp;containers&nbsp;used&nbsp;to
- dispose&nbsp;of&nbsp;medical&nbsp;waste.</samp>
+ The&nbsp;|Nikola|&nbsp;static&nbsp;site&nbsp;generator
+ is&nbsp;named&nbsp;after&nbsp;Nikola&nbsp;Tesla.</samp>
<p><samp>
- ..&nbsp;|biohazard|&nbsp;image::&nbsp;biohazard.png</samp>
+ ..&nbsp;|Nikola|&nbsp;image::&nbsp;nikola.png</samp>
<td>
- <p>The <img src="/images/biohazard.png" align="bottom" alt="biohazard"> symbol
- must be used on containers used to dispose of medical waste.
+ <p>The <img src="/images/nikola.png" align="bottom" alt="Nikola"> static
+ site generator is named after Nikola Tesla.
</table>
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