move auto-generated api docs into contributor tree
Change-Id: I2e75d3014bd2252af8c01566c0ec6787608e3996 Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
9599ffe65d
commit
e7807bc0ed
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,7 +16,7 @@ ChangeLog
|
|||||||
dist
|
dist
|
||||||
# Doc related
|
# Doc related
|
||||||
doc/build
|
doc/build
|
||||||
doc/source/api/
|
doc/source/contributor/api/
|
||||||
# Development environment files
|
# Development environment files
|
||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
|
@ -14,3 +14,4 @@
|
|||||||
specs/commands
|
specs/commands
|
||||||
plugins
|
plugins
|
||||||
humaninterfaceguide
|
humaninterfaceguide
|
||||||
|
api/modules
|
||||||
|
@ -38,7 +38,6 @@ Contributor Documentation
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
contributor/index
|
contributor/index
|
||||||
api/modules
|
|
||||||
|
|
||||||
Project Goals
|
Project Goals
|
||||||
-------------
|
-------------
|
||||||
|
@ -701,6 +701,7 @@ autodoc_tree_excludes =
|
|||||||
openstackclient/volume/v3
|
openstackclient/volume/v3
|
||||||
openstackclient/tests/
|
openstackclient/tests/
|
||||||
openstackclient/tests/*
|
openstackclient/tests/*
|
||||||
|
api_doc_dir = contributor/api
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
builders = html,man
|
builders = html,man
|
||||||
|
Loading…
x
Reference in New Issue
Block a user