From 45aab7cedb1e0eb03938d17e78629d39cddb2bc4 Mon Sep 17 00:00:00 2001 From: Joshua Fehler Date: Wed, 29 May 2024 19:27:21 -0400 Subject: [PATCH] fix: Badge alignment in readme --- README.rst | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 17e47d802..cdbed8043 100644 --- a/README.rst +++ b/README.rst @@ -4,27 +4,29 @@ splinter Splinter is a Python framework that provides a simple and consistent interface for web application automation. -.. image:: https://img.shields.io/pypi/v/splinter.svg - :target: https://pypi.org/project/splinter - :alt: PyPI +.. |pypi| image:: https://img.shields.io/pypi/v/splinter.svg + :target: https://pypi.org/project/splinter + :alt: PyPI -.. image:: https://img.shields.io/pypi/pyversions/splinter.svg - :alt: PyPI - Python Version - :target: https://github.com/cobrateam/splinter +.. |pypi_version| image:: https://img.shields.io/pypi/pyversions/splinter.svg + :alt: PyPI - Python Version + :target: https://github.com/cobrateam/splinter -.. image:: https://img.shields.io/github/license/cobrateam/splinter.svg - :alt: GitHub - :target: https://github.com/cobrateam/splinter/blob/master/LICENSE +.. |license| image:: https://img.shields.io/github/license/cobrateam/splinter.svg + :alt: License + :target: https://github.com/cobrateam/splinter/blob/master/LICENSE -.. image:: https://github.com/cobrateam/splinter/actions/workflows/main.yml/badge.svg - :target: https://github.com/cobrateam/splinter/actions/workflows/main.yml - :alt: Build status +.. |build| image:: https://github.com/cobrateam/splinter/actions/workflows/main.yml/badge.svg + :target: https://github.com/cobrateam/splinter/actions/workflows/main.yml + :alt: Build status +|pypi| |pypi_version| |license| |build| * `Documentation `_ * `Changelog `_ + Key features: - Easy to learn: The API is designed to be intuitive and quick to pick up.