From 1c40cc4b68fd80984a2da0e88b71dd3f58c090fb Mon Sep 17 00:00:00 2001
From: Pooja Halappanavar <pooja.halappanavar@huawei.com>
Date: Wed, 30 Dec 2020 07:04:54 +0000
Subject: [PATCH] Update reStructuredText Basics.rst

---
 .../source/readme/reStructuredText Basics.rst   | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/documentation/source/readme/reStructuredText Basics.rst b/documentation/source/readme/reStructuredText Basics.rst
index dbe474d..0397cc0 100644
--- a/documentation/source/readme/reStructuredText Basics.rst	
+++ b/documentation/source/readme/reStructuredText Basics.rst	
@@ -30,6 +30,12 @@ Paragraphs in reStructuredText are blocks of text separated by at least one blan
 
 Inline markup for font styles is similar to markdown:
 
+**Syntax**
+
+.. figure:: Images/Font_style.PNG
+
+**Output**
+
 * Use one asterisk (*text*) for italics
 * Use two asterisks (**text**) for bolding
 * Use two backticks (``text``) for code samples
@@ -110,7 +116,7 @@ reSt supports an image directive, used like:  .. figure:: Images/image name.PNG
 
 **Syntax**
 
- .. figure:: Images/multi_data.PNG
+ .. figure:: Images/multi_data.PNG 
 
 **Output**
 
@@ -123,8 +129,10 @@ Directive is a generic block of explicit markup. While docutils provides a numbe
 **Syntax**
 
  .. figure:: Images/toctree.PNG
-    :width: 50px
-    :Height: 50px
+    :height: 100px
+    :width: 150px
+    :scale: 50%
+    :align: right
 
 
 **Output**
@@ -139,8 +147,7 @@ The "list-table" directive is used to create a table from data in a uniform two-
 **Syntax**
 
   .. figure:: Images/List-table.PNG
-      :width: 50
-      :Height: 50
+
 
 **Output**
 
-- 
GitLab