Skip to content

Commit e07ac89

Browse files
chore: update intersphinx links (#41)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * docs(python): update intersphinx for grpc and auth * docs(python): update intersphinx for grpc and auth * use https for python intersphinx Co-authored-by: Tim Swast <[email protected]> Source-Author: Bu Sun Kim <[email protected]> Source-Date: Wed Nov 18 14:37:25 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9 Source-Link: googleapis/synthtool@9a7d9fb * docs(python): fix intersphinx link for google-auth Source-Author: Bu Sun Kim <[email protected]> Source-Date: Thu Nov 19 10:16:05 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: a073c873f3928c561bdf87fdfbf1d081d1998984 Source-Link: googleapis/synthtool@a073c87
1 parent bc92bc2 commit e07ac89

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@
345345

346346
# Example configuration for intersphinx: refer to the Python standard library.
347347
intersphinx_mapping = {
348-
"python": ("http://python.readthedocs.org/en/latest/", None),
349-
"google-auth": ("https://google-auth.readthedocs.io/en/stable", None),
348+
"python": ("https://python.readthedocs.org/en/latest/", None),
349+
"google-auth": ("https://googleapis.dev/python/google-auth/latest/", None),
350350
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest/", None,),
351-
"grpc": ("https://grpc.io/grpc/python/", None),
351+
"grpc": ("https://grpc.github.io/grpc/python/", None),
352352
"proto-plus": ("https://proto-plus-python.readthedocs.io/en/latest/", None),
353353
}
354354

google/cloud/errorreporting_v1beta1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"ErrorEvent",
5252
"ErrorGroup",
5353
"ErrorGroupOrder",
54-
"ErrorGroupServiceClient",
5554
"ErrorGroupStats",
55+
"ErrorStatsServiceClient",
5656
"GetGroupRequest",
5757
"HttpRequestContext",
5858
"ListEventsRequest",
@@ -71,5 +71,5 @@
7171
"TimedCountAlignment",
7272
"TrackingIssue",
7373
"UpdateGroupRequest",
74-
"ErrorStatsServiceClient",
74+
"ErrorGroupServiceClient",
7575
)

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-error-reporting.git",
7-
"sha": "948daf01c733950aece7057fb8809e240b4696a4"
7+
"sha": "bc92bc2cfa549200bf8fa87cf2f6d81ded77486c"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "e89175cf074dccc4babb4eca66ae913696e47a71"
22+
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "e89175cf074dccc4babb4eca66ae913696e47a71"
29+
"sha": "a073c873f3928c561bdf87fdfbf1d081d1998984"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)