Skip to content

Commit 647f5c7

Browse files
committed
Refactor README layout for improved readability and organization
1 parent 59db978 commit 647f5c7

1 file changed

Lines changed: 21 additions & 7 deletions

File tree

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,28 @@
44
</p>
55

66
<h1 align="center">mesa-frames</h1>
7-
<!-- markdownlint-enable MD033 -->
87

9-
| | |
10-
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
11-
| CI/CD | [![CI Checks](https://github.com/mesa/mesa-frames/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/mesa/mesa-frames/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/mesa/mesa-frames/branch/main/graph/badge.svg)](https://app.codecov.io/gh/mesa/mesa-frames) |
12-
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/mesa-frames.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/mesa-frames/) [![PyPI - Downloads](https://img.shields.io/pypi/dm/mesa-frames.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/mesa-frames/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mesa-frames.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/mesa-frames/) |
13-
| Meta | [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://docs.astral.sh/ruff/) [![formatter - Ruff](https://img.shields.io/badge/formatter-Ruff-0f172a?logo=ruff&logoColor=white)](https://docs.astral.sh/ruff/formatter/) [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![Managed with uv](https://img.shields.io/badge/managed%20with-uv-5a4fcf?logo=uv&logoColor=white)](https://github.com/astral-sh/uv) |
14-
| Chat | [![chat](https://img.shields.io/matrix/project-mesa:matrix.org?label=chat&logo=Matrix)](https://matrix.to/#/#project-mesa:matrix.org) |
8+
<div align="center">
9+
<table>
10+
<tr>
11+
<td align="right"><strong>CI/CD</strong></td>
12+
<td><a href="https://github.com/mesa/mesa-frames/actions/workflows/build.yml"><img src="https://github.com/mesa/mesa-frames/actions/workflows/build.yml/badge.svg?branch=main" alt="CI Checks"></a> <a href="https://app.codecov.io/gh/mesa/mesa-frames"><img src="https://codecov.io/gh/mesa/mesa-frames/branch/main/graph/badge.svg" alt="codecov"></a></td>
13+
</tr>
14+
<tr>
15+
<td align="right"><strong>Package</strong></td>
16+
<td><a href="https://pypi.org/project/mesa-frames/"><img src="https://img.shields.io/pypi/v/mesa-frames.svg?logo=pypi&label=PyPI&logoColor=gold" alt="PyPI - Version"></a> <a href="https://pypi.org/project/mesa-frames/"><img src="https://img.shields.io/pypi/dm/mesa-frames.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold" alt="PyPI - Downloads"></a> <a href="https://pypi.org/project/mesa-frames/"><img src="https://img.shields.io/pypi/pyversions/mesa-frames.svg?logo=python&label=Python&logoColor=gold" alt="PyPI - Python Version"></a></td>
17+
</tr>
18+
<tr>
19+
<td align="right"><strong>Meta</strong></td>
20+
<td><a href="https://docs.astral.sh/ruff/"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="linting - Ruff"></a> <a href="https://docs.astral.sh/ruff/formatter/"><img src="https://img.shields.io/badge/formatter-Ruff-0f172a?logo=ruff&logoColor=white" alt="formatter - Ruff"></a> <a href="https://github.com/pypa/hatch"><img src="https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg" alt="Hatch project"></a> <a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/badge/managed%20with-uv-5a4fcf?logo=uv&logoColor=white" alt="Managed with uv"></a></td>
21+
</tr>
22+
<tr>
23+
<td align="right"><strong>Chat</strong></td>
24+
<td><a href="https://matrix.to/#/#project-mesa:matrix.org"><img src="https://img.shields.io/matrix/project-mesa:matrix.org?label=chat&logo=Matrix" alt="chat"></a></td>
25+
</tr>
26+
</table>
27+
</div>
28+
<!-- markdownlint-enable MD033 -->
1529

1630
---
1731

0 commit comments

Comments
 (0)