From b6253b418c5ff685bd9711a15a1431394891f706 Mon Sep 17 00:00:00 2001 From: Victor Laza <vlaza@cloudbasesolutions.com> Date: Mon, 27 Apr 2015 18:23:52 +0300 Subject: 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> --- docs/images/smiley.png | Bin 0 -> 317247 bytes docs/other_options_for_docu_gen.rst | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 docs/images/smiley.png diff --git a/docs/images/smiley.png b/docs/images/smiley.png new file mode 100644 index 000000000..04023d133 Binary files /dev/null and b/docs/images/smiley.png 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 + + -- cgit