Skip to content

Commit

Permalink
fix toc
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Nov 25, 2024
1 parent f0e59af commit c5d0e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eo_datascience/render_sfinx_toc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import yaml

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

0 comments on commit c5d0e42

Please sign in to comment.