Merge "Generate API documentation from Python modules"

This commit is contained in:
Jenkins 2016-03-10 09:48:47 +00:00 committed by Gerrit Code Review
commit 262972db94
3 changed files with 15 additions and 1 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ ChangeLog
# Vagrant
.vagrant
doc/source/api/

View File

@ -23,10 +23,18 @@ Developer Guide
===============
.. toctree::
:maxdepth: 1
:maxdepth: 2
Contributing <contributing>
Python API
----------
.. toctree::
:maxdepth: 1
api/autoindex
Indices and tables
==================

View File

@ -80,3 +80,8 @@ source-dir = doc/source
[pbr]
warnerrors = True
autodoc_index_modules = True
autodoc_exclude_modules =
ironic_inspector.migrations.*
ironic_inspector.test.*
ironic.common.i18n