Skip to content

Commit 07d74ce

Browse files
authored
Docs: fix leakage of bigquery/spanner sections into sidebar menu. (#5986)
1 parent b338487 commit 07d74ce

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

bigquery/docs/index.rst

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.. include:: /../bigquery/README.rst
22

33
Using the Library
4-
=================
4+
-----------------
55

66
Projects
7-
--------
7+
~~~~~~~~
88

99
A project is the top-level container in the ``BigQuery`` API: it is tied
1010
closely to billing, and can provide default access control across all its
@@ -23,15 +23,15 @@ To override the project inferred from the environment, pass an explicit
2323
2424
2525
Project ACLs
26-
~~~~~~~~~~~~
26+
^^^^^^^^^^^^
2727

2828
Each project has an access control list granting reader / writer / owner
2929
permission to one or more entities. This list cannot be queried or set
3030
via the API; it must be managed using the Google Developer Console.
3131

3232

3333
Datasets
34-
--------
34+
~~~~~~~~
3535

3636
A dataset represents a collection of tables, and applies several default
3737
policies to tables as they are created:
@@ -47,7 +47,7 @@ See BigQuery documentation for more information on
4747

4848

4949
Dataset operations
50-
~~~~~~~~~~~~~~~~~~
50+
^^^^^^^^^^^^^^^^^^
5151

5252
List datasets for the client's project:
5353

@@ -99,13 +99,13 @@ Delete a dataset:
9999

100100

101101
Tables
102-
------
102+
~~~~~~
103103

104104
Tables exist within datasets. See BigQuery documentation for more information
105105
on `Tables <https://cloud.google.com/bigquery/docs/tables>`_.
106106

107107
Table operations
108-
~~~~~~~~~~~~~~~~
108+
^^^^^^^^^^^^^^^^
109109
List tables for the dataset:
110110

111111
.. literalinclude:: snippets.py
@@ -187,7 +187,7 @@ Upload table data from a file:
187187
:end-before: [END bigquery_load_from_file]
188188

189189
Load table data from Google Cloud Storage
190-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
190+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
191191

192192
See also: `Loading JSON data from Cloud Storage
193193
<https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-json>`_.
@@ -217,7 +217,7 @@ Load a Parquet file from Cloud Storage:
217217
:end-before: [END bigquery_load_table_gcs_parquet]
218218

219219
Customer Managed Encryption Keys
220-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
220+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
221221

222222
Table data is always encrypted at rest, but BigQuery also provides a way for
223223
you to control what keys it uses to encrypt they data. See `Protecting data
@@ -270,11 +270,11 @@ Cloud KMS for the destination table.
270270
:end-before: [END bigquery_query_destination_table_cmek]
271271

272272
Queries
273-
-------
273+
~~~~~~~
274274

275275

276276
Querying data
277-
~~~~~~~~~~~~~
277+
^^^^^^^^^^^^^
278278

279279
Run a query and wait for it to finish:
280280

@@ -286,7 +286,7 @@ Run a query and wait for it to finish:
286286

287287

288288
Run a dry run query
289-
~~~~~~~~~~~~~~~~~~~
289+
^^^^^^^^^^^^^^^^^^^
290290

291291
.. literalinclude:: snippets.py
292292
:language: python
@@ -296,7 +296,7 @@ Run a dry run query
296296

297297

298298
Writing query results to a destination table
299-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
299+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
300300

301301
See BigQuery documentation for more information on
302302
`writing query results <https://cloud.google.com/bigquery/docs/writing-results>`_.
@@ -309,7 +309,7 @@ See BigQuery documentation for more information on
309309

310310

311311
Run a query using a named query parameter
312-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
312+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
313313

314314
See BigQuery documentation for more information on
315315
`parameterized queries <https://cloud.google.com/bigquery/docs/parameterized-queries>`_.
@@ -322,10 +322,10 @@ See BigQuery documentation for more information on
322322

323323

324324
Jobs
325-
----
325+
~~~~
326326

327327
List jobs for a project
328-
~~~~~~~~~~~~~~~~~~~~~~~
328+
^^^^^^^^^^^^^^^^^^^^^^^
329329

330330
Jobs describe actions performed on data in BigQuery tables:
331331

@@ -342,10 +342,10 @@ Jobs describe actions performed on data in BigQuery tables:
342342

343343

344344
Using BigQuery with Pandas
345-
--------------------------
345+
~~~~~~~~~~~~~~~~~~~~~~~~~~
346346

347347
Retrieve BigQuery data as a Pandas DataFrame
348-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
348+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
349349

350350
As of version 0.29.0, you can use the
351351
:func:`~google.cloud.bigquery.table.RowIterator.to_dataframe` function to
@@ -381,7 +381,7 @@ To retrieve table rows as a :class:`pandas.DataFrame`:
381381
:end-before: [END bigquery_list_rows_dataframe]
382382

383383
Load a Pandas DataFrame to a BigQuery Table
384-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
384+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
385385

386386
As of version 1.3.0, you can use the
387387
:func:`~google.cloud.bigquery.client.Client.load_table_from_dataframe` function
@@ -405,7 +405,7 @@ and load it into a new table:
405405
:end-before: [END bigquery_load_table_dataframe]
406406

407407
API Reference
408-
=============
408+
-------------
409409

410410
.. toctree::
411411
:maxdepth: 2
@@ -414,7 +414,7 @@ API Reference
414414
dbapi
415415

416416
Changelog
417-
=========
417+
---------
418418

419419
For a list of all ``google-cloud-bigquery`` releases:
420420

spanner/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ API Documentation
2323
advanced-session-pool-topics
2424

2525
Changelog
26-
=========
26+
---------
2727

2828
For a list of all ``google-cloud-spanner`` releases:
2929

0 commit comments

Comments
 (0)