diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-06-20 20:05:58 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-06-20 20:05:58 +0000 |
| commit | a732bfae491f8189f234e1bd5c2cbbff3daab4bc (patch) | |
| tree | fffff4235ea5d66781145b78c3d19ae1548026c9 /doc/source/plugins.rst | |
| parent | 23f64a469a5ba77b2d06e10dc4e6c7d318f11835 (diff) | |
| parent | 3fa5fa5ba745cec0ee96f1031fadff0d5e7820f0 (diff) | |
| download | python-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.rst | 4 |
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. |
