From e76698dd334be86ca0c2e02f740440e216f7e0ab Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Sun, 30 Nov 2014 22:59:39 -0800 Subject: [PATCH] Link to nbconverter and PDF at top of README. This is mostly so that I the github.io page, which uses the README, has a ready link to the PDF. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 66b68f4..3e9a3a0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[*Read Online Now*](http://nbviewer.ipython.org/github/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/table_of_contents.ipynb) + +[Online PDF Version](http://rlabbe.github.io/Kalman-and-Bayesian-Filters-in-Python/Kalman_and_Bayesian_Filters_in_Python.pdf) + + Introductory textbook for Kalman filters and Bayesian filters. All code is written in Python, and the book itself is written in IPython Notebook so that you can run and modify the code in the book in place, seeing the results inside the book. What better way to learn? ![alt tag](https://raw.githubusercontent.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/master/05_Kalman_Filters/dog_track.gif)