summaryrefslogtreecommitdiff
path: root/keystoneclient/utils.py
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2012-09-29 15:28:08 -0700
committerJoe Heck <heckj@mac.com>2012-10-01 17:47:34 +0000
commit0d48d1b6cea6e479e987ef954680206030249bcf (patch)
treee31c9604f05ab842f45a81873b289a02b696e6bc /keystoneclient/utils.py
parentff5ea25a9a37f8207bcda634316de4d063ce984a (diff)
downloadpython-keystoneclient-0d48d1b6cea6e479e987ef954680206030249bcf.tar.gz
updating keystoneclient doc theme
adding in openstack theming enabling last update from git removing old manual references to API, converted entirely to autodoc updated .gitignore fixed docstring warnings and errors Change-Id: Id22ddc446331d52cbf56c3462d8b532fc37f64ac
Diffstat (limited to 'keystoneclient/utils.py')
-rw-r--r--keystoneclient/utils.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/keystoneclient/utils.py b/keystoneclient/utils.py
index 4c439d7..0c9d34d 100644
--- a/keystoneclient/utils.py
+++ b/keystoneclient/utils.py
@@ -88,9 +88,10 @@ def find_resource(manager, name_or_id):
def unauthenticated(f):
- """ Adds 'unauthenticated' attribute to decorated function.
+ """Adds 'unauthenticated' attribute to decorated function.
+
+ Usage::
- Usage:
@unauthenticated
def mymethod(f):
...