Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 554f0f1

Browse files
committed
feat: regenerate, fix bad docstring
1 parent 784954e commit 554f0f1

File tree

6 files changed

+30
-235
lines changed

6 files changed

+30
-235
lines changed

CONTRIBUTING.rst

Lines changed: 0 additions & 219 deletions
This file was deleted.

dialogflow_v2/proto/audio_config_pb2.py

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dialogflow_v2beta1/proto/audio_config_pb2.py

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dialogflow_v2beta1/proto/document_pb2.py

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

synth.metadata

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2020-03-26T17:37:09.629500Z",
2+
"updateTime": "2020-03-26T18:20:13.139271Z",
33
"sources": [
44
{
55
"generator": {
@@ -8,12 +8,19 @@
88
"dockerImage": "googleapis/artman@sha256:5ef340c8d9334719bc5c6981d95f4a5d2737b0a6a24f2b9a0d430e96fff85c5b"
99
}
1010
},
11+
{
12+
"git": {
13+
"name": ".",
14+
"remote": "[email protected]:googleapis/dialogflow-python-client-v2.git",
15+
"sha": "1c25409d4ee04503840a23d86adf31e3d3ec02ff"
16+
}
17+
},
1118
{
1219
"git": {
1320
"name": "googleapis",
1421
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "d4aa417ed2bba89c2d216900282bddfdafef6128",
16-
"internalRef": "303010132"
22+
"sha": "65816afa71e588252b7119dc723592abe51ea106",
23+
"internalRef": "303150338"
1724
}
1825
}
1926
],

synth.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,15 @@
107107
""
108108
)
109109

110+
111+
# Replace bad hyperlink references
112+
s.replace(
113+
"dialogflow_*/proto/audio_config_pb2.py",
114+
"\s*\<\>`__",
115+
"`"
116+
)
117+
118+
110119
s.replace('dialogflow_v2/proto/agent_pb2.py', ':math:', '')
111120
s.replace('dialogflow_v2/proto/agent_pb2.py', ':raw-latex:', '')
112121

0 commit comments

Comments
 (0)