Skip to content

Commit 0fec052

Browse files
committed
Add badges to README.md
1 parent 5ff193f commit 0fec052

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# `fineslice`
2+
[![Build](https://github.com/nx10/fineslice/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/nx10/fineslice/actions/workflows/test.yaml?query=branch%3Amain)
3+
[![codecov](https://codecov.io/gh/nx10/fineslice/branch/main/graph/badge.svg?token=22HWWFWPW5)](https://codecov.io/gh/nx10/fineslice)
4+
[![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)
5+
![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)
6+
[![BSD 3-Clause License](https://img.shields.io/badge/license-BSD_3--Clause-blue.svg)](https://github.com/nx10/fineslice/blob/main/LICENSE)
7+
[![pages](https://img.shields.io/badge/api-docs-blue)](https://childmindresearch.github.io/template-python-repository)
28

39
`fineslice` is a lightweight sampler for 3D-affine transformed images (commonly used in neuroscience) implemented in
410
pure Python + NumPy.

0 commit comments

Comments
 (0)