Pandoc
======
What Pandoc Is
--------------
Pandoc is a Linux application for converting documents from one markup format to another.
Visit the `Pandoc `_ website ``_
Why Pandoc is Used
------------------
* To convert Markdown files to reStructuredText.
How Pandoc is Used
------------------
#. Create the Markdown file(s)
#. `Install Pandoc `_
#. Create a docs folder
#. Navigate to the docs folder
#. Put a copy of the modified :doc:`Sphinx Makefile `
#. Put a copy of the modified :doc:`Sphinx Config ` (conf.py)
#. Create an index file: *index.rs\_*
* This is the main page of the documentation and must include a table of contents
* The file extension is required for non-code based files to work with the modified :doc:`Sphinx Makefile `
#. Link to the converted files within the index file
#. Generate the documenation
.. code-block:: bash
make html