Skip to content

Commit 9a71e74

Browse files
1 parent 1303f08 commit 9a71e74

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/create_website.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
rm docs/day3/matplotlib/new-matplotlib-intro.rst
4646
rm -rf docs/day3/not_used
4747
rm docs/day3/big_data_old.rst
48+
rm docs/day3/batch.rst # is now day3/batch-new.rst
4849
rm docs/day3/seaborn/seaborn-new.rst
4950
rm docs/day3/pandas/pandas.not_rst
5051
rm docs/day3/example/chunk_dask.py

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
'day2/may2024/Matplotlib60min.rst',
100100
'day2/use_isolated_environments_old.rst',
101101
'day3/big_data_old.rst',
102+
'day3/batch.rst', # is now day3/batch-new.rst
102103
'day3/example/chunk_dask.py',
103104
'day3/example/chunk_np.py',
104105
'day3/matplotlib/new-matplotlib-intro.rst',

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ Content of the course
207207
:maxdepth: 2
208208
:caption: Extra:
209209

210+
acknowledgments.md
210211
bianca.rst
212+
common/other_courses.rst
211213
extra/other_courses.rst
212214
extra/packages_deeper.rst
213215
extra/isolated_deeper.rst

0 commit comments

Comments
 (0)