Skip to content

Commit 491d41d

Browse files
chore: add protobuf to intersphinx mapping (#186)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/8ac97022-f73e-43e2-b342-09c49ad62615/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 8d9ee7c commit 491d41d

File tree

2 files changed

+75
-9
lines changed

2 files changed

+75
-9
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
350350
"grpc": ("https://grpc.github.io/grpc/python/", None),
351351
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
352+
"protobuf": ("https://googleapis.dev/python/protobuf/latest/", None),
352353
}
353354

354355

synth.metadata

Lines changed: 74 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,81 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "git@github.com:googleapis/python-bigquery-sqlalchemy.git",
7-
"sha": "95b0692e9b83290b5f0bb45f7dd49f9a10bba5e8"
8-
}
9-
},
10-
{
11-
"git": {
12-
"name": "synthtool",
13-
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "1778de119522ea9c9b18763c2a4577e22a60433c"
6+
"remote": "https://github.com/googleapis/python-bigquery-sqlalchemy.git",
7+
"sha": "8d9ee7c24b00fc9f15acd78e0ea9f8a1f49538c4"
158
}
169
}
10+
],
11+
"generatedFiles": [
12+
".coveragerc",
13+
".flake8",
14+
".github/CONTRIBUTING.md",
15+
".github/ISSUE_TEMPLATE/bug_report.md",
16+
".github/ISSUE_TEMPLATE/feature_request.md",
17+
".github/ISSUE_TEMPLATE/support_request.md",
18+
".github/PULL_REQUEST_TEMPLATE.md",
19+
".github/header-checker-lint.yml",
20+
".github/release-please.yml",
21+
".github/snippet-bot.yml",
22+
".gitignore",
23+
".kokoro/build.sh",
24+
".kokoro/continuous/common.cfg",
25+
".kokoro/continuous/continuous.cfg",
26+
".kokoro/docker/docs/Dockerfile",
27+
".kokoro/docker/docs/fetch_gpg_keys.sh",
28+
".kokoro/docs/common.cfg",
29+
".kokoro/docs/docs-presubmit.cfg",
30+
".kokoro/docs/docs.cfg",
31+
".kokoro/populate-secrets.sh",
32+
".kokoro/presubmit/common.cfg",
33+
".kokoro/presubmit/presubmit.cfg",
34+
".kokoro/publish-docs.sh",
35+
".kokoro/release.sh",
36+
".kokoro/release/common.cfg",
37+
".kokoro/release/release.cfg",
38+
".kokoro/samples/lint/common.cfg",
39+
".kokoro/samples/lint/continuous.cfg",
40+
".kokoro/samples/lint/periodic.cfg",
41+
".kokoro/samples/lint/presubmit.cfg",
42+
".kokoro/samples/python3.6/common.cfg",
43+
".kokoro/samples/python3.6/continuous.cfg",
44+
".kokoro/samples/python3.6/periodic-head.cfg",
45+
".kokoro/samples/python3.6/periodic.cfg",
46+
".kokoro/samples/python3.6/presubmit.cfg",
47+
".kokoro/samples/python3.7/common.cfg",
48+
".kokoro/samples/python3.7/continuous.cfg",
49+
".kokoro/samples/python3.7/periodic-head.cfg",
50+
".kokoro/samples/python3.7/periodic.cfg",
51+
".kokoro/samples/python3.7/presubmit.cfg",
52+
".kokoro/samples/python3.8/common.cfg",
53+
".kokoro/samples/python3.8/continuous.cfg",
54+
".kokoro/samples/python3.8/periodic-head.cfg",
55+
".kokoro/samples/python3.8/periodic.cfg",
56+
".kokoro/samples/python3.8/presubmit.cfg",
57+
".kokoro/test-samples-against-head.sh",
58+
".kokoro/test-samples-impl.sh",
59+
".kokoro/test-samples.sh",
60+
".kokoro/trampoline.sh",
61+
".kokoro/trampoline_v2.sh",
62+
".pre-commit-config.yaml",
63+
".trampolinerc",
64+
"CODE_OF_CONDUCT.md",
65+
"CONTRIBUTING.rst",
66+
"MANIFEST.in",
67+
"docs/_static/custom.css",
68+
"docs/_templates/layout.html",
69+
"docs/conf.py",
70+
"docs/multiprocessing.rst",
71+
"noxfile.py",
72+
"renovate.json",
73+
"scripts/decrypt-secrets.sh",
74+
"scripts/readme-gen/readme_gen.py",
75+
"scripts/readme-gen/templates/README.tmpl.rst",
76+
"scripts/readme-gen/templates/auth.tmpl.rst",
77+
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
78+
"scripts/readme-gen/templates/install_deps.tmpl.rst",
79+
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
80+
"setup.cfg",
81+
"testing/.gitignore"
1782
]
1883
}

0 commit comments

Comments
 (0)