Skip to content

Commit 76ae35c

Browse files
chore(python): allow client documentation to be customized in README (googleapis#4)
Source-Link: googleapis/synthtool@95d9289 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c8878270182edaab99f2927969d4f700c3af265accd472c3425deedff2b7fd93 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent ea7cbd8 commit 76ae35c

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

packages/google-cloud-batch/.github/.OwlBot.lock.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# http://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
1514
docker:
1615
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
17-
digest: sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c
16+
digest: sha256:c8878270182edaab99f2927969d4f700c3af265accd472c3425deedff2b7fd93
17+
# created: 2022-07-14T01:58:16.015625351Z

packages/google-cloud-batch/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,22 @@ Code samples and snippets live in the `samples/` folder.
5555

5656
Supported Python Versions
5757
^^^^^^^^^^^^^^^^^^^^^^^^^
58-
Our client libraries are compatible with all current [active](https://devguide.python.org/devcycle/#in-development-main-branch) and [maintenance](https://devguide.python.org/devcycle/#maintenance-branches) versions of
58+
Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
5959
Python.
6060

6161
Python >= 3.7
6262

63+
.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
64+
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
65+
6366
Unsupported Python Versions
6467
^^^^^^^^^^^^^^^^^^^^^^^^^^^
6568
Python <= 3.6
6669

67-
If you are using an [end-of-life](https://devguide.python.org/devcycle/#end-of-life-branches)
70+
If you are using an `end-of-life`_
6871
version of Python, we recommend that you update as soon as possible to an actively supported version.
6972

73+
.. _end-of-life: https://devguide.python.org/devcycle/#end-of-life-branches
7074

7175
Mac/Linux
7276
^^^^^^^^^

0 commit comments

Comments
 (0)