-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
16 lines (12 loc) · 705 Bytes
/
Copy pathMakefile
File metadata and controls
16 lines (12 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#################################################################################
# COMMANDS #
#################################################################################
## Build the documentation
.PHONY: docs
docs:
@echo "============================\nCleaning old quarto docs...\n============================"
rm -rf docs/tutorials/*
@echo "\n============================\nRendering tutorial notebooks...\n============================"
quarto render examples/*.ipynb --to md --output-dir ../docs/tutorials
@echo "\n============================\nBuilding documentation...\n============================"
zensical build