Kalman-and-Bayesian-Filters.../pdf/html_book
Roger Labbe b32deadfa6 Fixed heading numbers.
Some sections jumped from level 2 to level 4, for example.

Also played around with generating book to HTML. I like it, but
it needs some work. The Calico table of content generator cannot
deal with different headers with the same name, for example.

I want to go to HTML so I can use Bokeh to have interactive plots.
But that means no more PDF, because Bokeh will not export to
PDF.
2015-03-03 12:52:44 -08:00

11 lines
247 B
Bash
Executable File

#! /bin/bash
echo "merging book..."
python merge_book.py > Kalman_and_Bayesian_Filters_in_Python.ipynb
mv -f Kalman_and_Bayesian_Filters_in_Python.ipynb ..
echo "creating HTML..."
#ipython nbconvert Kalman_and_Bayesian_Filters_in_Python.ipynb