Clean and regen docs (#401)

diff --git a/docs/dyn/partners_v2.analytics.html b/docs/dyn/partners_v2.analytics.html
index 8b892b4..4eaf838 100644
--- a/docs/dyn/partners_v2.analytics.html
+++ b/docs/dyn/partners_v2.analytics.html
@@ -122,14 +122,11 @@
 
     { # Response message for
       # ListAnalytics.
-    "analyticsSummary": { # Analytics aggregated data for a `Company` for a given date range. # Aggregated information across the response's
-        # analytics.
-      "profileViewsCount": 42, # Aggregated number of profile views for the `Company` for given date range.
-      "searchViewsCount": 42, # Aggregated number of times users saw the `Company`
-          # in Google Partners Search results for given date range.
-      "contactsCount": 42, # Aggregated number of times users contacted the `Company`
-          # for given date range.
-    },
+    "nextPageToken": "A String", # A token to retrieve next page of results.
+        # Pass this value in the `ListAnalyticsRequest.page_token` field in the
+        # subsequent call to
+        # ListAnalytics to retrieve the
+        # next page of results.
     "analytics": [ # The list of analytics.
         # Sorted in ascending order of
         # Analytics.event_date.
@@ -176,9 +173,6 @@
                 #     assert (0.0, -170.0) == NormalizeLatLng(180.0, 10.0)
                 #     assert (-90.0, 10.0) == NormalizeLatLng(270.0, 10.0)
                 #     assert (90.0, 10.0) == NormalizeLatLng(-270.0, 10.0)
-                #
-                # The code in logs/storage/validator/logs_validator_traits.cc treats this type
-                # as if it were annotated as ST_LOCATION.
               "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
               "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
             },
@@ -228,9 +222,6 @@
                 #     assert (0.0, -170.0) == NormalizeLatLng(180.0, 10.0)
                 #     assert (-90.0, 10.0) == NormalizeLatLng(270.0, 10.0)
                 #     assert (90.0, 10.0) == NormalizeLatLng(-270.0, 10.0)
-                #
-                # The code in logs/storage/validator/logs_validator_traits.cc treats this type
-                # as if it were annotated as ST_LOCATION.
               "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
               "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
             },
@@ -293,9 +284,6 @@
                 #     assert (0.0, -170.0) == NormalizeLatLng(180.0, 10.0)
                 #     assert (-90.0, 10.0) == NormalizeLatLng(270.0, 10.0)
                 #     assert (90.0, 10.0) == NormalizeLatLng(-270.0, 10.0)
-                #
-                # The code in logs/storage/validator/logs_validator_traits.cc treats this type
-                # as if it were annotated as ST_LOCATION.
               "latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
               "longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
             },
@@ -305,11 +293,6 @@
         },
       },
     ],
-    "nextPageToken": "A String", # A token to retrieve next page of results.
-        # Pass this value in the `ListAnalyticsRequest.page_token` field in the
-        # subsequent call to
-        # ListAnalytics to retrieve the
-        # next page of results.
     "responseMetadata": { # Common data that is in each API response. # Current response metadata.
       "debugInfo": { # Debug information about this request. # Debug information about this request.
         "serverTraceInfo": "A String", # Server-side debug stack trace.
@@ -317,6 +300,14 @@
         "serverInfo": "A String", # Info about the server that serviced this request.
       },
     },
+    "analyticsSummary": { # Analytics aggregated data for a `Company` for a given date range. # Aggregated information across the response's
+        # analytics.
+      "contactsCount": 42, # Aggregated number of times users contacted the `Company`
+          # for given date range.
+      "searchViewsCount": 42, # Aggregated number of times users saw the `Company`
+          # in Google Partners Search results for given date range.
+      "profileViewsCount": 42, # Aggregated number of profile views for the `Company` for given date range.
+    },
   }</pre>
 </div>