From 14a6d80116c5d9410d1c52bee833beb10837df28 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 12 Oct 2014 19:41:38 -0500 Subject: Cleanup docs - raises class The argument to the :raises: directive is the class name. If the class name is a valid reference it's rendered as a link to the class. This change cleans up the :raises: directives to use the reference correctly and use a valid class reference. Change-Id: I84188b60de0ab4c6b5b2fb5a203c43bfde094707 --- keystoneclient/adapter.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'keystoneclient/adapter.py') diff --git a/keystoneclient/adapter.py b/keystoneclient/adapter.py index 3d65d78..ddd61be 100644 --- a/keystoneclient/adapter.py +++ b/keystoneclient/adapter.py @@ -93,7 +93,8 @@ class Adapter(object): on the session. (optional) :type auth: :class:`keystoneclient.auth.base.BaseAuthPlugin` - :raises AuthorizationFailure: if a new token fetch fails. + :raises keystoneclient.exceptions.AuthorizationFailure: if a new token + fetch fails. :returns string: A valid token. """ @@ -106,7 +107,8 @@ class Adapter(object): the session. (optional) :type auth: :class:`keystoneclient.auth.base.BaseAuthPlugin` - :raises MissingAuthPlugin: if a plugin is not available. + :raises keystoneclient.exceptions.MissingAuthPlugin: if a plugin is not + available. :returns string: An endpoint if available or None. """ -- cgit v1.2.1