This repository was archived by the owner on Mar 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 110110# directories to ignore when looking for source files.
111111exclude_patterns = [
112112 "_build" ,
113+ "**/.nox/**/*" ,
113114 "samples/AUTHORING_GUIDE.md" ,
114115 "samples/CONTRIBUTING.md" ,
115116 "samples/snippets/README.rst" ,
Original file line number Diff line number Diff line change 1+ BigQuery Enums
2+ ==============
3+
4+ .. automodule :: google.cloud.bigquery.enums
5+ :members:
6+ :undoc-members:
Original file line number Diff line number Diff line change @@ -173,10 +173,11 @@ Magics
173173Enums
174174=====
175175
176- .. autosummary ::
177- :toctree: generated
176+ .. toctree ::
177+ :maxdepth: 2
178+
179+ enums
178180
179- enums.StandardSqlDataTypes
180181
181182Encryption Configuration
182183========================
You can’t perform that action at this time.
0 commit comments