Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 0 additions & 99 deletions conf.py

This file was deleted.

1 change: 0 additions & 1 deletion deployed_notebooks_manifest.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
tutorials/cloud_access/cloud-access-intro.md
tutorials/cloud_access/euclid-cloud-access.md
tutorials/cosmodc2/cosmoDC2_TAP_access.md
tutorials/euclid_access/.gitkeep
tutorials/euclid_access/1_Euclid_intro_MER_images.md
tutorials/euclid_access/2_Euclid_intro_MER_catalog.md
tutorials/euclid_access/3_Euclid_intro_1D_spectra.md
Expand Down
4 changes: 4 additions & 0 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ project:
keywords: [astronomy]
authors: [IRSA Scientists and Developers]
github: https://github.com/Caltech-IPAC/irsa-tutorials/
jupyter:
binder:
repo: https://github.com/Caltech-IPAC/irsa-tutorials/
url: https://mybinder.org
settings:
output_matplotlib_strings: remove
extends:
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ commands =
bash -c 'if [[ $CI == true ]]; then cat ignore_tutorials/ignore_gha_testing >> ignore_testing; fi'
bash -c 'if [[ $CIRCLECI == true ]]; then cat ignore_tutorials/ignore_circleci_testing >> ignore_testing; fi'

buildhtml: bash -c 'cat ignore_tutorials/ignore_rendering >> ignore_testing'
buildhtml: bash -c 'cat ignore_tutorials/ignore_rendering_execution >> ignore_testing'

# We only want to run CI in PRs for the notebooks we touched
!buildhtml: bash -c 'if [[ $GITHUB_EVENT_NAME == pull_request && -z "$(grep force_run:all_tests ${GITHUB_EVENT_PATH})" ]]; then git fetch origin main --depth=1; git diff origin/main --name-only tutorials | grep .md; else find tutorials -name "*.md"; fi | grep -vf ignore_testing/ignore_testing | xargs jupytext --to notebook '
Expand All @@ -75,7 +75,6 @@ commands =
# Status check is a workaround until https://github.com/jupyter-book/mystmd/issues/2113 is fixed
buildhtml: bash -c "jupyter-book build --execute --html 2>&1 | tee /tmp/mystbuild.log"
buildhtml: bash -c "if grep -q 'Traceback .most recent call last.' /tmp/mystbuild.log; then exit 1; fi"
buildhtml: bash -c "rm _build/html/*thebe*.js"

pip_pre =
predeps: true
Expand Down