Skip to content

Commit

Permalink
fix badge
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel committed Nov 19, 2020
1 parent 89acc7b commit 0004d0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ idesolver
.. image:: https://readthedocs.org/projects/idesolver/badge/?version=latest
:target: https://idesolver.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/pypi/v/idesolver :alt: PyPI
.. image:: https://img.shields.io/pypi/v/idesolver
:alt: PyPI

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

.. image:: https://results.pre-commit.ci/badge/github/JoshKarpel/idesolver/master.svg
:target: https://results.pre-commit.ci/latest/github/JoshKarpel/idesolver/master
:alt: pre-commit.ci status
:target: https://results.pre-commit.ci/latest/github/JoshKarpel/idesolver/master
:alt: pre-commit.ci status

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>`_.
IDEs appear in many contexts, particularly when trying to describe a system whose current behavior depends on its own history.
Expand Down

0 comments on commit 0004d0c

Please sign in to comment.