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.
This commit is contained in:
Roger Labbe
2015-03-03 12:52:44 -08:00
parent e50f51987a
commit b32deadfa6
9 changed files with 167 additions and 423 deletions

View File

@@ -3,7 +3,8 @@
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 pdf..."
ipython nbconvert Kalman_and_Bayesian_Filters_in_Python.ipynb
echo "creating HTML..."
#ipython nbconvert Kalman_and_Bayesian_Filters_in_Python.ipynb