Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4d9a67f

Browse filesBrowse files
chore(python): allow client documentation to be customized in README (googleapis#114)
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 5d60fe9 commit 4d9a67f
Copy full SHA for 4d9a67f

File tree

Expand file treeCollapse file tree

2 files changed

+8
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-4
lines changed

‎.github/.OwlBot.lock.yaml

Copy file name to clipboardExpand all lines: .github/.OwlBot.lock.yaml
+2-2Lines changed: 2 additions & 2 deletions
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

Copy file name to clipboardExpand all lines: README.rst
+6-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.