Skip to content

Commit a20be21

Browse files
authored
Docs: normalize use of support level badges (#6159)
* Remove badges for deprecated umbrella 'google-cloud' package. * Clarify support levels. - Add explicit section to support linking from sub-package README badges. - Move explanatory text for a support level above the list of packages at that level. * Normalize use of support-level badges in READMEs. - Note that 'error_reporting/README.rst' and 'monitoring/README.rst' are undergoing other edits; they are left out here to avoid conflicts. * Use 'General Avaialblity' for support level. Fix linkx in related API READMEs. * Fix links for alpha support in API READMEs. * Fix links for beta support in API READMEs.
1 parent 6d3e91e commit a20be21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/google-cloud-bigtable/README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
Python Client for Google Cloud Bigtable (`Beta`_)
2-
==================================================
3-
4-
|pypi| |versions|
1+
Python Client for Google Cloud Bigtable
2+
=======================================
53

4+
|beta| |pypi| |versions|
65

76
`Google Cloud Bigtable`_ is Google's NoSQL Big Data database service. It's the
87
same database that powers many core Google services, including Search,
@@ -11,7 +10,8 @@ Analytics, Maps, and Gmail.
1110
- `Client Library Documentation`_
1211
- `Product Documentation`_
1312

14-
.. _Beta: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
13+
.. |beta| image:: https://img.shields.io/badge/support-beta-silver.svg
14+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
1515
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bigtable.svg
1616
:target: https://pypi.org/project/google-cloud-bigtable/
1717
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigtable.svg

0 commit comments

Comments
 (0)