From 8b882ca3c994f9b3fce7cd95bd927dec17e5ce38 Mon Sep 17 00:00:00 2001 From: SimonIT Date: Mon, 10 Aug 2020 16:24:00 +0200 Subject: [PATCH 1/4] Add some fancy badges --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 4e93b92..9becee1 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,7 @@ +.. image:: https://img.shields.io/pypi/v/markdownify :alt: PyPI +.. image:: https://img.shields.io/pypi/l/markdownify :alt: PyPI - License +.. image:: https://img.shields.io/pypi/dm/markdownify :alt: PyPI - Downloads + Installation ============ From 28d7a22da3710310182850bd3d4350eab7aea699 Mon Sep 17 00:00:00 2001 From: SimonIT Date: Mon, 10 Aug 2020 17:42:18 +0200 Subject: [PATCH 2/4] Remove alt because it makes some trouble --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9becee1..2769146 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -.. image:: https://img.shields.io/pypi/v/markdownify :alt: PyPI -.. image:: https://img.shields.io/pypi/l/markdownify :alt: PyPI - License -.. image:: https://img.shields.io/pypi/dm/markdownify :alt: PyPI - Downloads +.. image:: https://img.shields.io/pypi/v/markdownify +.. image:: https://img.shields.io/pypi/l/markdownify +.. image:: https://img.shields.io/pypi/dm/markdownify Installation ============ From 04711027e639c699b1fddc79c8b5faaf3665a1e4 Mon Sep 17 00:00:00 2001 From: SimonIT Date: Thu, 13 Aug 2020 20:11:18 +0200 Subject: [PATCH 3/4] Replace downloads badge --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2769146..299d214 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ .. image:: https://img.shields.io/pypi/v/markdownify .. image:: https://img.shields.io/pypi/l/markdownify -.. image:: https://img.shields.io/pypi/dm/markdownify +.. image:: https://pepy.tech/badge/markdownify Installation ============ From a4461161bc6a2c1860d825aaa64c2a04bfbf5c53 Mon Sep 17 00:00:00 2001 From: SimonIT Date: Wed, 19 Aug 2020 10:06:21 +0200 Subject: [PATCH 4/4] Make badges inline --- README.rst | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 299d214..4d21411 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,20 @@ -.. image:: https://img.shields.io/pypi/v/markdownify -.. image:: https://img.shields.io/pypi/l/markdownify -.. image:: https://pepy.tech/badge/markdownify +|build| |version| |license| |downloads| + +.. |build| image:: https://img.shields.io/github/workflow/status/matthewwithanm/python-markdownify/Python%20application/develop + :alt: GitHub Workflow Status + :target: https://github.com/matthewwithanm/python-markdownify/actions?query=workflow%3A%22Python+application%22 + +.. |version| image:: https://img.shields.io/pypi/v/markdownify + :alt: Pypi version + :target: https://pypi.org/project/markdownify/ + +.. |license| image:: https://img.shields.io/pypi/l/markdownify + :alt: License + :target: https://github.com/matthewwithanm/python-markdownify/blob/develop/LICENSE + +.. |downloads| image:: https://pepy.tech/badge/markdownify + :alt: Pypi Downloads + :target: https://pepy.tech/project/markdownify Installation ============