Skip to content

Commit

Permalink
Add compatibility check badges to READMEs. (#8288)
Browse files Browse the repository at this point in the history
  • Loading branch information
ylil93 authored and tseaver committed Jul 15, 2019
1 parent ca8de10 commit 7e60e34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/google-cloud-scheduler/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Client for Cloud Scheduler API
================================================

|GA| |pypi| |versions|
|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github|

`Cloud Scheduler API`_: Creates and manages jobs run on a regular recurring schedule.

Expand All @@ -14,6 +14,10 @@ Python Client for Cloud Scheduler API
:target: https://pypi.org/project/google-cloud-scheduler/
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-scheduler.svg
:target: https://pypi.org/project/google-cloud-scheduler/
.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-scheduler
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-scheduler
.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dscheduler
:target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dscheduler
.. _Cloud Scheduler API: https://cloud.google.com/scheduler
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/scheduler/index.html
.. _Product Documentation: https://cloud.google.com/scheduler
Expand Down

0 comments on commit 7e60e34

Please sign in to comment.