Merge "Create a page of drivers with stevedore.sphinxext"
This commit is contained in:
commit
831b8c0746
@ -33,6 +33,7 @@ extensions = ['sphinx.ext.autodoc',
|
|||||||
'sphinx.ext.ifconfig',
|
'sphinx.ext.ifconfig',
|
||||||
'sphinx.ext.graphviz',
|
'sphinx.ext.graphviz',
|
||||||
'oslosphinx',
|
'oslosphinx',
|
||||||
|
'stevedore.sphinxext'
|
||||||
]
|
]
|
||||||
|
|
||||||
# autodoc generation is a bit aggressive and a nuisance
|
# autodoc generation is a bit aggressive and a nuisance
|
||||||
|
9
doc/source/database_architecture.rst
Normal file
9
doc/source/database_architecture.rst
Normal 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
6
doc/source/drivers.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
===================
|
||||||
|
Available Drivers
|
||||||
|
===================
|
||||||
|
|
||||||
|
.. list-plugins:: oslo_messaging.notify.drivers
|
||||||
|
:detailed:
|
@ -41,6 +41,11 @@ Developer Docs
|
|||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
devref/index
|
devref/index
|
||||||
|
database_architecture
|
||||||
|
scheduler-filters
|
||||||
|
scheduler-weights
|
||||||
|
drivers
|
||||||
|
oslo-middleware
|
||||||
|
|
||||||
API Extensions
|
API Extensions
|
||||||
==============
|
==============
|
||||||
|
6
doc/source/oslo-middleware.rst
Normal file
6
doc/source/oslo-middleware.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
==========================
|
||||||
|
Oslo Middleware
|
||||||
|
==========================
|
||||||
|
|
||||||
|
.. list-plugins:: oslo_middleware
|
||||||
|
:detailed:
|
6
doc/source/scheduler-filters.rst
Normal file
6
doc/source/scheduler-filters.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
==============================
|
||||||
|
Cinder Scheduler Filters
|
||||||
|
==============================
|
||||||
|
|
||||||
|
.. list-plugins:: cinder.scheduler.filters
|
||||||
|
:detailed:
|
6
doc/source/scheduler-weights.rst
Normal file
6
doc/source/scheduler-weights.rst
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
==========================
|
||||||
|
Cinder Scheduler Weights
|
||||||
|
==========================
|
||||||
|
|
||||||
|
.. list-plugins:: cinder.scheduler.weights
|
||||||
|
:detailed:
|
Loading…
Reference in New Issue
Block a user