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.
+ "kind": "civicinfo#divisionSearchResponse", # Identifies what kind of resource this is. Value: the fixed string "civicinfo#divisionSearchResponse".
"results": [
{ # Represents a political geographic division that matches the requested query.
"name": "A String", # The name of the division.
@@ -102,7 +111,6 @@
],
},
],
- "kind": "civicinfo#divisionSearchResponse", # Identifies what kind of resource this is. Value: the fixed string "civicinfo#divisionSearchResponse".
}</pre>
</div>