Skip to content

Commit ca7f442

Browse files
authored
Add badges to GitHub README (#31)
* Remove historic 'Auto-detected dimensions' section from parameter_draws example This section documented auto-detection as if it were a new feature — it's now just how the package works. The table of row counts is redundant with the head() output shown immediately after in the workflow. * Add badge row to GitHub README Three rows of centered badges mimicking CausalPy's layout: - Row 1: PyPI version, MIT license, Python versions - Row 2: CI, Ruff, pre-commit - Row 3: GitHub Stars, total downloads, monthly downloads Includes <!-- docs-start --> marker so great-docs strips the GitHub-only badge section when building the docs site.
1 parent 5343da4 commit ca7f442

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
# tidydraws
1+
<div align="center">
2+
<a href="https://github.com/drbenvincent/tidydraws"><img width="40%" src="https://raw.githubusercontent.com/drbenvincent/tidydraws/main/docs/assets/logo.jpg"></a>
3+
</div>
4+
5+
----
6+
7+
<div align="center">
8+
[![PyPI Version](https://img.shields.io/pypi/v/tidydraws)](https://pypi.org/project/tidydraws/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Python](https://img.shields.io/pypi/pyversions/tidydraws.svg)](https://pypi.org/project/tidydraws/)
9+
10+
[![CI](https://github.com/drbenvincent/tidydraws/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/drbenvincent/tidydraws/actions/workflows/ci.yml) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
211

3-
![tidydraws logo](https://raw.githubusercontent.com/drbenvincent/tidydraws/main/docs/assets/logo.jpg)
12+
[![GitHub Stars](https://img.shields.io/github/stars/drbenvincent/tidydraws?style=flat)](https://github.com/drbenvincent/tidydraws) [![Downloads](https://static.pepy.tech/badge/tidydraws)](https://pepy.tech/project/tidydraws) [![PyPI Downloads](https://img.shields.io/pypi/dm/tidydraws)](https://pypi.org/project/tidydraws/)
13+
</div>
14+
15+
<!-- docs-start -->
16+
17+
# tidydraws
418

519
> A tidybayes-inspired data layer for declarative Bayesian visualisation in Python
620

0 commit comments

Comments
 (0)