Skip to content

Commit c5d0e42

Browse files
fix toc
1 parent f0e59af commit c5d0e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/eo_datascience/render_sfinx_toc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import yaml
33

44
def render_toc():
5-
p = Path("chapters").glob('*.qmd')
5+
p = Path("notebooks").glob('*.ipynb')
66
files = [x.with_suffix('') for x in p if x.is_file()]
77
files.sort()
88
titles = [x.stem.split("_")[-1].title() for x in files]

0 commit comments

Comments
 (0)