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
changes/12/178912/1
Joe Heck 2012-09-29 15:28:08 -07:00
parent 9af4ea0b86
commit b4376fc1c6
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -6,8 +6,10 @@ cover
.idea
*.swp
*~
.tox
AUTHORS
build
dist
python_keystoneclient.egg-info
keystoneclient/versioninfo
doc/source/api

View File

@ -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):
...