docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/epy/googleapiclient.mimeparse-module.html b/docs/epy/googleapiclient.mimeparse-module.html
index 49963eb..a4b6751 100644
--- a/docs/epy/googleapiclient.mimeparse-module.html
+++ b/docs/epy/googleapiclient.mimeparse-module.html
@@ -183,7 +183,8 @@
<tr>
<td><span class="summary-sig"><a href="googleapiclient.mimeparse-module.html#quality" class="summary-sig-name">quality</a>(<span class="summary-sig-arg">mime_type</span>,
<span class="summary-sig-arg">ranges</span>)</span><br />
- Return the quality ('q') of a mime-type against a list of media-ranges.</td>
+ Return the quality ('q') of a mime-type against a list of
+ media-ranges.</td>
<td align="right" valign="top">
<span class="codelink"><a href="googleapiclient.mimeparse-pysrc.html#quality">source code</a></span>
@@ -201,7 +202,8 @@
<tr>
<td><span class="summary-sig"><a href="googleapiclient.mimeparse-module.html#best_match" class="summary-sig-name">best_match</a>(<span class="summary-sig-arg">supported</span>,
<span class="summary-sig-arg">header</span>)</span><br />
- Return mime-type with the highest quality ('q') from list of candidates.</td>
+ Return mime-type with the highest quality ('q') from list of
+ candidates.</td>
<td align="right" valign="top">
<span class="codelink"><a href="googleapiclient.mimeparse-pysrc.html#best_match">source code</a></span>
@@ -249,14 +251,21 @@
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
- <a name="__email__"></a><span class="summary-name">__email__</span> = <code title=""joe@bitworking.org"">"joe@bitworking.org"</code>
+ <a name="__email__"></a><span class="summary-name">__email__</span> = <code title="'joe@bitworking.org'"><code class="variable-quote">'</code><code class="variable-string">joe@bitworking.org</code><code class="variable-quote">'</code></code>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
- <a name="__credits__"></a><span class="summary-name">__credits__</span> = <code title="""">""</code>
+ <a name="__credits__"></a><span class="summary-name">__credits__</span> = <code title="''"><code class="variable-quote">'</code><code class="variable-string"></code><code class="variable-quote">'</code></code>
+ </td>
+ </tr>
+<tr>
+ <td width="15%" align="right" valign="top" class="summary">
+ <span class="summary-type"> </span>
+ </td><td class="summary">
+ <a name="__package__"></a><span class="summary-name">__package__</span> = <code title="None">None</code>
</td>
</tr>
</table>
@@ -356,16 +365,13 @@
</td>
</tr></table>
- <pre class="literalblock">
-Find the best match for a mime-type amongst parsed media-ranges.
-
-Find the best match for a given mime-type against a list of media_ranges
-that have already been parsed by parse_media_range(). Returns a tuple of
-the fitness value and the value of the 'q' quality parameter of the best
-match, or (-1, 0) if no match was found. Just as for quality_parsed(),
-'parsed_ranges' must be a list of parsed media ranges.
-
-</pre>
+ <p>Find the best match for a mime-type amongst parsed media-ranges.</p>
+ <p>Find the best match for a given mime-type against a list of
+ media_ranges that have already been parsed by parse_media_range().
+ Returns a tuple of the fitness value and the value of the 'q' quality
+ parameter of the best match, or (-1, 0) if no match was found. Just as
+ for quality_parsed(), 'parsed_ranges' must be a list of parsed media
+ ranges.</p>
<dl class="fields">
</dl>
</td></tr></table>
@@ -385,16 +391,12 @@
</td>
</tr></table>
- <pre class="literalblock">
-Find the best match for a mime-type amongst parsed media-ranges.
-
-Find the best match for a given mime-type against a list of media_ranges
-that have already been parsed by parse_media_range(). Returns the 'q'
-quality parameter of the best match, 0 if no match was found. This function
-bahaves the same as quality() except that 'parsed_ranges' must be a list of
-parsed media ranges.
-
-</pre>
+ <p>Find the best match for a mime-type amongst parsed media-ranges.</p>
+ <p>Find the best match for a given mime-type against a list of
+ media_ranges that have already been parsed by parse_media_range().
+ Returns the 'q' quality parameter of the best match, 0 if no match was
+ found. This function bahaves the same as quality() except that
+ 'parsed_ranges' must be a list of parsed media ranges.</p>
<dl class="fields">
</dl>
</td></tr></table>
@@ -414,17 +416,14 @@
</td>
</tr></table>
- <pre class="literalblock">
-Return the quality ('q') of a mime-type against a list of media-ranges.
-
-Returns the quality 'q' of a mime-type when compared against the
-media-ranges in ranges. For example:
-
->>> quality('text/html','text/*;q=0.3, text/html;q=0.7,
- text/html;level=1, text/html;level=2;q=0.4, */*;q=0.5')
-0.7
-
-</pre>
+ <p>Return the quality ('q') of a mime-type against a list of
+ media-ranges.</p>
+ <p>Returns the quality 'q' of a mime-type when compared against the
+ media-ranges in ranges. For example:</p>
+<pre class="py-doctest">
+<span class="py-prompt">>>> </span>quality(<span class="py-string">'text/html'</span>,'text/*;q=0.3, text/html;q=0.7,
+<span class="py-output"> text/html;level=1, text/html;level=2;q=0.4, */*;q=0.5')</span>
+<span class="py-output">0.7</span></pre>
<dl class="fields">
</dl>
</td></tr></table>
@@ -444,21 +443,18 @@
</td>
</tr></table>
- <pre class="literalblock">
-Return mime-type with the highest quality ('q') from list of candidates.
-
-Takes a list of supported mime-types and finds the best match for all the
-media-ranges listed in header. The value of header must be a string that
-conforms to the format of the HTTP Accept: header. The value of 'supported'
-is a list of mime-types. The list of supported mime-types should be sorted
-in order of increasing desirability, in case of a situation where there is
-a tie.
-
->>> best_match(['application/xbel+xml', 'text/xml'],
- 'text/*;q=0.5,*/*; q=0.1')
-'text/xml'
-
-</pre>
+ <p>Return mime-type with the highest quality ('q') from list of
+ candidates.</p>
+ <p>Takes a list of supported mime-types and finds the best match for all
+ the media-ranges listed in header. The value of header must be a string
+ that conforms to the format of the HTTP Accept: header. The value of
+ 'supported' is a list of mime-types. The list of supported mime-types
+ should be sorted in order of increasing desirability, in case of a
+ situation where there is a tie.</p>
+<pre class="py-doctest">
+<span class="py-prompt">>>> </span>best_match([<span class="py-string">'application/xbel+xml'</span>, <span class="py-string">'text/xml'</span>],
+<span class="py-output"> 'text/*;q=0.5,*/*; q=0.1')</span>
+<span class="py-output">'text/xml'</span></pre>
<dl class="fields">
</dl>
</td></tr></table>
@@ -490,7 +486,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
- Generated by Epydoc 3.0.1 on Thu Apr 30 17:06:05 2020
+ Generated by Epydoc 3.0.1 on Fri Oct 2 20:46:22 2020
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"