summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/conf.py2
-rw-r--r--doc/source/index.rst1
-rw-r--r--doc/source/reference/index.rst8
3 files changed, 10 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3556454..61e9a99 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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']
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 8647313..cc14818 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -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
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst
new file mode 100644
index 0000000..87dea8a
--- /dev/null
+++ b/doc/source/reference/index.rst
@@ -0,0 +1,8 @@
+=======================================
+Full Ironic Client Python API Reference
+=======================================
+
+.. toctree::
+ :maxdepth: 1
+
+ api/modules