Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add docs for all enums in module #745

Merged
merged 1 commit into from Jul 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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