Fixed PDF output; blank Particle filter chapter.
The PDF was not setting the Preface as a unnumbered chapter. I think there is more work to get it's subsections unnumbered. Added empty Particl filter chapter. Had to renumber the chapters to make it fit in.
This commit is contained in:
@@ -47,9 +47,10 @@ if __name__ == '__main__':
|
||||
'../10_Unscented_Kalman_Filter.ipynb',
|
||||
'../11_Extended_Kalman_Filters.ipynb',
|
||||
'../12_Designing_Nonlinear_Kalman_Filters.ipynb',
|
||||
'../13_Smoothing.ipynb',
|
||||
'../14_Adaptive_Filtering.ipynb',
|
||||
'../15_HInfinity_Filters.ipynb',
|
||||
'../16_Ensemble_Kalman_Filters.ipynb',
|
||||
'../13_Particle_Filters.ipynb',
|
||||
'../14_Smoothing.ipynb',
|
||||
'../15_Adaptive_Filtering.ipynb',
|
||||
'../16_HInfinity_Filters.ipynb',
|
||||
'../17_Ensemble_Kalman_Filters.ipynb',
|
||||
'../Appendix_A_Installation.ipynb',
|
||||
'../Appendix_B_Symbols_and_Notations.ipynb'])
|
||||
|
||||
Reference in New Issue
Block a user