Enhance the theming for modules page
Also fixes a few small docstring syntax errors Change-Id: I85eb968e32c1191cf5d60d02deff2ab7f3291074
This commit is contained in:
parent
54ae8ff6a8
commit
73ebc333b2
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,7 +15,9 @@ AUTHORS
|
||||
build
|
||||
ChangeLog
|
||||
dist
|
||||
# Doc related
|
||||
doc/build
|
||||
doc/source/api/
|
||||
# Development environment files
|
||||
.project
|
||||
.pydevproject
|
||||
|
@ -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')
|
||||
"""
|
||||
|
@ -28,7 +28,7 @@ class CommandManager(cliff.commandmanager.CommandManager):
|
||||
"""Add additional functionality to cliff.CommandManager
|
||||
|
||||
Load additional command groups after initialization
|
||||
Add *_command_group() methods
|
||||
Add _command_group() methods
|
||||
"""
|
||||
|
||||
def __init__(self, namespace, convert_underscores=True):
|
||||
|
Loading…
x
Reference in New Issue
Block a user