docs: update the list of available APIs#16484
Open
yoshi-code-bot wants to merge 1 commit intogoogleapis:mainfrom
Open
docs: update the list of available APIs#16484yoshi-code-bot wants to merge 1 commit intogoogleapis:mainfrom
yoshi-code-bot wants to merge 1 commit intogoogleapis:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the README.rst file to include several new libraries, such as the API Client Generator, BigLake API, Data Lineage API, Geocoding API, and Sphinx DocFX YAML Generator, along with their respective PyPI link definitions. The review feedback highlights several instances where the new entries were not added in alphabetical order, both in the library table and the link definition section, which is necessary to maintain the document's consistency.
Comment on lines
+1072
to
+1077
| * - `BigLake API <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-biglake-hive>`_ | ||
| - preview | ||
| - |PyPI-google-cloud-biglake-hive| | ||
| - `API Issues <https://issuetracker.google.com/issues?q=componentid:187149>`_ | ||
| - `File an API Issue <https://issuetracker.google.com/issues/new?component=187149&template=1019829>`_ | ||
| - `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_ |
Contributor
Comment on lines
+1192
to
+1197
| * - `Data Lineage API <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-datacatalog-lineage-configmanagement>`_ | ||
| - preview | ||
| - |PyPI-google-cloud-datacatalog-lineage-configmanagement| | ||
| - `API Issues <https://issuetracker.google.com/issues?q=componentid:1530027>`_ | ||
| - `File an API Issue <https://issuetracker.google.com/issues/new?component=1530027>`_ | ||
| - `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_ |
Contributor
Comment on lines
+2059
to
+2060
| .. |PyPI-google-cloud-biglake-hive| image:: https://img.shields.io/pypi/v/google-cloud-biglake-hive.svg | ||
| :target: https://pypi.org/project/google-cloud-biglake-hive |
Contributor
Comment on lines
+2099
to
+2100
| .. |PyPI-google-cloud-datacatalog-lineage-configmanagement| image:: https://img.shields.io/pypi/v/google-cloud-datacatalog-lineage-configmanagement.svg | ||
| :target: https://pypi.org/project/google-cloud-datacatalog-lineage-configmanagement |
Contributor
Comment on lines
+2145
to
+2146
| .. |PyPI-google-maps-geocode| image:: https://img.shields.io/pypi/v/google-maps-geocode.svg | ||
| :target: https://pypi.org/project/google-maps-geocode |
Contributor
Comment on lines
+2251
to
+2252
| .. |PyPI-gcp-sphinx-docfx-yaml| image:: https://img.shields.io/pypi/v/gcp-sphinx-docfx-yaml.svg | ||
| :target: https://pypi.org/project/gcp-sphinx-docfx-yaml |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the list of available APIs in the README.