Skip to content

Commit

Permalink
Merge pull request #1079 from dhermes/autodoc-bigquery
Browse files Browse the repository at this point in the history
Adding autodoc for BigQuery modules.
  • Loading branch information
dhermes committed Aug 24, 2015
2 parents 34d652e + 6d73b56 commit a1e0fed
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/bigquery-client.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
BigQuery Client
===============

.. automodule:: gcloud.bigquery.client
:members:
:undoc-members:
:show-inheritance:

Connection
~~~~~~~~~~

.. automodule:: gcloud.bigquery.connection
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/bigquery-dataset.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Datasets
~~~~~~~~

.. automodule:: gcloud.bigquery.dataset
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/bigquery-job.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Jobs
~~~~

.. automodule:: gcloud.bigquery.job
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/bigquery-table.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Tables
~~~~~~

.. automodule:: gcloud.bigquery.table
:members:
:undoc-members:
:show-inheritance:
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
:caption: BigQuery

bigquery-usage
Client <bigquery-client>
bigquery-dataset
bigquery-job
bigquery-table

.. toctree::
:maxdepth: 0
Expand Down

0 comments on commit a1e0fed

Please sign in to comment.