Merge "Create a page of drivers with stevedore.sphinxext"

This commit is contained in:
Jenkins 2015-09-28 10:08:10 +00:00 committed by Gerrit Code Review
commit 831b8c0746
7 changed files with 39 additions and 0 deletions

View File

@ -33,6 +33,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.ifconfig',
'sphinx.ext.graphviz',
'oslosphinx',
'stevedore.sphinxext'
]
# autodoc generation is a bit aggressive and a nuisance

View File

@ -0,0 +1,9 @@
==============================
Cinder Database Architecture
==============================
Cinder Database Backends
~~~~~~~~~~~~~~~~~~~~~~~~
.. list-plugins:: cinder.database.migration_backend
:detailed:

6
doc/source/drivers.rst Normal file
View File

@ -0,0 +1,6 @@
===================
Available Drivers
===================
.. list-plugins:: oslo_messaging.notify.drivers
:detailed:

View File

@ -41,6 +41,11 @@ Developer Docs
:maxdepth: 1
devref/index
database_architecture
scheduler-filters
scheduler-weights
drivers
oslo-middleware
API Extensions
==============

View File

@ -0,0 +1,6 @@
==========================
Oslo Middleware
==========================
.. list-plugins:: oslo_middleware
:detailed:

View File

@ -0,0 +1,6 @@
==============================
Cinder Scheduler Filters
==============================
.. list-plugins:: cinder.scheduler.filters
:detailed:

View File

@ -0,0 +1,6 @@
==========================
Cinder Scheduler Weights
==========================
.. list-plugins:: cinder.scheduler.weights
:detailed: