From 4d8a2cdc3c3aa734edc897ef752dbbefeefc0c03 Mon Sep 17 00:00:00 2001 From: Eli Holmes Date: Thu, 22 Aug 2024 01:57:40 +0000 Subject: [PATCH] test --- book/_toc.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/book/_toc.yml b/book/_toc.yml index 51213b0..58151b0 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -16,9 +16,10 @@ parts: chapters: - file: notebooks/simple_cnn.md title: Background - - file: notebooks/Data_Prep.ipynb - title: Prep_Data - - file: notebooks/CHL_prediction_CNN.ipynb - title: CNNs + sections: + - file: notebooks/Data_Prep.ipynb + title: Prep_Data + - file: notebooks/CHL_prediction_CNN.ipynb + title: CNNs - file: notebooks/CHL_prediction_ConvLSTM_.ipynb title: Fit ConvLSTM