There was an error while loading. Please reload this page.
1 parent 1246da8 commit 145944fCopy full SHA for 145944f
docs/conf.py
@@ -110,6 +110,7 @@
110
# directories to ignore when looking for source files.
111
exclude_patterns = [
112
"_build",
113
+ "**/.nox/**/*",
114
"samples/AUTHORING_GUIDE.md",
115
"samples/CONTRIBUTING.md",
116
"samples/snippets/README.rst",
docs/enums.rst
@@ -0,0 +1,6 @@
1
+BigQuery Enums
2
+==============
3
+
4
+.. automodule:: google.cloud.bigquery.enums
5
+ :members:
6
+ :undoc-members:
docs/reference.rst
@@ -173,10 +173,11 @@ Magics
173
Enums
174
=====
175
176
-.. autosummary::
177
- :toctree: generated
+.. toctree::
+ :maxdepth: 2
178
179
+ enums
180
- enums.StandardSqlDataTypes
181
182
Encryption Configuration
183
========================
0 commit comments