docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/blogger_v2.users.html b/docs/dyn/blogger_v2.users.html
index d1be71b..555bcb1 100644
--- a/docs/dyn/blogger_v2.users.html
+++ b/docs/dyn/blogger_v2.users.html
@@ -75,10 +75,18 @@
 <h1><a href="blogger_v2.html">Blogger API v3</a> . <a href="blogger_v2.users.html">users</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(userId, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets a user by user id.</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, x__xgafv=None)</code>
   <pre>Gets a user by user id.
 
@@ -93,21 +101,21 @@
   An object of the form:
 
     {
-    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
-    &quot;locale&quot;: { # This user&#x27;s locale
-      &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
-      &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
-      &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
-    },
+    &quot;created&quot;: &quot;A String&quot;, # The timestamp of when this profile was created, in seconds since epoch.
     &quot;url&quot;: &quot;A String&quot;, # The user&#x27;s profile page.
     &quot;id&quot;: &quot;A String&quot;, # The identifier for this User.
-    &quot;about&quot;: &quot;A String&quot;, # Profile summary information.
-    &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
     &quot;blogs&quot;: { # The container of blogs for this user.
       &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the Blogs for this user.
     },
-    &quot;created&quot;: &quot;A String&quot;, # The timestamp of when this profile was created, in seconds since epoch.
+    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
+    &quot;about&quot;: &quot;A String&quot;, # Profile summary information.
     &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#user.
+    &quot;locale&quot;: { # This user&#x27;s locale
+      &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
+      &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
+      &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
+    },
   }</pre>
 </div>