From 3d3952d947cd9d6bc2ae94c50cb9574ad7d8204a Mon Sep 17 00:00:00 2001 From: Eliot Robson Date: Thu, 27 Jun 2024 21:33:46 -0500 Subject: [PATCH] Add pyOpenSci review badge to docs --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 4f6fae75..b0dd2e31 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,7 @@ [![tests](https://github.com/caleb531/automata/actions/workflows/tests.yml/badge.svg)](https://github.com/caleb531/automata/actions/workflows/tests.yml) [![Coverage Status](https://coveralls.io/repos/caleb531/automata/badge.svg?branch=main)](https://coveralls.io/r/caleb531/automata?branch=main) [![status](https://joss.theoj.org/papers/fe4d8521383598038e38bc0c948718af/status.svg)](https://joss.theoj.org/papers/fe4d8521383598038e38bc0c948718af) +[![pyOpenSci](https://tinyurl.com/y22nb8up)](https://github.com/pyOpenSci/software-submission/issues/152) Automata is a Python 3 library implementing structures and algorithms for manipulating finite automata,