Docs are generated incorrectly
When docs are generated with pbr command 'warnerrors = True' there are many doc problems that are shown. This patch fixes these problems. Change-Id: Idb804ab924782b6d7d379494987bdba2acbce568 Closes-Bug: #1557235
This commit is contained in:
@@ -41,7 +41,8 @@ class Controller(object):
|
||||
"""Retrieve a listing of Task objects.
|
||||
|
||||
:param page_size: Number of tasks to request in each paginated request
|
||||
:returns generator over list of Tasks
|
||||
:returns: generator over list of Tasks
|
||||
|
||||
"""
|
||||
def paginate(url):
|
||||
resp, body = self.http_client.get(url)
|
||||
|
||||
Reference in New Issue
Block a user