Trying to get badge to work

This commit is contained in:
Roger Labbe 2015-10-03 15:39:41 -07:00
parent f967839ff1
commit b37a7d9895

View File

@ -78,8 +78,8 @@ This is admittedly a somewhat cumbersome interface to a book; I am following in
Companion Software
-----
.. image:: https://img.shields.io/pypi/v/filterpy.svg
:target: https://pypi.python.org/pypi/filterpy
https://img.shields.io/pypi/v/filterpy.svg
All of the filters used in this book as well as others not in this book are implemented in my Python library FilterPy, available [here](https://github.com/rlabbe/filterpy). You do not need to download or install this to read the book, but you will likely want to use this library to write your own filters. It includes Kalman filters, Fading Memory filters, H infinity filters, Extended and Unscented filters, least square filters, and many more. It also includes helper routines that simplify the designing the matrices used by some of the filters, and other code such as Kalman based smoothers.