diff --git a/_config.yml b/_config.yml index d5d27504..218dbff1 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,7 @@ only_build_toc_files: true # See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository html: # NOTE: this announcement shows up on all pages + announcement: 'â„šī¸ SciPy Tutorial Attendees. Click here .' home_page_in_navbar: false use_edit_page_button: true use_issues_button: true diff --git a/workshops/scipy2023/README.md b/workshops/scipy2023/README.md index 91816a2f..e3d68c3f 100644 --- a/workshops/scipy2023/README.md +++ b/workshops/scipy2023/README.md @@ -19,7 +19,7 @@ See instructions to set up the environment for running the tutorial material [he For the live tutorial, we will be using the SciPy 2023 Nebari JupyterHub. Instructions for the live tutorial will be added soon. -## Github Codespaces +### Github Codespaces This tutorial is available to run within [Github Codespaces](https://github.com/features/codespaces) - "a development environment that's hosted in the cloud" - with the conda environment specification in the [`conda-lock.yml`](../../conda/conda-lock.yml) file. @@ -41,4 +41,28 @@ Once your codespace is launched, the following happens: ## Outline -**đŸ—ī¸ Outline coming soon! Please check back later** +```{dropdown} Introduction +{doc}`../../overview/get-started` +``` + +```{dropdown} Indexing + +``` + +```{dropdown} Computational Patterns +{doc}`../../intermediate/01-high-level-computation-patterns` +``` + +```{dropdown} Wrapping other arrays + +``` + +```{dropdown} Wrapping custom computation +{doc}`../../advanced/apply_ufunc/simple_numpy_apply_ufunc` + +{doc}`../../advanced/apply_ufunc/core-dimensions` + +{doc}`../../advanced/apply_ufunc/complex-output-numpy` + +{doc}`Explore the remaining material <../../advanced/apply_ufunc/apply_ufunc>` +```