Skip to content

Commit

Permalink
Add / fix badges for PyPI / versions. (#6158)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Oct 17, 2018
1 parent 5fb1a64 commit 014d976
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions packages/google-cloud-dlp/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Python Client for Cloud Data Loss Prevention (DLP) API (`Alpha`_)
=================================================================

|pypi| |versions|

`Cloud Data Loss Prevention (DLP) API`_: Provides methods for detection, risk analysis, and de-identification of
privacy-sensitive fragments in text, images, and Google Cloud Platform
storage repositories.
Expand All @@ -9,6 +11,10 @@ storage repositories.
- `Product Documentation`_

.. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dlp.svg
:target: https://pypi.org/project/google-cloud-dlp/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dlp.svg
:target: https://pypi.org/project/google-cloud-dlp/
.. _Cloud Data Loss Prevention (DLP) API: https://cloud.google.com/dlp
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/dlp/index.html
.. _Product Documentation: https://cloud.google.com/dlp
Expand Down Expand Up @@ -89,12 +95,7 @@ DlpServiceClient
Next Steps
~~~~~~~~~~

- Read the `Client Library Documentation`_ for Cloud Data Loss Prevention (DLP) API
API to see other available methods on the client.
- Read the `Cloud Data Loss Prevention (DLP) API Product documentation`_ to learn
more about the product and see How-to Guides.
- View this `repository’s main README`_ to see the full list of Cloud
APIs that we cover.

.. _Cloud Data Loss Prevention (DLP) API Product documentation: https://cloud.google.com/dlp
.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst
- Read the `Client Library Documentation`_ for Cloud Data Loss Prevention
(DLP) API to see other available methods on the client.
- Read the `Product documentation`_ to
learn more about the product and see How-to Guides.

0 comments on commit 014d976

Please sign in to comment.