Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Nov 12, 2024
2 parents 9139ad0 + 2f52fa9 commit f63d52b
Show file tree
Hide file tree
Showing 3 changed files with 1,357 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ build:
jupyter-book build . --config docs/_config.yml --toc docs/_toc.yml

serve:
open _build/html/index.html
echo "Enter Serve" && \
BASE_DIR="$(shell pwd)" && \
echo "Base Directory: $$BASE_DIR" && \
FULL_PATH="$$BASE_DIR/_build/html/index.html" && \
echo "Full Path: $$FULL_PATH" && \
start chrome "$$FULL_PATH"
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ parts:
- title: Nighttime Lights 2024 Update
url: https://raw.githack.com/datapartnership/myanmar-economic-monitor/refs/heads/main/notebooks/nighttime-lights/analysis-2024-q4/nighttime_lights.html
- file: notebooks/conflict/conflict-and-ntl.ipynb
- file: notebooks/conflict/conflict-and-ntl-updated.ipynb
- caption: Additional Resources
chapters:
- file: docs/3-add-resources.md
Expand Down
Loading

0 comments on commit f63d52b

Please sign in to comment.