docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/civicinfo_v2.divisions.html b/docs/dyn/civicinfo_v2.divisions.html
index b13213f..0c01307 100644
--- a/docs/dyn/civicinfo_v2.divisions.html
+++ b/docs/dyn/civicinfo_v2.divisions.html
@@ -75,10 +75,18 @@
 <h1><a href="civicinfo_v2.html">Google Civic Information API</a> . <a href="civicinfo_v2.divisions.html">divisions</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="#search">search(query=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Searches for political divisions by their natural name or OCD 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="search">search(query=None, x__xgafv=None)</code>
   <pre>Searches for political divisions by their natural name or OCD ID.
 
@@ -93,6 +101,7 @@
   An object of the form:
 
     { # The result of a division search query.
+    &quot;kind&quot;: &quot;civicinfo#divisionSearchResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;civicinfo#divisionSearchResponse&quot;.
     &quot;results&quot;: [
       { # Represents a political geographic division that matches the requested query.
         &quot;name&quot;: &quot;A String&quot;, # The name of the division.
@@ -102,7 +111,6 @@
         ],
       },
     ],
-    &quot;kind&quot;: &quot;civicinfo#divisionSearchResponse&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;civicinfo#divisionSearchResponse&quot;.
   }</pre>
 </div>