diff --git a/documentation/source/readme/reStructuredText Basics.rst b/documentation/source/readme/reStructuredText Basics.rst
index dbe474d09feaafc4dee6ed71beb97354175be4b5..0397cc07a93d0dff4588f1edb7ca6efb04c33a98 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**