chore: remove description_override (batch 10 - to google-maps-geocode)#16894
chore: remove description_override (batch 10 - to google-maps-geocode)#16894jskeet merged 3 commits intogoogleapis:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes description_override entries from the central librarian.yaml configuration and updates the corresponding api_description in individual package metadata and README files for numerous Google Cloud and Google Maps libraries. Feedback was provided regarding the use of raw HTML tags in reStructuredText files for the Video Transcoder library, which should be converted to standard RST link syntax for proper rendering.
| `Transcoder`_: This API converts video files into formats suitable for consumer | ||
| distribution. For more information, see the <a | ||
| href="https://cloud.google.com/transcoder/docs/concepts/overview">Transcoder | ||
| API overview</a>. |
There was a problem hiding this comment.
The description uses raw HTML tags, which are not standard reStructuredText and will likely not render correctly. It should be converted to RST link syntax.
| `Transcoder`_: This API converts video files into formats suitable for consumer | |
| distribution. For more information, see the <a | |
| href="https://cloud.google.com/transcoder/docs/concepts/overview">Transcoder | |
| API overview</a>. | |
| Transcoder_: This API converts video files into formats suitable for consumer | |
| distribution. For more information, see the Transcoder API overview <https://cloud.google.com/transcoder/docs/concepts/overview>_. |
| `Transcoder`_: This API converts video files into formats suitable for consumer | ||
| distribution. For more information, see the <a | ||
| href="https://cloud.google.com/transcoder/docs/concepts/overview">Transcoder | ||
| API overview</a>. |
There was a problem hiding this comment.
The description uses raw HTML tags, which are not standard reStructuredText. It should be converted to RST link syntax for better compatibility and rendering.
| `Transcoder`_: This API converts video files into formats suitable for consumer | |
| distribution. For more information, see the <a | |
| href="https://cloud.google.com/transcoder/docs/concepts/overview">Transcoder | |
| API overview</a>. | |
| Transcoder_: This API converts video files into formats suitable for consumer | |
| distribution. For more information, see the Transcoder API overview <https://cloud.google.com/transcoder/docs/concepts/overview>_. |
There was a problem hiding this comment.
This is automatically generated using the source of truth here:
38269ac to
f088133
Compare
No description provided.