Edits for reorg

I moved book_format.py to the root directory so that all of the
notebooks do not need to modify the system path to import it. It
modifies the path on import so that all of the code in ./code can
then be accessed.

Altered links to nbviewer to account for no longer using subdirectories.
This commit is contained in:
Roger Labbe
2015-01-27 15:14:06 -08:00
parent 892d1c04ac
commit 33c745d997
30 changed files with 569 additions and 721 deletions

View File

@@ -7,6 +7,6 @@ python merge_book.py > Kalman_and_Bayesian_Filters_in_Python.ipynb
echo "creating pdf..."
ipython nbconvert --to latex --template book --post PDF Kalman_and_Bayesian_Filters_in_Python.ipynb
mv Kalman_and_Bayesian_Filters_in_Python ..
mv Kalman_and_Bayesian_Filters_in_Python.pdf ..
echo "done."