diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2014-05-15 09:05:37 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2014-06-20 12:15:52 -0500 |
| commit | 3fa5fa5ba745cec0ee96f1031fadff0d5e7820f0 (patch) | |
| tree | 2bc86f8c6deff525bb9a794873e64714577dd8e0 /doc/source/plugins.rst | |
| parent | 982b418da78e5d729ba0c4f3113bb691eb78b7c7 (diff) | |
| download | python-openstackclient-3fa5fa5ba745cec0ee96f1031fadff0d5e7820f0.tar.gz | |
Update docs and release notes for 0.4.0
Change-Id: Iad6cfe5dee63adb9e60a0ea9811217b3175eb99c
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. |
