Autogenerate the module docs
The module docs were out of date (sqlalchemy.enginefacade was missing). Rather than try to keep this up to date by hand, autogenerate the module docs. Change-Id: I9b36cc635c1c0af9a61b5da20205f5628aec97e7
This commit is contained in:
parent
7daffffafc
commit
0b3aee8cc6
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ ChangeLog
|
||||
.project
|
||||
.pydevproject
|
||||
oslo.db.egg-info/
|
||||
doc/source/api
|
||||
|
@ -1,8 +0,0 @@
|
||||
=============
|
||||
oslo_db.api
|
||||
=============
|
||||
|
||||
.. automodule:: oslo_db.api
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,8 +0,0 @@
|
||||
=====================
|
||||
oslo_db.concurrency
|
||||
=====================
|
||||
|
||||
.. automodule:: oslo_db.concurrency
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,8 +0,0 @@
|
||||
===================
|
||||
oslo_db.exception
|
||||
===================
|
||||
|
||||
.. automodule:: oslo_db.exception
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,12 +0,0 @@
|
||||
=====
|
||||
API
|
||||
=====
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api
|
||||
concurrency
|
||||
exception
|
||||
options
|
||||
sqlalchemy/index
|
@ -1,8 +0,0 @@
|
||||
=================
|
||||
oslo_db.options
|
||||
=================
|
||||
|
||||
.. automodule:: oslo_db.options
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,9 +0,0 @@
|
||||
====================
|
||||
oslo_db.sqlalchemy
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
*
|
@ -1,8 +0,0 @@
|
||||
==============================
|
||||
oslo_db.sqlalchemy.migration
|
||||
==============================
|
||||
|
||||
.. automodule:: oslo_db.sqlalchemy.migration
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,8 +0,0 @@
|
||||
===========================
|
||||
oslo_db.sqlalchemy.models
|
||||
===========================
|
||||
|
||||
.. automodule:: oslo_db.sqlalchemy.models
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,8 +0,0 @@
|
||||
==============================
|
||||
oslo_db.sqlalchemy.provision
|
||||
==============================
|
||||
|
||||
.. automodule:: oslo_db.sqlalchemy.provision
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,8 +0,0 @@
|
||||
============================
|
||||
oslo_db.sqlalchemy.session
|
||||
============================
|
||||
|
||||
.. automodule:: oslo_db.sqlalchemy.session
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,8 +0,0 @@
|
||||
==============================
|
||||
oslo_db.sqlalchemy.test_base
|
||||
==============================
|
||||
|
||||
.. automodule:: oslo_db.sqlalchemy.test_base
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,8 +0,0 @@
|
||||
====================================
|
||||
oslo_db.sqlalchemy.test_migrations
|
||||
====================================
|
||||
|
||||
.. automodule:: oslo_db.sqlalchemy.test_migrations
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -1,8 +0,0 @@
|
||||
==========================
|
||||
oslo_db.sqlalchemy.utils
|
||||
==========================
|
||||
|
||||
.. automodule:: oslo_db.sqlalchemy.utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
@ -57,6 +57,9 @@ add_module_names = True
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'sphinx'
|
||||
|
||||
# A list of ignored prefixes for module index sorting.
|
||||
modindex_common_prefix = ['oslo_db.']
|
||||
|
||||
# -- Options for HTML output --------------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages. Major themes that come with
|
||||
|
@ -17,12 +17,12 @@ API Documentation
|
||||
=================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
api/index
|
||||
api/autoindex
|
||||
|
||||
Indices and tables
|
||||
------------------
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
|
Loading…
Reference in New Issue
Block a user