Skip to content

Commit 700a1a8

Browse files
committed
Better documentation for KalmanFilter class
1 parent f5beb9c commit 700a1a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ linux-32/
1818
linux-64/
1919
osx-64/
2020
filterpy/kalman/i.py
21+
filterpy/inprogress.py
2122

docs/kalman/KalmanFilter.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ KalmanFilter
22
============
33

44
Implements a linear Kalman filter. For now the best documentation
5-
is my free book Kalman and Bayesian Filters in Python [1]_
5+
is my free book Kalman and Bayesian Filters in Python [2]_
66

77
The test files in this directory also give you a basic idea of use,
88
albeit without much description.
@@ -197,7 +197,7 @@ Use these if you are not a fan of objects.
197197
**References**
198198

199199

200-
.. [1] Labbe, Roger. "Kalman and Bayesian Filters in Python".
200+
.. [2] Labbe, Roger. "Kalman and Bayesian Filters in Python".
201201
202202
github repo:
203203
https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python

0 commit comments

Comments
 (0)