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>`_.