Include python API reference in docs
Also move the autogenerated docs to the reference folder. Change-Id: I3e5a34c8a486bf022a940967fec9d5fc939c4489
This commit is contained in:
parent
69f1bb8c01
commit
3f730d3009
@ -10,7 +10,7 @@ extensions = ['sphinxcontrib.apidoc',
|
|||||||
|
|
||||||
# sphinxcontrib.apidoc options
|
# sphinxcontrib.apidoc options
|
||||||
apidoc_module_dir = '../../ironicclient'
|
apidoc_module_dir = '../../ironicclient'
|
||||||
apidoc_output_dir = 'api'
|
apidoc_output_dir = 'reference/api'
|
||||||
apidoc_excluded_paths = [
|
apidoc_excluded_paths = [
|
||||||
'tests/functional/*',
|
'tests/functional/*',
|
||||||
'tests']
|
'tests']
|
||||||
|
@ -18,6 +18,7 @@ Contents
|
|||||||
cli/index
|
cli/index
|
||||||
user/create_command
|
user/create_command
|
||||||
contributor/index
|
contributor/index
|
||||||
|
reference/index
|
||||||
Release Notes <https://docs.openstack.org/releasenotes/python-ironicclient/>
|
Release Notes <https://docs.openstack.org/releasenotes/python-ironicclient/>
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
|
8
doc/source/reference/index.rst
Normal file
8
doc/source/reference/index.rst
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
=======================================
|
||||||
|
Full Ironic Client Python API Reference
|
||||||
|
=======================================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
api/modules
|
Loading…
Reference in New Issue
Block a user