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

Commit f9d4d8f

Browse files
chore: update templates (#33)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/008ce5bf-87d6-4df6-a516-9e6d6ecebea4/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@41a4e56 Source-Link: googleapis/synthtool@f15b57c
1 parent 371399b commit f9d4d8f

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

LICENSE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Apache License
1+
2+
Apache License
23
Version 2.0, January 2004
3-
https://www.apache.org/licenses/
4+
http://www.apache.org/licenses/
45

56
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
67

@@ -192,7 +193,7 @@
192193
you may not use this file except in compliance with the License.
193194
You may obtain a copy of the License at
194195

195-
https://www.apache.org/licenses/LICENSE-2.0
196+
http://www.apache.org/licenses/LICENSE-2.0
196197

197198
Unless required by applicable law or agreed to in writing, software
198199
distributed under the License is distributed on an "AS IS" BASIS,

docs/_static/custom.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
div#python2-eol {
22
border-color: red;
33
border-width: medium;
4-
}
4+
}
5+
6+
/* Ensure minimum width for 'Parameters' / 'Returns' column */
7+
dl.field-list > dt {
8+
min-width: 100px
9+
}

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-functions.git",
7-
"sha": "cb7c1046eaf4daaa03a49524aa95eafd34701ebd"
7+
"sha": "b0222c231a7aeed49324e3d3e88a75ea9bbef93d"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "373861061648b5fe5e0ac4f8a38b32d639ee93e4"
22+
"sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "373861061648b5fe5e0ac4f8a38b32d639ee93e4"
29+
"sha": "41a4e56982620d3edcf110d76f4fcdfdec471ac8"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)