google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

Update README to fix links and include package names. Currently only the `pretty name` is included in the list

Open parthea opened this issue 3 years ago • 4 comments

The title should include both the package name and the pretty name

https://github.com/googleapis/google-cloud-python/blob/c2da566a711b7b354346c901c49a83f1c49f570f/scripts/updateapilist.py#L36

parthea avatar Dec 13 '22 20:12 parthea

So are you looking for something like:

self.title = "${repo["package_name"]}${repo["name_pretty"].replace("Google ", "").replace("Cloud ", "")}"

atulep avatar Apr 13 '23 22:04 atulep

Related: #11147

vchudnov-g avatar Oct 05 '23 23:10 vchudnov-g

Bumping this to P1 because there is another issue where links on the README don't work

For example, the link for Analytics Admin points to https://github.com/googleapis/python-analytics-admin

parthea avatar Feb 02 '24 18:02 parthea

This should likely wait until #11147, since that addresses the GitHub action that generates the README and may subsume this issue. At the very least, changes there can be a starting point for any changes needed here.

vchudnov-g avatar May 06 '24 16:05 vchudnov-g

Closing as obsolete as the issue in https://github.com/googleapis/google-cloud-python/issues/10799#issuecomment-1924428083 is fixed.

parthea avatar Jun 11 '24 18:06 parthea