Include python API reference in docs

Also move the autogenerated docs to the reference folder.

Change-Id: I3e5a34c8a486bf022a940967fec9d5fc939c4489
This commit is contained in:
Vladyslav Drok 2018-05-31 11:39:20 +03:00
parent 69f1bb8c01
commit 3f730d3009
3 changed files with 10 additions and 1 deletions

View File

@ -10,7 +10,7 @@ extensions = ['sphinxcontrib.apidoc',
# sphinxcontrib.apidoc options
apidoc_module_dir = '../../ironicclient'
apidoc_output_dir = 'api'
apidoc_output_dir = 'reference/api'
apidoc_excluded_paths = [
'tests/functional/*',
'tests']

View File

@ -18,6 +18,7 @@ Contents
cli/index
user/create_command
contributor/index
reference/index
Release Notes <https://docs.openstack.org/releasenotes/python-ironicclient/>
Indices and tables

View File

@ -0,0 +1,8 @@
=======================================
Full Ironic Client Python API Reference
=======================================
.. toctree::
:maxdepth: 1
api/modules