docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/books_v1.bookshelves.html b/docs/dyn/books_v1.bookshelves.html
index 0e2df00..89c9179 100644
--- a/docs/dyn/books_v1.bookshelves.html
+++ b/docs/dyn/books_v1.bookshelves.html
@@ -80,6 +80,9 @@
 <p class="firstline">Returns the volumes Resource.</p>
 
 <p class="toc_element">
+  <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
   <code><a href="#get">get(userId, shelf, source=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Retrieves metadata for a specific bookshelf for the specified user.</p>
 <p class="toc_element">
@@ -87,6 +90,11 @@
 <p class="firstline">Retrieves a list of public bookshelves for the specified user.</p>
 <h3>Method Details</h3>
 <div class="method">
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
     <code class="details" id="get">get(userId, shelf, source=None, x__xgafv=None)</code>
   <pre>Retrieves metadata for a specific bookshelf for the specified user.
 
@@ -103,16 +111,16 @@
   An object of the form:
 
     {
-    &quot;updated&quot;: &quot;A String&quot;, # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
-    &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource.
-    &quot;access&quot;: &quot;A String&quot;, # Whether this bookshelf is PUBLIC or PRIVATE.
-    &quot;title&quot;: &quot;A String&quot;, # Title of this bookshelf.
     &quot;volumeCount&quot;: 42, # Number of volumes in this bookshelf.
-    &quot;created&quot;: &quot;A String&quot;, # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
-    &quot;id&quot;: 42, # Id of this bookshelf, only unique by user.
+    &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource.
     &quot;kind&quot;: &quot;A String&quot;, # Resource type for bookshelf metadata.
+    &quot;id&quot;: 42, # Id of this bookshelf, only unique by user.
+    &quot;updated&quot;: &quot;A String&quot;, # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
+    &quot;title&quot;: &quot;A String&quot;, # Title of this bookshelf.
     &quot;description&quot;: &quot;A String&quot;, # Description of this bookshelf.
     &quot;volumesLastUpdated&quot;: &quot;A String&quot;, # Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
+    &quot;created&quot;: &quot;A String&quot;, # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
+    &quot;access&quot;: &quot;A String&quot;, # Whether this bookshelf is PUBLIC or PRIVATE.
   }</pre>
 </div>
 
@@ -134,16 +142,16 @@
     {
     &quot;items&quot;: [ # A list of bookshelves.
       {
-        &quot;updated&quot;: &quot;A String&quot;, # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
-        &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource.
-        &quot;access&quot;: &quot;A String&quot;, # Whether this bookshelf is PUBLIC or PRIVATE.
-        &quot;title&quot;: &quot;A String&quot;, # Title of this bookshelf.
         &quot;volumeCount&quot;: 42, # Number of volumes in this bookshelf.
-        &quot;created&quot;: &quot;A String&quot;, # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
-        &quot;id&quot;: 42, # Id of this bookshelf, only unique by user.
+        &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource.
         &quot;kind&quot;: &quot;A String&quot;, # Resource type for bookshelf metadata.
+        &quot;id&quot;: 42, # Id of this bookshelf, only unique by user.
+        &quot;updated&quot;: &quot;A String&quot;, # Last modified time of this bookshelf (formatted UTC timestamp with millisecond resolution).
+        &quot;title&quot;: &quot;A String&quot;, # Title of this bookshelf.
         &quot;description&quot;: &quot;A String&quot;, # Description of this bookshelf.
         &quot;volumesLastUpdated&quot;: &quot;A String&quot;, # Last time a volume was added or removed from this bookshelf (formatted UTC timestamp with millisecond resolution).
+        &quot;created&quot;: &quot;A String&quot;, # Created time for this bookshelf (formatted UTC timestamp with millisecond resolution).
+        &quot;access&quot;: &quot;A String&quot;, # Whether this bookshelf is PUBLIC or PRIVATE.
       },
     ],
     &quot;kind&quot;: &quot;A String&quot;, # Resource type.