From 0320edf914d80c80de19fa6ab3517b3a3e079591 Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Tue, 30 Apr 2024 12:39:51 -0400 Subject: [PATCH] Ensure README badges are aligned instead of stacked --- README.rst | 28 ++++++++++++++++++---------- changes/170.doc.rst | 1 + 2 files changed, 19 insertions(+), 10 deletions(-) create mode 100644 changes/170.doc.rst diff --git a/README.rst b/README.rst index c0c3175..6187b7b 100644 --- a/README.rst +++ b/README.rst @@ -1,30 +1,38 @@ -.. image:: https://beeware.org/static/images/defaultlogo.png +.. |logo| image:: https://beeware.org/static/images/defaultlogo.png :width: 72px :target: https://beeware.org -Travertino -========== - -.. image:: https://img.shields.io/pypi/pyversions/travertino.svg +.. |pyversions| image:: https://img.shields.io/pypi/pyversions/travertino.svg :target: https://pypi.python.org/pypi/travertino + :alt: Python Versions -.. image:: https://img.shields.io/pypi/v/travertino.svg +.. |version| image:: https://img.shields.io/pypi/v/travertino.svg :target: https://pypi.python.org/pypi/travertino + :alt: Project version -.. image:: https://img.shields.io/pypi/status/travertino.svg +.. |maturity| image:: https://img.shields.io/pypi/status/travertino.svg :target: https://pypi.python.org/pypi/travertino + :alt: Project status -.. image:: https://img.shields.io/pypi/l/travertino.svg +.. |license| image:: https://img.shields.io/pypi/l/travertino.svg :target: https://github.com/beeware/travertino/blob/main/LICENSE + :alt: BSD License -.. image:: https://github.com/beeware/travertino/workflows/CI/badge.svg?branch=main +.. |ci| image:: https://github.com/beeware/travertino/workflows/CI/badge.svg?branch=main :target: https://github.com/beeware/travertino/actions :alt: Build Status -.. image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic +.. |social| image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic :target: https://beeware.org/bee/chat/ :alt: Discord server +|logo| + +Travertino +========== + +|pyversions| |version| |maturity| |license| |ci| |social| + Travertino is a set of constants and utilities for describing user interfaces, including: diff --git a/changes/170.doc.rst b/changes/170.doc.rst new file mode 100644 index 0000000..9f5196f --- /dev/null +++ b/changes/170.doc.rst @@ -0,0 +1 @@ +The README badges were updated to display correctly on GitHub.