documents

This commit is contained in:
Marc Beninca 2018-05-11 20:05:27 +02:00
parent f3f499c439
commit b55ea0bc00
22 changed files with 2 additions and 9 deletions

View file

@ -0,0 +1,3 @@
*******************
Build documentation
*******************

View file

@ -0,0 +1,13 @@
***********************
Configure documentation
***********************
MarkDown
========
.. code:: python3
source_parsers = {
'.md': 'recommonmark.parser.CommonMarkParser',
}
source_suffix = ['.rst', '.md']

View file

@ -0,0 +1,3 @@
********************
Create documentation
********************

View file

@ -0,0 +1,10 @@
######
Sphinx
######
.. toctree::
install
configure
create
build

View file

@ -0,0 +1,9 @@
*******
Install
*******
.. code:: shell
python3-sphinx
python3-sphinx-rtd-theme
python3-recommonmark