Skip to content

Commit

Permalink
Quarto output
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 2, 2024
1 parent f1da511 commit 0335881
Show file tree
Hide file tree
Showing 6 changed files with 963 additions and 980 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ post-render:
for i in $(QMD); do quarto convert $$i; done
- mv chapters/*.ipynb notebooks/ >/dev/null 2>&1
- for f in chapters/*.quarto_ipynb ; do mv -- "$f" "${f%.quarto_ipynb}.ipynb" >/dev/null 2>&1; done
python assets/filters/clean-nb.py
cp Makefile notebooks/

data:
Expand Down
6 changes: 3 additions & 3 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ parts:
- caption: Preamble
chapters:
- file: notebooks/how-to-cite
- caption: References
chapters:
- file: notebooks/references
- caption: Classification
chapters:
- file: notebooks/01_classification
- caption: Floodmapping
chapters:
- file: notebooks/02_floodmapping
- caption: References
chapters:
- file: notebooks/references
root: README
Loading

0 comments on commit 0335881

Please sign in to comment.