Skip to content

Commit 9718fad

Browse files
committed
Update docs
1 parent 62f9b96 commit 9718fad

22 files changed

+511
-275
lines changed
239 Bytes
Binary file not shown.
39.4 KB
Binary file not shown.
1.38 KB
Binary file not shown.

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 0bad78ceb604c20e0dc7056fef084598
3+
config: 11c2042611292d411c9a964db2f8ecf8
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/genindex.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>Index &mdash; BigQuery-Python 1.6.0 documentation</title>
10+
<title>Index &mdash; BigQuery-Python 1.11.1 documentation</title>
1111

1212
<link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
1313
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1414

1515
<script type="text/javascript">
1616
var DOCUMENTATION_OPTIONS = {
1717
URL_ROOT: './',
18-
VERSION: '1.6.0',
18+
VERSION: '1.11.1',
1919
COLLAPSE_INDEX: false,
2020
FILE_SUFFIX: '.html',
2121
HAS_SOURCE: true
@@ -25,7 +25,7 @@
2525
<script type="text/javascript" src="_static/underscore.js"></script>
2626
<script type="text/javascript" src="_static/doctools.js"></script>
2727
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
28-
<link rel="top" title="BigQuery-Python 1.6.0 documentation" href="index.html" />
28+
<link rel="top" title="BigQuery-Python 1.11.1 documentation" href="index.html" />
2929
</head>
3030
<body role="document">
3131
<div class="related" role="navigation" aria-label="related navigation">
@@ -37,7 +37,7 @@ <h3>Navigation</h3>
3737
<li class="right" >
3838
<a href="py-modindex.html" title="Python Module Index"
3939
>modules</a> |</li>
40-
<li class="nav-item nav-item-0"><a href="index.html">BigQuery-Python 1.6.0 documentation</a> &raquo;</li>
40+
<li class="nav-item nav-item-0"><a href="index.html">BigQuery-Python 1.11.1 documentation</a> &raquo;</li>
4141
</ul>
4242
</div>
4343
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -179,6 +179,10 @@ <h2 id="G">G</h2>
179179
<table style="width: 100%" class="indextable genindextable"><tr>
180180
<td style="width: 33%" valign="top"><dl>
181181

182+
<dt><a href="pages/client.html#bigquery.client.BigQueryClient.get_all_tables">get_all_tables() (bigquery.client.BigQueryClient method)</a>
183+
</dt>
184+
185+
182186
<dt><a href="pages/client.html#bigquery.client.get_client">get_client() (in module bigquery.client)</a>
183187
</dt>
184188

@@ -191,16 +195,20 @@ <h2 id="G">G</h2>
191195
</dt>
192196

193197

194-
<dt><a href="pages/client.html#bigquery.client.BigQueryClient.get_query_results">get_query_results() (bigquery.client.BigQueryClient method)</a>
198+
<dt><a href="pages/client.html#bigquery.client.get_projects">get_projects() (in module bigquery.client)</a>
195199
</dt>
196200

197201

198-
<dt><a href="pages/client.html#bigquery.client.BigQueryClient.get_query_rows">get_query_rows() (bigquery.client.BigQueryClient method)</a>
202+
<dt><a href="pages/client.html#bigquery.client.BigQueryClient.get_query_results">get_query_results() (bigquery.client.BigQueryClient method)</a>
199203
</dt>
200204

201205
</dl></td>
202206
<td style="width: 33%" valign="top"><dl>
203207

208+
<dt><a href="pages/client.html#bigquery.client.BigQueryClient.get_query_rows">get_query_rows() (bigquery.client.BigQueryClient method)</a>
209+
</dt>
210+
211+
204212
<dt><a href="pages/client.html#bigquery.client.BigQueryClient.get_query_schema">get_query_schema() (bigquery.client.BigQueryClient method)</a>
205213
</dt>
206214

@@ -333,7 +341,7 @@ <h3>Navigation</h3>
333341
<li class="right" >
334342
<a href="py-modindex.html" title="Python Module Index"
335343
>modules</a> |</li>
336-
<li class="nav-item nav-item-0"><a href="index.html">BigQuery-Python 1.6.0 documentation</a> &raquo;</li>
344+
<li class="nav-item nav-item-0"><a href="index.html">BigQuery-Python 1.11.1 documentation</a> &raquo;</li>
337345
</ul>
338346
</div>
339347
<div class="footer" role="contentinfo">

docs/_build/html/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Welcome to BigQuery-Python’s documentation! &mdash; BigQuery-Python 1.6.0 documentation</title>
9+
<title>Welcome to BigQuery-Python’s documentation! &mdash; BigQuery-Python 1.11.1 documentation</title>
1010

1111
<link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: './',
17-
VERSION: '1.6.0',
17+
VERSION: '1.11.1',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -24,7 +24,7 @@
2424
<script type="text/javascript" src="_static/underscore.js"></script>
2525
<script type="text/javascript" src="_static/doctools.js"></script>
2626
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
27-
<link rel="top" title="BigQuery-Python 1.6.0 documentation" href="#" />
27+
<link rel="top" title="BigQuery-Python 1.11.1 documentation" href="#" />
2828
<link rel="next" title="client" href="pages/client.html" />
2929
</head>
3030
<body role="document">
@@ -40,7 +40,7 @@ <h3>Navigation</h3>
4040
<li class="right" >
4141
<a href="pages/client.html" title="client"
4242
accesskey="N">next</a> |</li>
43-
<li class="nav-item nav-item-0"><a href="#">BigQuery-Python 1.6.0 documentation</a> &raquo;</li>
43+
<li class="nav-item nav-item-0"><a href="#">BigQuery-Python 1.11.1 documentation</a> &raquo;</li>
4444
</ul>
4545
</div>
4646
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
@@ -135,7 +135,7 @@ <h3>Navigation</h3>
135135
<li class="right" >
136136
<a href="pages/client.html" title="client"
137137
>next</a> |</li>
138-
<li class="nav-item nav-item-0"><a href="#">BigQuery-Python 1.6.0 documentation</a> &raquo;</li>
138+
<li class="nav-item nav-item-0"><a href="#">BigQuery-Python 1.11.1 documentation</a> &raquo;</li>
139139
</ul>
140140
</div>
141141
<div class="footer" role="contentinfo">

docs/_build/html/objects.inv

26 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)