Skip to content

Commit e9ca02a

Browse files
authored
build: fix docstring formatting (#9793)
1 parent b088278 commit e9ca02a

File tree

4 files changed

+8
-102
lines changed

4 files changed

+8
-102
lines changed

automl/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
"google-gax": ("https://gax-python.readthedocs.io/en/latest/", None),
345345
"google.api_core": ("https://googleapis.dev/python/google-api-core/latest", None),
346346
"grpc": ("https://grpc.io/grpc/python/", None),
347-
"requests": ("https://requests.kennethreitz.org/en/master/", None),
347+
"requests": ("https://requests.readthedocs.org/en/latest", None),
348348
"fastavro": ("https://fastavro.readthedocs.io/en/stable/", None),
349349
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
350350
}

automl/google/cloud/automl_v1beta1/proto/io_pb2.py

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

automl/synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-11-13T20:54:28.686825Z",
2+
"updateTime": "2019-11-13T22:56:51.489853Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "dec8fd8ea5dc464496606189ba4b8949188639c8",
16-
"internalRef": "280225437"
15+
"sha": "218164b3deba1075979c9dca5f71461379e42dd1",
16+
"internalRef": "280279014"
1717
}
1818
},
1919
{

automl/synth.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@
111111
s.replace("google/cloud/**/io_pb2.py", r":raw-latex:`\\t `", r"\\\\t")
112112

113113
# Remove html bits that can't be rendered correctly
114-
s.replace("google/cloud/**/io_pb2.py",
114+
s.replace("google/cloud/automl_v1/**/io_pb2.py",
115115
r""".. raw:: html.+?
116116
\</.+?\>""",
117117
r"", flags=re.DOTALL)
118118

119119
# Remove raw-latex wrapping newline
120-
s.replace("google/cloud/**/io_pb2.py",
120+
s.replace("google/cloud/automl_v1/**/io_pb2.py",
121121
r""":raw-latex:`\\n`""",
122122
r"``\\\\n``")
123123

@@ -126,7 +126,6 @@
126126
r"\}\\n",
127127
r"}\\\\n")
128128

129-
130129
# ----------------------------------------------------------------------------
131130
# Add templated files
132131
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)