Skip to content

Commit

Permalink
tuto notebooks layout: rename 'raven' folder name to 'hydro'
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvu committed Jun 2, 2023
1 parent 055bbf6 commit 528e6b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions binder/reorg-notebooks
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

rm -r esgf-compute-api-$ESGF_COMPUTE_API_BRANCH

mkdir raven
mv -v raven-${RAVEN_BRANCH}/docs/source/notebooks/*.ipynb ./raven/
mv -v RavenPy-${RAVENPY_BRANCH}/docs/notebooks/*.ipynb ./raven/
mkdir hydro
mv -v raven-${RAVEN_BRANCH}/docs/source/notebooks/*.ipynb ./hydro/
mv -v RavenPy-${RAVENPY_BRANCH}/docs/notebooks/*.ipynb ./hydro/
rm -r raven-${RAVEN_BRANCH} RavenPy-${RAVENPY_BRANCH}

if [ -n "$DEPLOY_PAVICS_LANDING_NB" ]; then
Expand Down

0 comments on commit 528e6b6

Please sign in to comment.