documents
This commit is contained in:
parent
f3f499c439
commit
b55ea0bc00
22 changed files with 2 additions and 9 deletions
3
in/public/documents/sphinx/build.rst
Normal file
3
in/public/documents/sphinx/build.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
*******************
|
||||
Build documentation
|
||||
*******************
|
13
in/public/documents/sphinx/configure.rst
Normal file
13
in/public/documents/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
in/public/documents/sphinx/create.rst
Normal file
3
in/public/documents/sphinx/create.rst
Normal file
|
@ -0,0 +1,3 @@
|
|||
********************
|
||||
Create documentation
|
||||
********************
|
10
in/public/documents/sphinx/index.rst
Normal file
10
in/public/documents/sphinx/index.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
######
|
||||
Sphinx
|
||||
######
|
||||
|
||||
.. toctree::
|
||||
|
||||
install
|
||||
configure
|
||||
create
|
||||
build
|
9
in/public/documents/sphinx/install.rst
Normal file
9
in/public/documents/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