Skip to content

Commit

Permalink
Docs: normalize use of support level badges (#6159)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
tseaver authored Oct 17, 2018
1 parent 1972ee1 commit 62a28d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/google-cloud-language/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Client for Google Cloud Natural Language
===============================================

|pypi| |versions|
|GA| |pypi| |versions|

The `Google Cloud Natural Language`_ API can be used to reveal the
structure and meaning of text via powerful machine
Expand All @@ -16,6 +16,8 @@ with your document storage on Google Cloud Storage.
- `Client Library Documentation`_
- `Product Documentation`_

.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-language.svg
:target: https://pypi.org/project/google-cloud-language/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-language.svg
Expand Down

0 comments on commit 62a28d0

Please sign in to comment.