summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-09-24 18:55:40 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-09-25 14:07:46 +0000
commite265141db88777eeffc92d3d2d12613876210cd9 (patch)
tree09a15ecc42fb953bdc79a58a91b0911de65988bd /.gitignore
parent4c164868c46102d26d645c4da3098237af7d382d (diff)
downloadoslotest-e265141db88777eeffc92d3d2d12613876210cd9.tar.gz
auto-generate API documentation
Tell pbr to automatically generate the API documentation and remove the hand-curated file doing the same. Move the new API documentation section to a separate toctree to allow us to only show one level of nodes in the table of contents. Change-Id: I8edd36090688a607685d5708f99a78fd235defed
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1399c98..cc4c84e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,7 @@ output/*/index.html
# Sphinx
doc/build
+/doc/source/api/
# pbr generates these
AUTHORS
@@ -48,4 +49,4 @@ ChangeLog
# Editors
*~
-.*.swp \ No newline at end of file
+.*.swp