Kalman-and-Bayesian-Filters.../pdf
Roger Labbe 0d8036a109 Various typo and explanation fixes
Too many to mention. Read through several chapters and made changes
as I went. I've had people (correctly) question me on several points,
and pointing out typos.
2015-03-10 17:23:41 -07:00
..
__init__.py Moved book generation code into PDF directory 2015-01-27 09:06:21 -08:00
book_old.tplx Switched to IPython 3.0 format. 2015-03-02 16:48:52 -08:00
book_to_pdf.bat Moved book generation code into PDF directory 2015-01-27 09:06:21 -08:00
book.tplx Fixed formatting for PDF. 2015-03-03 18:46:19 -08:00
build_book Fixed formatting for PDF. 2015-03-03 18:46:19 -08:00
build_book_html.sh Moved book generation code into PDF directory 2015-01-27 09:06:21 -08:00
build_book.bat Added full ipynb and html for performance check. 2015-03-03 13:18:37 -08:00
build_html_ipynb.py Playing with html generation 2015-03-07 22:41:39 -08:00
clean_book Moved book generation code into PDF directory 2015-01-27 09:06:21 -08:00
clean_book.bat Moved book generation code into PDF directory 2015-01-27 09:06:21 -08:00
formatting.py Playing with html generation 2015-03-07 22:41:39 -08:00
html_book Added full ipynb and html for performance check. 2015-03-03 13:18:37 -08:00
html_build_book Playing with html generation 2015-03-07 22:41:39 -08:00
index.ipynb Playing with html generation 2015-03-07 22:41:39 -08:00
merge_book.py Playing with html generation 2015-03-07 22:41:39 -08:00
nbmerge.py Moved book generation code into PDF directory 2015-01-27 09:06:21 -08:00
readme.txt Various typo and explanation fixes 2015-03-10 17:23:41 -07:00
report_old.tplx Switched to IPython 3.0 format. 2015-03-02 16:48:52 -08:00
short_build_book Switched to IPython 3.0 format. 2015-03-02 16:48:52 -08:00
short_merge_book.py Fixed formatting for PDF. 2015-03-03 18:46:19 -08:00
to_pdf.py Fixed formatting for PDF. 2015-03-03 18:46:19 -08:00
update_pdf.sh added a pull before the push 2015-02-15 09:04:30 -08: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.