docs/: add sphinx apidoc generation skeleton
change cherry picked from python module template commit 71b117ba0cf9f1251b1cac26d0994df03a4c787d
This commit is contained in:
parent
b6bdab70c6
commit
67a4c62a64
6 changed files with 20 additions and 0 deletions
3
docs/.gitignore
vendored
Normal file
3
docs/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
_build/
|
||||
apidoc/
|
||||
*-stamp
|
1
docs/Makefile
Normal file
1
docs/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
include ../../swh-docs/Makefile.sphinx
|
0
docs/_static/.placeholder
vendored
Normal file
0
docs/_static/.placeholder
vendored
Normal file
0
docs/_templates/.placeholder
vendored
Normal file
0
docs/_templates/.placeholder
vendored
Normal file
1
docs/conf.py
Normal file
1
docs/conf.py
Normal file
|
@ -0,0 +1 @@
|
|||
from swh.docs.sphinx.conf import * # NoQA
|
15
docs/index.rst
Normal file
15
docs/index.rst
Normal file
|
@ -0,0 +1,15 @@
|
|||
Software Heritage - Development Documentation
|
||||
=============================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
Loading…
Add table
Add a link
Reference in a new issue