Skip to content

Commit ef3940a

Browse files
authored
chore: remove product_documentation_override from librarian.yaml (#16810)
For handwritten libraries, this only affects .repo-metadata.json For generated libraries, the link may change, but should still be appropriate, and must exist so that the rst file is valid. Towards #5466
1 parent 84f15e3 commit ef3940a

348 files changed

Lines changed: 1018 additions & 1159 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

librarian.yaml

Lines changed: 1 addition & 134 deletions
Large diffs are not rendered by default.

packages/bigframes/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"library_type": "INTEGRATION",
88
"name": "bigframes",
99
"name_pretty": "A unified Python API in BigQuery",
10-
"product_documentation": "https://cloud.google.com/bigquery",
1110
"release_level": "stable",
1211
"repo": "googleapis/google-cloud-python"
1312
}

packages/bigquery-magics/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"library_type": "INTEGRATION",
77
"name": "bigquery-magics",
88
"name_pretty": "Google BigQuery connector for Jupyter and IPython",
9-
"product_documentation": "https://cloud.google.com/bigquery",
109
"release_level": "preview",
1110
"repo": "googleapis/google-cloud-python"
1211
}

packages/db-dtypes/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"library_type": "INTEGRATION",
66
"name": "db-dtypes",
77
"name_pretty": "Pandas Data Types for SQL systems (BigQuery, Spanner)",
8-
"product_documentation": "https://pandas.pydata.org/pandas-docs/stable/ecosystem.html#ecosystem-extensions",
98
"release_level": "stable",
109
"repo": "googleapis/google-cloud-python"
1110
}

packages/gcp-sphinx-docfx-yaml/.repo-metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"library_type": "OTHER",
77
"name": "gcp-sphinx-docfx-yaml",
88
"name_pretty": "Sphinx DocFX YAML Generator",
9-
"product_documentation": "https://github.com/googleapis/sphinx-docfx-yaml",
109
"release_level": "stable",
1110
"repo": "googleapis/google-cloud-python"
1211
}

packages/google-apps-chat/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"library_type": "GAPIC_AUTO",
1111
"name": "google-apps-chat",
1212
"name_pretty": "Chat API",
13-
"product_documentation": "https://developers.google.com/chat/",
13+
"product_documentation": "https://developers.google.com/chat/concepts",
1414
"release_level": "preview",
1515
"repo": "googleapis/google-cloud-python"
1616
}

packages/google-apps-chat/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ messages.
1616
:target: https://pypi.org/project/google-apps-chat/
1717
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-apps-chat.svg
1818
:target: https://pypi.org/project/google-apps-chat/
19-
.. _Chat API: https://developers.google.com/chat/
19+
.. _Chat API: https://developers.google.com/chat/concepts
2020
.. _Client Library Documentation: https://googleapis.dev/python/google-apps-chat/latest
21-
.. _Product Documentation: https://developers.google.com/chat/
21+
.. _Product Documentation: https://developers.google.com/chat/concepts
2222

2323
Quick Start
2424
-----------
@@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps:
3232

3333
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3434
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
35-
.. _Enable the Chat API.: https://developers.google.com/chat/
35+
.. _Enable the Chat API.: https://developers.google.com/chat/concepts
3636
.. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
3737

3838
Installation
@@ -106,7 +106,7 @@ Next Steps
106106
- View this `README`_ to see the full list of Cloud
107107
APIs that we cover.
108108

109-
.. _Chat API Product documentation: https://developers.google.com/chat/
109+
.. _Chat API Product documentation: https://developers.google.com/chat/concepts
110110
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
111111

112112
Logging

packages/google-apps-chat/docs/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ messages.
1616
:target: https://pypi.org/project/google-apps-chat/
1717
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-apps-chat.svg
1818
:target: https://pypi.org/project/google-apps-chat/
19-
.. _Chat API: https://developers.google.com/chat/
19+
.. _Chat API: https://developers.google.com/chat/concepts
2020
.. _Client Library Documentation: https://googleapis.dev/python/google-apps-chat/latest
21-
.. _Product Documentation: https://developers.google.com/chat/
21+
.. _Product Documentation: https://developers.google.com/chat/concepts
2222

2323
Quick Start
2424
-----------
@@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps:
3232

3333
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3434
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
35-
.. _Enable the Chat API.: https://developers.google.com/chat/
35+
.. _Enable the Chat API.: https://developers.google.com/chat/concepts
3636
.. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
3737

3838
Installation
@@ -106,7 +106,7 @@ Next Steps
106106
- View this `README`_ to see the full list of Cloud
107107
APIs that we cover.
108108

109-
.. _Chat API Product documentation: https://developers.google.com/chat/
109+
.. _Chat API Product documentation: https://developers.google.com/chat/concepts
110110
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
111111

112112
Logging

packages/google-cloud-access-approval/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"library_type": "GAPIC_AUTO",
1010
"name": "accessapproval",
1111
"name_pretty": "Access Approval",
12-
"product_documentation": "https://cloud.google.com/access-approval",
12+
"product_documentation": "https://cloud.google.com/access-approval/docs",
1313
"release_level": "stable",
1414
"repo": "googleapis/google-cloud-python"
1515
}

packages/google-cloud-access-approval/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Python Client for Access Approval
1414
:target: https://pypi.org/project/google-cloud-access-approval/
1515
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-access-approval.svg
1616
:target: https://pypi.org/project/google-cloud-access-approval/
17-
.. _Access Approval: https://cloud.google.com/access-approval
17+
.. _Access Approval: https://cloud.google.com/access-approval/docs
1818
.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/accessapproval/latest/summary_overview
19-
.. _Product Documentation: https://cloud.google.com/access-approval
19+
.. _Product Documentation: https://cloud.google.com/access-approval/docs
2020

2121
Quick Start
2222
-----------
@@ -30,7 +30,7 @@ In order to use this library, you first need to go through the following steps:
3030

3131
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
3232
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
33-
.. _Enable the Access Approval.: https://cloud.google.com/access-approval
33+
.. _Enable the Access Approval.: https://cloud.google.com/access-approval/docs
3434
.. _Set up Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
3535

3636
Installation
@@ -104,7 +104,7 @@ Next Steps
104104
- View this `README`_ to see the full list of Cloud
105105
APIs that we cover.
106106

107-
.. _Access Approval Product documentation: https://cloud.google.com/access-approval
107+
.. _Access Approval Product documentation: https://cloud.google.com/access-approval/docs
108108
.. _README: https://github.com/googleapis/google-cloud-python/blob/main/README.rst
109109

110110
Logging

0 commit comments

Comments
 (0)