Skip to content

Commit

Permalink
docs: add docs for all enums in module (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Jul 9, 2021
1 parent 1246da8 commit 145944f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Expand Up @@ -110,6 +110,7 @@
# directories to ignore when looking for source files.
exclude_patterns = [
"_build",
"**/.nox/**/*",
"samples/AUTHORING_GUIDE.md",
"samples/CONTRIBUTING.md",
"samples/snippets/README.rst",
Expand Down
6 changes: 6 additions & 0 deletions docs/enums.rst
@@ -0,0 +1,6 @@
BigQuery Enums
==============

.. automodule:: google.cloud.bigquery.enums
:members:
:undoc-members:
7 changes: 4 additions & 3 deletions docs/reference.rst
Expand Up @@ -173,10 +173,11 @@ Magics
Enums
=====

.. autosummary::
:toctree: generated
.. toctree::
:maxdepth: 2

enums

enums.StandardSqlDataTypes

Encryption Configuration
========================
Expand Down

0 comments on commit 145944f

Please sign in to comment.