summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-06-13 17:34:28 -0400
committerAndreas Jaeger <aj@suse.com>2017-06-23 11:57:31 +0200
commite7807bc0ed13cb878dc3137f8e4d5a03b348f9e8 (patch)
tree220ea3741bd25a38b9ccf78a1920f302db96e533
parent9599ffe65d9dcd4b3aa780d346eccd1e760890bf (diff)
downloadpython-openstackclient-e7807bc0ed13cb878dc3137f8e4d5a03b348f9e8.tar.gz
move auto-generated api docs into contributor tree
Change-Id: I2e75d3014bd2252af8c01566c0ec6787608e3996 Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
-rw-r--r--.gitignore2
-rw-r--r--doc/source/contributor/index.rst1
-rw-r--r--doc/source/index.rst1
-rw-r--r--setup.cfg1
4 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 29b5574c..2c0139cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,7 @@ ChangeLog
dist
# Doc related
doc/build
-doc/source/api/
+doc/source/contributor/api/
# Development environment files
.project
.pydevproject
diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst
index 4438f2ad..2aa9498f 100644
--- a/doc/source/contributor/index.rst
+++ b/doc/source/contributor/index.rst
@@ -14,3 +14,4 @@
specs/commands
plugins
humaninterfaceguide
+ api/modules
diff --git a/doc/source/index.rst b/doc/source/index.rst
index be421d20..3f63edb3 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -38,7 +38,6 @@ Contributor Documentation
:maxdepth: 2
contributor/index
- api/modules
Project Goals
-------------
diff --git a/setup.cfg b/setup.cfg
index 86f315c1..73a9c42c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -701,6 +701,7 @@ autodoc_tree_excludes =
openstackclient/volume/v3
openstackclient/tests/
openstackclient/tests/*
+api_doc_dir = contributor/api
[build_sphinx]
builders = html,man