Skip to content

Commit

Permalink
docs: update Sphinx inventory URL for requests library (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Sep 26, 2019
1 parent 626bfab commit 2584ca1
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion docs/latest/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: b911398855f7668d2aa125e82024376d
config: 476de7aba2e9373b12d01844d1987590
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/latest/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.4.0',
VERSION: '0.4.1',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
4 changes: 2 additions & 2 deletions docs/latest/genindex.html
Expand Up @@ -9,7 +9,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; google-resumable-media 0.4.0 documentation</title>
<title>Index &mdash; google-resumable-media 0.4.1 documentation</title>



Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.4.0
0.4.1
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/latest/google.resumable_media.common.html
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>google.resumable_media.common &mdash; google-resumable-media 0.4.0 documentation</title>
<title>google.resumable_media.common &mdash; google-resumable-media 0.4.1 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
0.4.0
0.4.1
</div>


Expand Down
12 changes: 6 additions & 6 deletions docs/latest/google.resumable_media.requests.download.html
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>google.resumable_media.requests.download &mdash; google-resumable-media 0.4.0 documentation</title>
<title>google.resumable_media.requests.download &mdash; google-resumable-media 0.4.1 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
0.4.0
0.4.1
</div>


Expand Down Expand Up @@ -280,12 +280,12 @@
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>transport</strong> (<a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>transport</strong> (<a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
make authenticated requests.</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">The HTTP response returned by <code class="docutils literal notranslate"><span class="pre">transport</span></code>.</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></td>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></td>
</tr>
<tr class="field-even field"><th class="field-name">Raises:</th><td class="field-body"><a class="reference external" href="https://docs.python.org/3.6/library/exceptions.html#ValueError" title="(in Python v3.6)"><strong>ValueError</strong></a> – If the current download has finished.</td>
</tr>
Expand Down Expand Up @@ -419,14 +419,14 @@
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>transport</strong> (<a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><p class="first"><strong>transport</strong> (<a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
make authenticated requests.</p>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">The HTTP response returned by <code class="docutils literal notranslate"><span class="pre">transport</span></code>.</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></p>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first"><a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></p>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Raises:</th><td class="field-body"><ul class="first last simple">
Expand Down
4 changes: 2 additions & 2 deletions docs/latest/google.resumable_media.requests.html
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>google.resumable_media.requests &mdash; google-resumable-media 0.4.0 documentation</title>
<title>google.resumable_media.requests &mdash; google-resumable-media 0.4.1 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
0.4.0
0.4.1
</div>


Expand Down
24 changes: 12 additions & 12 deletions docs/latest/google.resumable_media.requests.upload.html
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>google.resumable_media.requests.upload &mdash; google-resumable-media 0.4.0 documentation</title>
<title>google.resumable_media.requests.upload &mdash; google-resumable-media 0.4.1 documentation</title>



Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.4.0
0.4.1
</div>


Expand Down Expand Up @@ -224,7 +224,7 @@
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>transport</strong> (<a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
<li><strong>transport</strong> (<a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
make authenticated requests.</li>
<li><strong>data</strong> (<a class="reference external" href="https://docs.python.org/3.6/library/stdtypes.html#bytes" title="(in Python v3.6)"><em>bytes</em></a>) – The resource content to be uploaded.</li>
<li><strong>metadata</strong> (<a class="reference external" href="https://docs.python.org/3.6/library/typing.html#typing.Mapping" title="(in Python v3.6)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Mapping</span></code></a> [ <a class="reference external" href="https://docs.python.org/3.6/library/stdtypes.html#str" title="(in Python v3.6)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">str</span></code></a>, <a class="reference external" href="https://docs.python.org/3.6/library/stdtypes.html#str" title="(in Python v3.6)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">str</span></code></a> ]) – The resource metadata, such as an
Expand All @@ -237,7 +237,7 @@
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">The HTTP response returned by <code class="docutils literal notranslate"><span class="pre">transport</span></code>.</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></p>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -411,7 +411,7 @@
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>transport</strong> (<a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
<li><strong>transport</strong> (<a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
make authenticated requests.</li>
<li><strong>stream</strong> (<em>IO</em><em>[</em><a class="reference external" href="https://docs.python.org/3.6/library/stdtypes.html#bytes" title="(in Python v3.6)"><em>bytes</em></a><em>]</em>) – The stream (i.e. file-like object) that will
be uploaded. The stream <strong>must</strong> be at the beginning (i.e.
Expand All @@ -433,7 +433,7 @@
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">The HTTP response returned by <code class="docutils literal notranslate"><span class="pre">transport</span></code>.</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></p>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -469,12 +469,12 @@
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>transport</strong> (<a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>transport</strong> (<a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
make authenticated requests.</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">The HTTP response returned by <code class="docutils literal notranslate"><span class="pre">transport</span></code>.</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></td>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -541,12 +541,12 @@
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>transport</strong> (<a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>transport</strong> (<a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
make authenticated requests.</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">The HTTP response returned by <code class="docutils literal notranslate"><span class="pre">transport</span></code>.</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></td>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></td>
</tr>
<tr class="field-even field"><th class="field-name">Raises:</th><td class="field-body"><a class="reference internal" href="google.resumable_media.common.html#google.resumable_media.common.InvalidResponse" title="google.resumable_media.common.InvalidResponse"><strong>InvalidResponse</strong></a> – If the status
code is not 200 or 308.</td>
Expand Down Expand Up @@ -614,7 +614,7 @@
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>transport</strong> (<a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
<li><strong>transport</strong> (<a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Session" title="(in Requests v2.22.0)"><em>Session</em></a>) – A <code class="docutils literal notranslate"><span class="pre">requests</span></code> object which can
make authenticated requests.</li>
<li><strong>data</strong> (<a class="reference external" href="https://docs.python.org/3.6/library/stdtypes.html#bytes" title="(in Python v3.6)"><em>bytes</em></a>) – The resource content to be uploaded.</li>
<li><strong>content_type</strong> (<a class="reference external" href="https://docs.python.org/3.6/library/stdtypes.html#str" title="(in Python v3.6)"><em>str</em></a>) – The content type of the resource, e.g. a JPEG
Expand All @@ -625,7 +625,7 @@
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">The HTTP response returned by <code class="docutils literal notranslate"><span class="pre">transport</span></code>.</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><a class="reference external" href="https://2.python-requests.org//en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></p>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last"><a class="reference external" href="http://requests.kennethreitz.org/en/stable/api/#requests.Response" title="(in Requests v2.22.0)">Response</a></p>
</td>
</tr>
</tbody>
Expand Down
4 changes: 2 additions & 2 deletions docs/latest/index.html
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>google.resumable_media &mdash; google-resumable-media 0.4.0 documentation</title>
<title>google.resumable_media &mdash; google-resumable-media 0.4.1 documentation</title>



Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.4.0
0.4.1
</div>


Expand Down
Binary file modified docs/latest/objects.inv
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/latest/py-modindex.html
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Python Module Index &mdash; google-resumable-media 0.4.0 documentation</title>
<title>Python Module Index &mdash; google-resumable-media 0.4.1 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
0.4.0
0.4.1
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/latest/search.html
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Search &mdash; google-resumable-media 0.4.0 documentation</title>
<title>Search &mdash; google-resumable-media 0.4.1 documentation</title>



Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
0.4.0
0.4.1
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs_build/conf.py
Expand Up @@ -181,5 +181,5 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/3.6', None),
'requests': ('http://docs.python-requests.org/en/stable', None),
'requests': ('http://requests.kennethreitz.org/en/stable', None),
}

0 comments on commit 2584ca1

Please sign in to comment.