Skip to content

Commit 8707c2a

Browse files
author
Bob "Wombat" Hogg
authored
docs(python): Use rst-style links in README template for python branches (#1487)
The Markdown-style links do not render as intended when viewed by GitHub.
1 parent 7336562 commit 8707c2a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

synthtool/gcp/templates/python_library/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)