content
This commit is contained in:
parent
5dba54b9d5
commit
2c273a2626
100 changed files with 1534 additions and 0 deletions
3
source/sphinx/build.rst
Normal file
3
source/sphinx/build.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
*******************
|
||||
Build documentation
|
||||
*******************
|
13
source/sphinx/configure.rst
Normal file
13
source/sphinx/configure.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
***********************
|
||||
Configure documentation
|
||||
***********************
|
||||
|
||||
MarkDown
|
||||
========
|
||||
|
||||
.. code:: python3
|
||||
|
||||
source_parsers = {
|
||||
'.md': 'recommonmark.parser.CommonMarkParser',
|
||||
}
|
||||
source_suffix = ['.rst', '.md']
|
3
source/sphinx/create.rst
Normal file
3
source/sphinx/create.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
********************
|
||||
Create documentation
|
||||
********************
|
10
source/sphinx/index.rst
Normal file
10
source/sphinx/index.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
######
|
||||
Sphinx
|
||||
######
|
||||
|
||||
.. toctree::
|
||||
|
||||
install
|
||||
configure
|
||||
create
|
||||
build
|
9
source/sphinx/install.rst
Normal file
9
source/sphinx/install.rst
Normal file
|
@ -0,0 +1,9 @@
|
|||
*******
|
||||
Install
|
||||
*******
|
||||
|
||||
.. code:: shell
|
||||
|
||||
python3-sphinx
|
||||
python3-sphinx-rtd-theme
|
||||
python3-recommonmark
|
Loading…
Add table
Add a link
Reference in a new issue