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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user