Skip to content

Commit f988923

Browse files
chore(python): allow client documentation to be customized in README (googleapis#100)
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 1d764df commit f988923

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c
17-
# created: 2022-07-05T18:31:20.838186805Z
16+
digest: sha256:c8878270182edaab99f2927969d4f700c3af265accd472c3425deedff2b7fd93
17+
# created: 2022-07-14T01:58:16.015625351Z

README.rst

+6-2
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)