Skip to content

Commit 8f192d5

Browse files
committed
Added appendixes back to the PDF version.
1 parent 9a22c67 commit 8f192d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pdf/merge_book.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ def merge_notebooks(outfile, filenames):
5050
'../13_Adaptive_Filtering.ipynb',
5151
'../Appendix_A_Installation.ipynb',
5252
'../Appendix_B_Symbols_and_Notations.ipynb',
53-
'../Appendix_C_Walking_Through_KF_Code.ipynb'])
53+
'../Appendix_C_Walking_Through_KF_Code.ipynb',
54+
'../Appendix_D_HInfinity_Filters.ipynb',
55+
'../Appendix_E_Ensemble_Kalman_Filters.ipynb'])

0 commit comments

Comments
 (0)