From 260c46485d952f1e5237f0cd95e6304bfbd50e4e Mon Sep 17 00:00:00 2001 From: jenisys Date: Mon, 27 May 2024 11:30:43 +0200 Subject: [PATCH] README: Fix compact display of BADGES (was using multi-line) --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b909af7..b5f61d6 100644 --- a/README.rst +++ b/README.rst @@ -2,22 +2,23 @@ parse_type =============================================================================== -.. image:: https://github.com/jenisys/parse_type/actions/workflows/test.yml/badge.svg +.. |badge.CI_status| image:: https://github.com/jenisys/parse_type/actions/workflows/test.yml/badge.svg :target: https://github.com/jenisys/parse_type/actions/workflows/test.yml :alt: CI Build Status -.. image:: https://img.shields.io/pypi/v/parse_type.svg +.. |badge.latest_version| image:: https://img.shields.io/pypi/v/parse_type.svg :target: https://pypi.python.org/pypi/parse_type :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/parse_type.svg +.. |badge.downloads| image:: https://img.shields.io/pypi/dm/parse_type.svg :target: https://pypi.python.org/pypi/parse_type :alt: Downloads -.. image:: https://img.shields.io/pypi/l/parse_type.svg +.. |badge.license| image:: https://img.shields.io/pypi/l/parse_type.svg :target: https://pypi.python.org/pypi/parse_type/ :alt: License +|badge.CI_status| |badge.latest_version| |badge.license| |badge.downloads| `parse_type`_ extends the `parse`_ module (opposite of `string.format()`_) with the following features: