Skip to content

Commit 61701dc

Browse files
[feat] reintroduce mystify after snaphu stdout fix
1 parent fbc5c94 commit 61701dc

File tree

16 files changed

+8
-301
lines changed

16 files changed

+8
-301
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
if: ${{ github.repository_owner == 'ProjectPythia' }}
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212
with:
13-
build_command: jupyter-book build . ; jupyter-book build .
14-
environment_name: eo-datascience-cookbook
13+
build_command: "myst build --execute --html"
1514

1615
deploy:
1716
needs: build

.github/workflows/publish-book.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
build:
1212
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1313
with:
14-
build_command: jupyter-book build . ; jupyter-book build .
15-
environment_name: eo-datascience-cookbook
14+
build_command: "myst build --execute --html"
1615

1716
deploy:
1817
needs: build

Makefile

Lines changed: 0 additions & 58 deletions
This file was deleted.

_static/custom.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

_static/footer-logo-nsf.png

-9.89 KB
Binary file not shown.

_templates/footer-extra.html

Lines changed: 0 additions & 27 deletions
This file was deleted.

_toc.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- intake-xarray
2828
- ipykernel
2929
- isort
30-
- jupyter-book
30+
- jupyterlab-myst
3131
- jupyter-cache
3232
- jupyter-server-proxy
3333
- jupyter==1.1.1
@@ -38,6 +38,7 @@ dependencies:
3838
- lxml
3939
- mamba
4040
- matplotlib
41+
- mystmd
4142
- nbformat
4243
- nbqa
4344
- nbstripout
@@ -62,7 +63,6 @@ dependencies:
6263
- scipy
6364
- seaborn
6465
- snaphu
65-
- sphinx-pythia-theme
6666
- stackstac
6767
- statsmodels
6868
- xarray

myst.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ project:
3232
- file: notebooks/courses/microwave-remote-sensing/unit_03/09_in_class_exercise.ipynb
3333
- file: notebooks/courses/environmental-remote-sensing.ipynb
3434
children:
35-
- file: notebooks/courses/environmental-remote-sensing/mozambique-droughts.ipynb
35+
- file: notebooks/courses/environmental-remote-sensing/unit_01/01_handout_drought.ipynb
36+
- file: notebooks/courses/environmental-remote-sensing/unit_01/02_handout_drought.ipynb
37+
- file: notebooks/courses/environmental-remote-sensing/unit_01/03_handout_drought.ipynb
38+
- file: notebooks/courses/environmental-remote-sensing/unit_01/04_handout_drought.ipynb
3639
- title: Templates
3740
children:
3841
- file: notebooks/templates/prereqs-templates.ipynb

notebooks/courses/environmental-remote-sensing.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)