Skip to content
Snippets Groups Projects
Commit 1c40cc4b authored by Pooja Halappanavar's avatar Pooja Halappanavar
Browse files

Update reStructuredText Basics.rst

parent 99709fc8
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,12 @@ Paragraphs in reStructuredText are blocks of text separated by at least one blan ...@@ -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: Inline markup for font styles is similar to markdown:
**Syntax**
.. figure:: Images/Font_style.PNG
**Output**
* Use one asterisk (*text*) for italics * Use one asterisk (*text*) for italics
* Use two asterisks (**text**) for bolding * Use two asterisks (**text**) for bolding
* Use two backticks (``text``) for code samples * Use two backticks (``text``) for code samples
...@@ -110,7 +116,7 @@ reSt supports an image directive, used like: .. figure:: Images/image name.PNG ...@@ -110,7 +116,7 @@ reSt supports an image directive, used like: .. figure:: Images/image name.PNG
**Syntax** **Syntax**
.. figure:: Images/multi_data.PNG .. figure:: Images/multi_data.PNG
**Output** **Output**
...@@ -123,8 +129,10 @@ Directive is a generic block of explicit markup. While docutils provides a numbe ...@@ -123,8 +129,10 @@ Directive is a generic block of explicit markup. While docutils provides a numbe
**Syntax** **Syntax**
.. figure:: Images/toctree.PNG .. figure:: Images/toctree.PNG
:width: 50px :height: 100px
:Height: 50px :width: 150px
:scale: 50%
:align: right
**Output** **Output**
...@@ -139,8 +147,7 @@ The "list-table" directive is used to create a table from data in a uniform two- ...@@ -139,8 +147,7 @@ The "list-table" directive is used to create a table from data in a uniform two-
**Syntax** **Syntax**
.. figure:: Images/List-table.PNG .. figure:: Images/List-table.PNG
:width: 50
:Height: 50
**Output** **Output**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment