Enhance the theming for modules page

Also fixes a few small docstring syntax errors

Change-Id: I85eb968e32c1191cf5d60d02deff2ab7f3291074
This commit is contained in:
Steve Martinelli
2014-11-18 00:16:21 -05:00
parent 3b1c308b11
commit 6dc128636e
7 changed files with 56 additions and 4 deletions

@@ -227,6 +227,7 @@ class BaseAPI(KeystoneSession):
attribute to use for resource search
:param string resource:
plural of the object resource name; defaults to path
For example:
n = find(netclient, 'network', 'networks', 'matrix')
"""