Skip to content

Commit 145944f

Browse files
authored
docs: add docs for all enums in module (#745)
1 parent 1246da8 commit 145944f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
# directories to ignore when looking for source files.
111111
exclude_patterns = [
112112
"_build",
113+
"**/.nox/**/*",
113114
"samples/AUTHORING_GUIDE.md",
114115
"samples/CONTRIBUTING.md",
115116
"samples/snippets/README.rst",

docs/enums.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
BigQuery Enums
2+
==============
3+
4+
.. automodule:: google.cloud.bigquery.enums
5+
:members:
6+
:undoc-members:

docs/reference.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,11 @@ Magics
173173
Enums
174174
=====
175175

176-
.. autosummary::
177-
:toctree: generated
176+
.. toctree::
177+
:maxdepth: 2
178+
179+
enums
178180

179-
enums.StandardSqlDataTypes
180181

181182
Encryption Configuration
182183
========================

0 commit comments

Comments
 (0)