Roger Labbe 850c7fc0dd Reformat, and changes to work with IPython 6.0
After a new Anaconda install I was getting a lot of minor errors
in the notebooks. I've fixed all of those. Along the ways I altered
the format of the PDF output to exclude the In[] Out[] tags so the
code is indented less. I also altered the font size of the notebooks
to better match fonts in other pages on chrome.

FilterPy was updated to 1.1.0, and this check in requires that release
at the minimum.
2017-11-18 17:14:31 -08:00
..
2015-11-26 13:08:40 -08:00
2015-03-02 16:48:52 -08:00
2016-09-25 11:31:48 -07:00
2015-03-07 22:41:39 -08:00
2015-03-10 17:23:41 -07:00
2015-03-03 18:46:19 -08:00
2015-04-05 22:10:01 -07:00

This directory contains code to convert the book into the PDF file. The normal
build process is to cd into this directory, and run buil_book from the command
line. If the build is successful (no errors printed), then run clean_book from
the command line. clean_book is not run automatically because if there is an
error you probably need to look at the intermediate output to debug the issue.

I build the PDF my merging all of the notebooks into one huge one. I strip out
the initial cells for the book formatting and table of contents, and do a few
other things so it renders well in PDF.

There is some code to do the same from Windows (.bat files), but they are now
a bit out of date.

There is also some experimental code to convert to html.

The files with short in the name combine only a couple of notebooks together.
I use this to test the production without having to wait the relatively long
time required to produce the entire book. Mostly this is for testing the
scripts.

No one but me should need to run this stuff, but if you fork the project and
want to generate a PDF, this is how you do it.