Search This Blog

Showing posts with label sphinx. Show all posts
Showing posts with label sphinx. Show all posts

Friday, October 7, 2016

ReStructured Text Color

Sphinx documentation > Color Text

.. role:: blue

This text is :blue:`blue text`.

Monday, September 19, 2016

Multine line text table Sphinx Documentation

Multine line text table Sphinx Documentation


+---------+
| Text      |
+=====+
| | line1   |
| | line2   |
| | line3   |
+---------+

Thursday, September 8, 2016

sphinx-build example from command prompt

run from command prompt:

sphinx-build -b html -d _build/doctrees . _build/html index.rst