Skip to content
Permalink
Browse files
docs: add docs for all enums in module (#745)
  • 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.
@@ -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",
@@ -0,0 +1,6 @@
BigQuery Enums
==============

.. automodule:: google.cloud.bigquery.enums
:members:
:undoc-members:
@@ -173,10 +173,11 @@ Magics
Enums
=====

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

enums

enums.StandardSqlDataTypes

Encryption Configuration
========================

0 comments on commit 145944f

Please sign in to comment.