Skip to content

Commit

Permalink
Move howto to usage directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Oct 19, 2018
1 parent c286e23 commit 75972b1
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 37 deletions.
40 changes: 5 additions & 35 deletions bigquery/docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,43 +1,13 @@
.. include:: /../bigquery/README.rst

BigQuery Basics
~~~~~~~~~~~~~~~

.. toctree::
:maxdepth: 1

howto/client
howto/queries

Working with BigQuery Resources
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. toctree::
:maxdepth: 1

howto/datasets
howto/tables
howto/encryption
howto/jobs

Integrations with Other Libraries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. toctree::
:maxdepth: 1

howto/pandas

See also, the :mod:`google.cloud.bigquery.magics` module for integrations
with Jupyter.

More Examples
~~~~~~~~~~~~~

See the `official Google BigQuery how-to guides
<https://cloud.google.com/bigquery/docs/how-to>`_ for more in-depth
information and code samples on using the ``google-cloud-bigquery`` library
with the BigQuery API.
.. toctree::
:maxdepth: 2

usage/index
Official Google BigQuery How-to Guides <https://cloud.google.com/bigquery/docs/how-to>

API Reference
-------------
Expand Down
4 changes: 2 additions & 2 deletions bigquery/docs/usage.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>
<head>
<meta http-equiv="refresh" content="1; url=./index.html:" />
<meta http-equiv="refresh" content="1; url=./usage/index.html:" />
<script>
window.location.href = "./index.html"
window.location.href = "./usage/index.html"
</script>
</head>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
35 changes: 35 additions & 0 deletions bigquery/docs/usage/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Usage Guides
~~~~~~~~~~~~

BigQuery Basics
^^^^^^^^^^^^^^^

.. toctree::
:maxdepth: 1

client
queries

Working with BigQuery Resources
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. toctree::
:maxdepth: 1

datasets
tables
encryption
jobs

Integrations with Other Libraries
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. toctree::
:maxdepth: 1

pandas

See also, the :mod:`google.cloud.bigquery.magics` module for integrations
with Jupyter.


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 75972b1

Please sign in to comment.