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: Id22ddc446331d52cbf56c3462d8b532fc37f64acchanges/12/178912/1
parent
9af4ea0b86
commit
b4376fc1c6
|
@ -6,8 +6,10 @@ cover
|
|||
.idea
|
||||
*.swp
|
||||
*~
|
||||
.tox
|
||||
AUTHORS
|
||||
build
|
||||
dist
|
||||
python_keystoneclient.egg-info
|
||||
keystoneclient/versioninfo
|
||||
doc/source/api
|
||||
|
|
|
@ -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):
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue