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

Commit

Permalink
feat: regenerate, fix bad docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Mar 26, 2020
1 parent 784954e commit 554f0f1
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 235 deletions.
219 changes: 0 additions & 219 deletions CONTRIBUTING.rst

This file was deleted.

13 changes: 6 additions & 7 deletions dialogflow_v2/proto/audio_config_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dialogflow_v2beta1/proto/audio_config_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dialogflow_v2beta1/proto/document_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-03-26T17:37:09.629500Z",
"updateTime": "2020-03-26T18:20:13.139271Z",
"sources": [
{
"generator": {
Expand All @@ -8,12 +8,19 @@
"dockerImage": "googleapis/artman@sha256:5ef340c8d9334719bc5c6981d95f4a5d2737b0a6a24f2b9a0d430e96fff85c5b"
}
},
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/dialogflow-python-client-v2.git",
"sha": "1c25409d4ee04503840a23d86adf31e3d3ec02ff"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d4aa417ed2bba89c2d216900282bddfdafef6128",
"internalRef": "303010132"
"sha": "65816afa71e588252b7119dc723592abe51ea106",
"internalRef": "303150338"
}
}
],
Expand Down
9 changes: 9 additions & 0 deletions synth.py
Expand Up @@ -107,6 +107,15 @@
""
)


# Replace bad hyperlink references
s.replace(
"dialogflow_*/proto/audio_config_pb2.py",
"\s*\<\>`__",
"`"
)


s.replace('dialogflow_v2/proto/agent_pb2.py', ':math:', '')
s.replace('dialogflow_v2/proto/agent_pb2.py', ':raw-latex:', '')

Expand Down

0 comments on commit 554f0f1

Please sign in to comment.