Skip to content

Add badges to GitHub README - #31

Merged
drbenvincent merged 2 commits into
mainfrom
badges/add-github-badges
Jul 9, 2026
Merged

Add badges to GitHub README#31
drbenvincent merged 2 commits into
mainfrom
badges/add-github-badges

Conversation

@drbenvincent

Copy link
Copy Markdown
Owner

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.

…ws 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.
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.
@drbenvincent
drbenvincent merged commit ca7f442 into main Jul 9, 2026
8 checks passed
@drbenvincent
drbenvincent deleted the badges/add-github-badges branch July 9, 2026 21:59
drbenvincent added a commit that referenced this pull request Jul 9, 2026
PR #31 placed the first badge row directly under <div align="center">
with no blank line. GitHub's CommonMark renderer treats content
adjacent to an HTML block tag as raw HTML, so the PyPI/License/Python
badges displayed as literal text instead of rendering. The other rows
rendered because they had blank lines above them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant