Skip to content

Commit cc1aceb

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 becb209 commit cc1aceb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/google-cloud-vision/README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Python Client for Google Cloud Vision
22
=====================================
33

4-
|pypi| |versions|
4+
|beta| |pypi| |versions|
55

66
The `Google Cloud Vision`_ API enables developers to
77
understand the content of an image by encapsulating powerful machine
@@ -17,6 +17,8 @@ Storage.
1717
- `Client Library Documentation`_
1818
- `Product Documentation`_
1919

20+
.. |beta| image:: https://img.shields.io/badge/support-beta-silver.svg
21+
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
2022
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-vision.svg
2123
:target: https://pypi.org/project/google-cloud-vision/
2224
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-vision.svg

0 commit comments

Comments
 (0)