Pandoc¶
What Pandoc Is¶
Pandoc is a Linux application for converting documents from one markup format to another.
Visit the Pandoc website http://pandoc.org/
Why Pandoc is Used¶
- To convert Markdown files to reStructuredText.
How Pandoc is Used¶
Create the Markdown file(s)
Create a docs folder
Navigate to the docs folder
Put a copy of the modified Sphinx Makefile
Put a copy of the modified 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 Sphinx Makefile
Link to the converted files within the index file
- Generate the documenation
make html