Wednesday, October 30, 2019

Sphinx vs markdown

In the false-alarm-reduction, found out the docs folder came with some rst file.

I installed sphinx

(env) D:\dvp\false-alarm>pip install -U Sphinx
(env) D:\dvp\false-alarm>pip install -U sphinx_rtd_theme

then, convert the document to html.
(env) D:\dvp\false-alarm>sphinx-build -b html docs docsoutput
I have the document :




Here is the difference between sphinx and markdown.
reStructuredText(sphinx) vs Markdown for document.

No comments: