diff --git a/documentation/source/readme/reStructuredText Basics.rst b/documentation/source/readme/reStructuredText Basics.rst
index 883db3318167ed962f079a12e6274c84af945532..9ba41d1b4c1f99a2ec4a764b59c6e44e9ad5239f 100644
--- a/documentation/source/readme/reStructuredText Basics.rst	
+++ b/documentation/source/readme/reStructuredText Basics.rst	
@@ -30,12 +30,6 @@ 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
@@ -114,11 +108,8 @@ reSt supports an image directive, used like:  .. figure:: Images/image name.PNG
 
 *example*
 
-**Syntax**
-
- .. figure:: Images/multi_data.PNG 
+ .. figure:: Images/multi_data.PNG
 
-**Output**
 
 **Directives**
 ==============
@@ -129,10 +120,8 @@ Directive is a generic block of explicit markup. While docutils provides a numbe
 **Syntax**
 
  .. figure:: Images/toctree.PNG
-    :height: 100px
-    :width: 150px
-    :scale: 50%
-    :align: right
+    :width: 50px
+    :Height: 50px
 
 
 **Output**
@@ -147,7 +136,8 @@ 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**
 
@@ -198,7 +188,6 @@ The data may be internal (an integral part of the document) or external (a separ
 =========
 
 **Cross-referencing syntax**
-----------------------------
 
 Basically, you only need to write :role:`target` and a link will be created to the item named target of the type indicated by role.
 
@@ -209,7 +198,6 @@ Basically, you only need to write :role:`target` and a link will be created to t
  .. figure:: Images/math.PNG
 
 **Output**
-----------
 
 Since Pythagoras, we know that :math:`a^2 + b^2 = c^2`