summaryrefslogtreecommitdiff
path: root/doc/source/plugins.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-06-20 20:05:58 +0000
committerGerrit Code Review <review@openstack.org>2014-06-20 20:05:58 +0000
commita732bfae491f8189f234e1bd5c2cbbff3daab4bc (patch)
treefffff4235ea5d66781145b78c3d19ae1548026c9 /doc/source/plugins.rst
parent23f64a469a5ba77b2d06e10dc4e6c7d318f11835 (diff)
parent3fa5fa5ba745cec0ee96f1031fadff0d5e7820f0 (diff)
downloadpython-openstackclient-0.4.0.tar.gz
Merge "Update docs and release notes for 0.4.0"0.4.0
Diffstat (limited to 'doc/source/plugins.rst')
-rw-r--r--doc/source/plugins.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/plugins.rst b/doc/source/plugins.rst
index 5cea16cf..690c1269 100644
--- a/doc/source/plugins.rst
+++ b/doc/source/plugins.rst
@@ -11,7 +11,7 @@ Implementation
--------------
Plugins are discovered by enumerating the entry points
-found under ``openstack.cli.extension`` and initializing the specified
+found under :py:mod:`openstack.cli.extension` and initializing the specified
client module.
::
@@ -42,5 +42,5 @@ defined for the API version:
plugin_list = oscplugin.v1.plugin:ListPlugin
plugin_show = oscplugin.v1.plugin:ShowPlugin
-Note that OSC defines the group name as ``openstack.<api-name>.v<version>``
+Note that OSC defines the group name as :py:mod:`openstack.<api-name>.v<version>`
so the version should not contain the leading 'v' character.