Skip to content

Commit d25ef12

Browse files
authored
Merge pull request #584 from bnavigator/readme-badges
replace Travis badge with GHA workflows, add PyPI and conda badges
2 parents 283f5e7 + 8929dd2 commit d25ef12

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
.. image:: https://travis-ci.org/python-control/python-control.svg?branch=master
2-
:target: https://travis-ci.org/python-control/python-control
3-
.. image:: https://coveralls.io/repos/python-control/python-control/badge.png
1+
.. image:: https://anaconda.org/conda-forge/control/badges/version.svg
2+
:target: https://anaconda.org/conda-forge/control
3+
4+
.. image:: https://img.shields.io/pypi/v/control.svg
5+
  :target: https://pypi.org/project/control/
6+
7+
.. image:: https://github.com/python-control/python-control/actions/workflows/python-package-conda.yml/badge.svg
8+
:target: https://github.com/python-control/python-control/actions/workflows/python-package-conda.yml
9+
10+
.. image:: https://github.com/python-control/python-control/actions/workflows/install_examples.yml/badge.svg
11+
:target: https://github.com/python-control/python-control/actions/workflows/install_examples.yml
12+
13+
.. image:: https://github.com/python-control/python-control/actions/workflows/control-slycot-src.yml/badge.svg
14+
:target: https://github.com/python-control/python-control/actions/workflows/control-slycot-src.yml
15+
16+
.. image:: https://coveralls.io/repos/python-control/python-control/badge.svg
417
:target: https://coveralls.io/r/python-control/python-control
518

619
Python Control Systems Library

0 commit comments

Comments
 (0)