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:
Tom Cocozzello
2016-03-16 16:34:46 -05:00
parent d59e341a4c
commit c6904d0332
5 changed files with 25 additions and 9 deletions
+2 -1
View File
@@ -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)