From 4f1558b12a13ffb433bf02b86a7a515cd37b589b Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Fri, 22 May 2015 12:44:05 -0700 Subject: [PATCH] Added link to PDF. I removed the PDF from the repository, but people still want the PDF. I put a copy on my google drive, and another on PDF archive. Not sure which, if either, I will maintain for the long term. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7a44891..70237cf 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,16 @@ The book is written as a collection of IPython Notebooks, an interactive, browse The preface available from the link above has all the information in this README and more, so feel free to follow the link now. +PDF Version +----- +I used to keep a PDF version of the book in this repository. However, git does not do well with binary blobs like that, and the repository was getting too big. I deleted it and it's history from git. I am now providing it in a couple of places; I haven't decided on a final home. + +On PDF-archive you can access it [here](http://document.li/ZS1b) + +From my google drive page you can acces it [here](https://drive.google.com/file/d/0By_SW19c1BfhSVFzNHc0SjduNzg/view?usp=sharing) + +The PDF will usually lag behind what is in github as I don't update it for every minor check in. + Downloading the book -----