source→in

This commit is contained in:
Marc Beninca 2018-05-10 12:19:20 +02:00
parent 56de30bb57
commit 4097336b90
113 changed files with 0 additions and 0 deletions

3
in/sphinx/build.rst Normal file
View file

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

13
in/sphinx/configure.rst Normal file
View file

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

3
in/sphinx/create.rst Normal file
View file

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

10
in/sphinx/index.rst Normal file
View file

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

9
in/sphinx/install.rst Normal file
View file

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