Generate API documentation from Python modules
Also brings "contributing" section toctree depth to the same level as everywhere. Change-Id: I661a0c7045fe945bfa7bd99589751c4aad63a61c
This commit is contained in:
parent
2ff09ffcce
commit
3975337875
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@ ChangeLog
|
|||||||
|
|
||||||
# Vagrant
|
# Vagrant
|
||||||
.vagrant
|
.vagrant
|
||||||
|
doc/source/api/
|
||||||
|
@ -23,10 +23,18 @@ Developer Guide
|
|||||||
===============
|
===============
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 2
|
||||||
|
|
||||||
Contributing <contributing>
|
Contributing <contributing>
|
||||||
|
|
||||||
|
Python API
|
||||||
|
----------
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
api/autoindex
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user