From d9a0f8784f61152f5ff643955cb4f341acca823d Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Sun, 8 Sep 2019 08:45:47 -0700 Subject: [PATCH] Hide the original repo's badges (for now) --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 1b38b49..f23b38c 100644 --- a/README.rst +++ b/README.rst @@ -3,19 +3,19 @@ python-adb .. image:: https://coveralls.io/repos/github/JeffLIrion/python-adb/badge.svg?branch=documentation - :target: https://coveralls.io/github/JeffLIrion/python-adb?branch=documentation + :target: https://coveralls.io/github/JeffLIrion/python-adb?branch=documentation .. image:: https://travis-ci.com/JeffLIrion/python-adb.svg?branch=documentation - :target: https://travis-ci.com/JeffLIrion/python-adb + :target: https://travis-ci.com/JeffLIrion/python-adb -.. image:: https://coveralls.io/repos/github/google/python-adb/badge.svg?branch=master - :target: https://coveralls.io/github/google/python-adb?branch=master - :alt: Coverage Status +.. .. image:: https://coveralls.io/repos/github/google/python-adb/badge.svg?branch=master +.. :target: https://coveralls.io/github/google/python-adb?branch=master +.. :alt: Coverage Status -.. image:: https://travis-ci.org/google/python-adb.svg?branch=master - :target: https://travis-ci.org/google/python-adb - :alt: Build Status +.. .. image:: https://travis-ci.org/google/python-adb.svg?branch=master +.. :target: https://travis-ci.org/google/python-adb +.. :alt: Build Status **Documentation:** https://python-adb.readthedocs.io/