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

Update reStructuredText Basics.rst

parent ba31452a
No related branches found
No related tags found
No related merge requests found
...@@ -198,16 +198,18 @@ The data may be internal (an integral part of the document) or external (a separ ...@@ -198,16 +198,18 @@ The data may be internal (an integral part of the document) or external (a separ
========= =========
**Cross-referencing syntax** **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. 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.
**math** **Math**
**Syntax** **Syntax**
.. figure:: Images/math.PNG .. figure:: Images/math.PNG
**Output** **Output**
----------
Since Pythagoras, we know that :math:`a^2 + b^2 = c^2` Since Pythagoras, we know that :math:`a^2 + b^2 = c^2`
......
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