summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Laza <vlaza@cloudbasesolutions.com>2015-04-27 18:23:52 +0300
committerVictor Laza <vlaza@cloudbasesolutions.com>2015-04-27 18:23:52 +0300
commitb6253b418c5ff685bd9711a15a1431394891f706 (patch)
treef257545bffebdc6b6ab20019717e6c7729fd416d
parentb9eb7fc29d29301e2802544a614bfd77e78f52b4 (diff)
Upload and include a smiley face into one of the documentations
JIRA: Using this to test the image upload script and html scrape with included images. Change-Id: I4d1baab8f4bd7cd89ddf1f714c5b5a68624bf097 Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
-rw-r--r--docs/images/smiley.pngbin0 -> 317247 bytes
-rw-r--r--docs/other_options_for_docu_gen.rst10
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/images/smiley.png b/docs/images/smiley.png
new file mode 100644
index 000000000..04023d133
--- /dev/null
+++ b/docs/images/smiley.png
Binary files differ
diff --git a/docs/other_options_for_docu_gen.rst b/docs/other_options_for_docu_gen.rst
index 73d38dd92..c687cb963 100644
--- a/docs/other_options_for_docu_gen.rst
+++ b/docs/other_options_for_docu_gen.rst
@@ -73,3 +73,13 @@ Description: The easiest to install, the cleanest in matter of folder & files st
Revision: _sha1_
Build date: _date_
+
+**Test image inclusion for html**
+
+.. image:: images/smiley.png
+ :height: 200
+ :width: 200
+ :alt: Just a smiley face!
+ :align: left
+
+