Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 4d264d9

Browse files
chore(python): allow client documentation to be customized in README (#426)
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 dd2257c commit 4d264d9

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/.OwlBot.lock.yaml

Lines 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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Python Client for Dialogflow CX API
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dialogflow-cx.svg
1616
:target: https://pypi.org/project/google-cloud-dialogflow-cx/
1717
.. _Dialogflow CX API: https://cloud.google.com/dialogflow/cx/docs
18-
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/dialogflow/latest
18+
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/dialogflow-cx/latest
1919
.. _Product Documentation: https://cloud.google.com/dialogflow/cx/docs
2020

2121
Quick Start
@@ -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)