From 95d9289ac3dc1ca2edae06619c82fe7a24d555f1 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 13 Jul 2022 21:50:35 -0400 Subject: [PATCH] chore(python): allow client documentation to be customized in README (#1484) --- synthtool/gcp/templates/python_library/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/python_library/README.rst b/synthtool/gcp/templates/python_library/README.rst index 2481b3935..ae047a2b8 100644 --- a/synthtool/gcp/templates/python_library/README.rst +++ b/synthtool/gcp/templates/python_library/README.rst @@ -15,7 +15,7 @@ Python Client for {{ metadata['repo']['name_pretty'] }} API .. |versions| image:: https://img.shields.io/pypi/pyversions/{{ metadata['repo']['distribution_name'] }}.svg :target: https://pypi.org/project/{{ metadata['repo']['distribution_name'] }}/ .. _{{ metadata['repo']['name_pretty'] }} API: {{ metadata['repo']['product_documentation'] }} -.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/{{ metadata['repo']['api_shortname'] }}/latest +.. _Client Library Documentation: {{ metadata['repo']['client_documentation'] }} .. _Product Documentation: {{ metadata['repo']['product_documentation'] }} Quick Start