Skip to content
Snippets Groups Projects
Commit ba31452a authored by Gururaj Shetty's avatar Gururaj Shetty
Browse files

Merge branch 'Poojahalappanavar15-master-patch-37387' into 'master'

Update reStructuredText Basics.rst

See merge request docs/developer-guide!59
parents 99709fc8 1c40cc4b
Branches
Tags
No related merge requests found
......@@ -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**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment