From 3fa5fa5ba745cec0ee96f1031fadff0d5e7820f0 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 15 May 2014 09:05:37 -0500 Subject: Update docs and release notes for 0.4.0 Change-Id: Iad6cfe5dee63adb9e60a0ea9811217b3175eb99c --- doc/source/plugins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/plugins.rst') 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..v`` +Note that OSC defines the group name as :py:mod:`openstack..v` so the version should not contain the leading 'v' character. -- cgit v1.2.1