@@ -12,7 +12,7 @@ only_build_toc_files: false
1212# Force re-execution of notebooks on each build.
1313# See https://jupyterbook.org/content/execute.html
1414execute :
15- execute_notebooks : cache # 'auto'
15+ execute_notebooks : cache # 'auto'
1616 allow_errors : true
1717 timeout : 1500
1818
@@ -38,9 +38,10 @@ launch_buttons:
3838# Add GitHub buttons to your book
3939# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
4040html :
41+ home_page_in_navbar : false
4142 use_issues_button : true
4243 use_repository_button : true
43- announcement : >
44+ announcement : >
4445 🚧 March 2025 - This book is under construction! 🚧
4546
4647
@@ -124,7 +125,7 @@ sphinx:
124125 b1_its_nb2 : " 1) Arrange dataset in chronological order"
125126 b2_its_nb2 : " 2) Convert to a Dask-backed `Xarray.Dataset`"
126127
127- # nb3
128+ # nb3
128129 a_its_nb3 : " Read data using strategy identified in previous notebook"
129130 b_its_nb3 : " Incorporate glacier outline (vector) data"
130131 b1_its_nb3 : " 1) Read and reproject vector data"
@@ -133,7 +134,7 @@ sphinx:
133134 c_its_nb3 : " C. Combine raster and vector data"
134135 c1_its_nb3 : " 1) Use vector data to crop raster data"
135136 c2_its_nb3 : " 2) Write clipped raster data cube to disk"
136-
137+
137138 # nb4
138139 a_its_nb4 : " A. Data exploration"
139140 a1_its_nb4 : " 1) Load raster data and visualize with vector data"
@@ -149,7 +150,7 @@ sphinx:
149150 d_its_nb4 : " D. Dimensional computations"
150151 d1_its_nb4 : " 1) Temporal resampling"
151152 d2_its_nb4 : " 2) Grouped analysis by season"
152-
153+
153154 # nb5
154155 a_its_nb5 : " A. Read and organize data"
155156 a1_its_nb5 : " 1) Raster data"
@@ -190,7 +191,7 @@ sphinx:
190191 d_s1_nb2 : " D. Add metadata from a markdown file"
191192 d1_s1_nb2 : " 1) Extract granule ID"
192193 d2_s1_nb2 : " 2) Build coordinate `xr.DataArray`"
193-
194+
194195 # sentinel nb3
195196 a_s1_nb3 : " A. Read and prepare data"
196197 a1_s1_nb3 : " 1) Clip to spatial area of interest"
0 commit comments