From 1316a220b0b178697da1b6881de6ade3d775440a Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Mon, 15 Sep 2014 20:47:43 -0700 Subject: [PATCH] Added note that book contains Readme info. Book duplicates the README file, no need to read it if you are going to the book. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37f5894..4bad402 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ You may access this book via nbviewer at any time by using this address: The quickest way to read the book is to read it online using the link above. The book is written as a collection of IPython Notebooks, an interactive, browser based system that allows you to combine text, Python, and math into your brower. The website http://nbviewer.org provides an IPython Notebook server that renders notebooks stored at github (or elsewhere). The rendering is done in real time when you load the book. If you read my book today, and then I make a change tomorrow, when you go back tomorrow you will see that change. Perhaps more importantly, the book uses animations to demonstrate how the algorithms perform over time. The PDF version of the book, discussed in the next paragraph, cannot show the animations. +The preface available from the link above has all the information in this README and more, so feel free to follow the link now. + I periodically generate a PDF of the book from the Notebooks. I do not do this for every check in, so the PDF will usually lag the content in github and on nbviewer.org. However, I do generate it whenever I make a substantial change. [*PDF Version of the book*](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/blob/master/Kalman_and_Bayesian_Filters_in_Python.pdf)