Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 0004d0c

Browse files
committed
fix badge
1 parent 89acc7b commit 0004d0c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ idesolver
77
.. image:: https://readthedocs.org/projects/idesolver/badge/?version=latest
88
:target: https://idesolver.readthedocs.io/en/latest/?badge=latest
99

10-
.. image:: https://img.shields.io/pypi/v/idesolver :alt: PyPI
10+
.. image:: https://img.shields.io/pypi/v/idesolver
11+
:alt: PyPI
1112

1213
.. image:: https://codecov.io/gh/JoshKarpel/idesolver/branch/master/graph/badge.svg
1314
:target: https://codecov.io/gh/JoshKarpel/idesolver
1415

1516
.. image:: https://results.pre-commit.ci/badge/github/JoshKarpel/idesolver/master.svg
16-
:target: https://results.pre-commit.ci/latest/github/JoshKarpel/idesolver/master
17-
:alt: pre-commit.ci status
17+
:target: https://results.pre-commit.ci/latest/github/JoshKarpel/idesolver/master
18+
:alt: pre-commit.ci status
1819

1920
A general purpose numeric integro-differential equation (IDE) solver, based on an iterative scheme devised by `Gelmi and Jorquera <https://doi.org/10.1016/j.cpc.2013.09.008>`_.
2021
IDEs appear in many contexts, particularly when trying to describe a system whose current behavior depends on its own history.

0 commit comments

Comments
 (0)