diff options
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. |
