Merge "Use stevedore directive to document plugins"
This commit is contained in:
commit
ba483c7b90
@ -15,7 +15,8 @@
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.todo',
|
||||
'sphinx.ext.viewcode',
|
||||
'oslosphinx']
|
||||
'oslosphinx',
|
||||
'stevedore.sphinxext']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
6
doc/source/dev/notifier.rst
Normal file
6
doc/source/dev/notifier.rst
Normal file
@ -0,0 +1,6 @@
|
||||
==========================
|
||||
Available Notifier Drivers
|
||||
==========================
|
||||
|
||||
.. list-plugins:: oslo.messaging.notify.drivers
|
||||
:detailed:
|
6
doc/source/dev/trove_api_extensions.rst
Normal file
6
doc/source/dev/trove_api_extensions.rst
Normal file
@ -0,0 +1,6 @@
|
||||
====================
|
||||
Trove API Extensions
|
||||
====================
|
||||
|
||||
.. list-plugins:: trove.api.extensions
|
||||
:detailed:
|
@ -48,6 +48,8 @@ functionality, the following resources are provided.
|
||||
dev/install
|
||||
dev/manual_install.rst
|
||||
dev/building_guest_images.rst
|
||||
dev/notifier.rst
|
||||
dev/trove_api_extensions.rst
|
||||
|
||||
* Source Code Repositories
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user