Merge "Use stevedore directive to document plugins"

This commit is contained in:
Jenkins 2015-12-02 03:30:40 +00:00 committed by Gerrit Code Review
commit ba483c7b90
4 changed files with 16 additions and 1 deletions

View File

@ -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']

View File

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

View File

@ -0,0 +1,6 @@
====================
Trove API Extensions
====================
.. list-plugins:: trove.api.extensions
:detailed:

View File

@ -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