Skip to content

Commit

Permalink
docs: Use a consistent badge theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Abogical committed Sep 6, 2024
1 parent 41fcb21 commit c92cec5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symbolic Constraints

[![PyPI - Version](https://img.shields.io/pypi/v/symconstraints.svg)](https://pypi.org/project/symconstraints)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/symconstraints.svg)](https://pypi.org/project/symconstraints)
[![PyPI - Version](https://img.shields.io/pypi/v/symconstraints.svg?style=for-the-badge)](https://pypi.org/project/symconstraints)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/symconstraints.svg?style=for-the-badge)](https://pypi.org/project/symconstraints)
[![CI Test Status](https://img.shields.io/github/actions/workflow/status/abogical/symconstraints/tests.yaml?branch=main&label=tests&style=for-the-badge)](https://github.com/Abogical/symconstraints/actions/workflows/tests.yaml?query=branch%3Amain)

Website: https://abogical.github.io/symconstraints/
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Symbolic Constraints

[![PyPI - Version](https://img.shields.io/pypi/v/symconstraints.svg)](https://pypi.org/project/symconstraints)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/symconstraints.svg)](https://pypi.org/project/symconstraints)
[![PyPI - Version](https://img.shields.io/pypi/v/symconstraints.svg?style=for-the-badge)](https://pypi.org/project/symconstraints)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/symconstraints.svg?style=for-the-badge)](https://pypi.org/project/symconstraints)
[![CI Test Status](https://img.shields.io/github/actions/workflow/status/abogical/symconstraints/tests.yaml?branch=main&label=tests&style=for-the-badge)](https://github.com/Abogical/symconstraints/actions/workflows/tests.yaml?query=branch%3Amain)

Validate and impute your dataset with mathematical expressions.
Expand Down

0 comments on commit c92cec5

Please sign in to comment.