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

Update documentation/source/readme/reStructuredText Basics.rst

parent 43472285
No related branches found
No related tags found
No related merge requests found
What is reStructuredText?
=============================
reStructuredText is an easy to read, what-you-see-is-what-you-get plainttext markup syntax and parser system. In other words reStructuredText is a lightweight markup language that is used in static site generators like Sphinx.
......@@ -6,7 +7,7 @@ It contains robust tools for semantic markup, reusing content, and content filte
reStructuredText is useful for creating simple web pages, and for standalone documents.
**Why use reStructuredText?**
Why use reStructuredText?
=============================
reStructuredText is a lightweight markup language, so it’s easier to read in plain-text format compared to heavier markup languages like DITA and other XML-based formats.
......@@ -14,13 +15,13 @@ You can easily find text editors that render reStructuredText with syntax highli
Some writers also prefer reStructuredText because the markup standards are more well-defined compared to markdown.
**Project setup**
Project setup
=================
For complete setup of Sphinx and its installation process, refer `<https://sphinx-rtd-tutorial.readthedocs.io/en/latest/index.html>`_.
**How to use reStructuredText**
How to use reStructuredText
===============================
*Formatting the main text*
......
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