docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/blogger_v2.pages.html b/docs/dyn/blogger_v2.pages.html
index 6238065..fca55a9 100644
--- a/docs/dyn/blogger_v2.pages.html
+++ b/docs/dyn/blogger_v2.pages.html
@@ -75,6 +75,9 @@
 <h1><a href="blogger_v2.html">Blogger API v3</a> . <a href="blogger_v2.pages.html">pages</a></h1>
 <h2>Instance Methods</h2>
 <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(blogId, pageId, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets a page by blog id and page id.</p>
 <p class="toc_element">
@@ -82,6 +85,11 @@
 <p class="firstline">Lists pages.</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(blogId, pageId, x__xgafv=None)</code>
   <pre>Gets a page by blog id and page id.
 
@@ -97,27 +105,26 @@
   An object of the form:
 
     {
-    &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
+    &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
+    &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+    &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
     &quot;blog&quot;: { # Data about the blog containing this Page.
       &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
     },
-    &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-        # interface.
+    &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
     &quot;author&quot;: { # The author of this Page.
-      &quot;displayName&quot;: &quot;A String&quot;, # The display name.
-      &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
       &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
+      &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
       &quot;image&quot;: { # The creator&#x27;s avatar.
         &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
       },
+      &quot;displayName&quot;: &quot;A String&quot;, # The display name.
     },
     &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
-    &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
-    &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
-    &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-    &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
     &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
     &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
+    &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+    &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
     &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
   }</pre>
 </div>
@@ -138,34 +145,33 @@
   An object of the form:
 
     {
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
     &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#pageList.
     &quot;items&quot;: [ # The list of Pages for a Blog.
       {
-        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
+        &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
+        &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
+        &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
         &quot;blog&quot;: { # Data about the blog containing this Page.
           &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
         },
-        &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user
-            # interface.
+        &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
         &quot;author&quot;: { # The author of this Page.
-          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
-          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
           &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
+          &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
           &quot;image&quot;: { # The creator&#x27;s avatar.
             &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
           },
+          &quot;displayName&quot;: &quot;A String&quot;, # The display name.
         },
         &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
-        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
-        &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
-        &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
-        &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
         &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
         &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
+        &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
+        &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
         &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
     &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
   }</pre>
 </div>