Skip to content

Commit e7807bc

Browse files
dhellmannajaeger
authored andcommitted
move auto-generated api docs into contributor tree
Change-Id: I2e75d3014bd2252af8c01566c0ec6787608e3996 Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
1 parent 9599ffe commit e7807bc

4 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ChangeLog
1616
dist
1717
# Doc related
1818
doc/build
19-
doc/source/api/
19+
doc/source/contributor/api/
2020
# Development environment files
2121
.project
2222
.pydevproject

doc/source/contributor/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
specs/commands
1515
plugins
1616
humaninterfaceguide
17+
api/modules

doc/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Contributor Documentation
3838
:maxdepth: 2
3939

4040
contributor/index
41-
api/modules
4241

4342
Project Goals
4443
-------------

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,7 @@ autodoc_tree_excludes =
701701
openstackclient/volume/v3
702702
openstackclient/tests/
703703
openstackclient/tests/*
704+
api_doc_dir = contributor/api
704705

705706
[build_sphinx]
706707
builders = html,man

0 commit comments

Comments
 (0)