docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/ml_v1.projects.locations.html b/docs/dyn/ml_v1.projects.locations.html
index 29fa7b4..6a39538 100644
--- a/docs/dyn/ml_v1.projects.locations.html
+++ b/docs/dyn/ml_v1.projects.locations.html
@@ -85,8 +85,11 @@
 <p class="firstline">Returns the studies 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(name, x__xgafv=None)</a></code></p>
-<p class="firstline">Get the complete list of CMLE capabilities in a location, along with their</p>
+<p class="firstline">Get the complete list of CMLE capabilities in a location, along with their location-specific properties.</p>
 <p class="toc_element">
   <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
 <p class="firstline">List all locations that provides at least one type of CMLE capability.</p>
@@ -95,9 +98,13 @@
 <p class="firstline">Retrieves the next page of results.</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(name, x__xgafv=None)</code>
-  <pre>Get the complete list of CMLE capabilities in a location, along with their
-location-specific properties.
+  <pre>Get the complete list of CMLE capabilities in a location, along with their location-specific properties.
 
 Args:
   name: string, Required. The name of the location. (required)
@@ -110,7 +117,6 @@
   An object of the form:
 
     {
-    &quot;name&quot;: &quot;A String&quot;,
     &quot;capabilities&quot;: [ # Capabilities available in the location.
       {
         &quot;availableAccelerators&quot;: [ # Available accelerators for the capability.
@@ -119,6 +125,7 @@
         &quot;type&quot;: &quot;A String&quot;,
       },
     ],
+    &quot;name&quot;: &quot;A String&quot;,
   }</pre>
 </div>
 
@@ -127,17 +134,9 @@
   <pre>List all locations that provides at least one type of CMLE capability.
 
 Args:
-  parent: string, Required. The name of the project for which available locations are to be
-listed (since some locations might be whitelisted for specific projects). (required)
-  pageSize: integer, Optional. The number of locations to retrieve per &quot;page&quot; of results. If
-there are more remaining results than this number, the response message
-will contain a valid value in the `next_page_token` field.
-
-The default value is 20, and the maximum page size is 100.
-  pageToken: string, Optional. A page token to request the next page of results.
-
-You get the token from the `next_page_token` field of the response from
-the previous call.
+  parent: string, Required. The name of the project for which available locations are to be listed (since some locations might be whitelisted for specific projects). (required)
+  pageSize: integer, Optional. The number of locations to retrieve per &quot;page&quot; of results. If there are more remaining results than this number, the response message will contain a valid value in the `next_page_token` field. The default value is 20, and the maximum page size is 100.
+  pageToken: string, Optional. A page token to request the next page of results. You get the token from the `next_page_token` field of the response from the previous call.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -147,11 +146,8 @@
   An object of the form:
 
     {
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Optional. Pass this token as the `page_token` field of the request for a
-        # subsequent call.
     &quot;locations&quot;: [ # Locations where at least one type of CMLE capability is available.
       {
-        &quot;name&quot;: &quot;A String&quot;,
         &quot;capabilities&quot;: [ # Capabilities available in the location.
           {
             &quot;availableAccelerators&quot;: [ # Available accelerators for the capability.
@@ -160,8 +156,10 @@
             &quot;type&quot;: &quot;A String&quot;,
           },
         ],
+        &quot;name&quot;: &quot;A String&quot;,
       },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Optional. Pass this token as the `page_token` field of the request for a subsequent call.
   }</pre>
 </div>