Skip to content

Commit

Permalink
docs(reST):Added introduction and update index #65
Browse files Browse the repository at this point in the history
Created an introduction to reST and Sphinx syntax.  More can be
done here but it serves as a good starting point.

closes #65
  • Loading branch information
imAsparky committed Jul 21, 2021
1 parent 0e72fa3 commit dac78e9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
7 changes: 7 additions & 0 deletions docs/source/reST/reST-index.rst
Expand Up @@ -7,7 +7,14 @@
reSt How-to Index
=================

|
See a list of the How-to help files we have completed below.

|
.. toctree::
:titlesonly:

reST-intro-rest-sphinx
reSt-inline-tabs
@@ -1,13 +1,14 @@
.. include:: /extras.rst.txt
.. highlight:: rst
.. index:: reST; Syntax
.. _intro-rest-syntax:
.. index:: reST; Introduction
.. _intro-rest-sphinx:

====================================
Introduction: reST and Sphinx syntax
====================================
===============================
Introduction to reST and Sphinx
===============================

reStructuredText is an easy-to-read plaintext markup syntax and parser system.
reStructuredText, commonly referred to as reST, is an easy-to-read plaintext
markup syntax and parser system.

It is excellent for inline program documentation (such as Python docstrings),
quickly creating simple web pages and standalone documents using Sphinx.
Expand Down Expand Up @@ -101,9 +102,9 @@ For example, indentation is the sole markup indicator for block quotes.
This paragraph belongs to a second-level block quote.
This paragraph belongs to a first-level block quote. The
second-level block quote above is inside this first-level
block quote.
This paragraph belongs to a first-level block quote. The
second-level block quote above is inside this first-level
block quote.
Expand All @@ -119,6 +120,14 @@ This is another top-level paragraph.

This paragraph belongs to a second-level block quote.

This paragraph belongs to a first-level block quote. The
second-level block quote above is inside this first-level
block quote.
This paragraph belongs to a first-level block quote. The
second-level block quote above is inside this first-level
block quote



Further Reading
===============

For further interesting reading on this topic, see
:ref:`reST How-to Index <rest-index>`

0 comments on commit dac78e9

Please sign in to comment.