Skip to content

Commit cf9da0a

Browse files
authored
Add SciPy 2023 outline, banner. (#189)
1 parent e03ccd5 commit cf9da0a

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ only_build_toc_files: true
88
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
99
html:
1010
# NOTE: this announcement shows up on all pages
11+
announcement: 'ℹ️ SciPy Tutorial Attendees. <a href="https://tutorial.xarray.dev/workshops/scipy2023/README.html">Click here </a>.'
1112
home_page_in_navbar: false
1213
use_edit_page_button: true
1314
use_issues_button: true

workshops/scipy2023/README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See instructions to set up the environment for running the tutorial material [he
1919
For the live tutorial, we will be using the SciPy 2023 Nebari JupyterHub. Instructions for the live
2020
tutorial will be added soon.
2121

22-
## Github Codespaces
22+
### Github Codespaces
2323

2424
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.
2525

@@ -41,4 +41,28 @@ Once your codespace is launched, the following happens:
4141

4242
## Outline
4343

44-
**🏗️ Outline coming soon! Please check back later**
44+
```{dropdown} Introduction
45+
{doc}`../../overview/get-started`
46+
```
47+
48+
```{dropdown} Indexing
49+
50+
```
51+
52+
```{dropdown} Computational Patterns
53+
{doc}`../../intermediate/01-high-level-computation-patterns`
54+
```
55+
56+
```{dropdown} Wrapping other arrays
57+
58+
```
59+
60+
```{dropdown} Wrapping custom computation
61+
{doc}`../../advanced/apply_ufunc/simple_numpy_apply_ufunc`
62+
63+
{doc}`../../advanced/apply_ufunc/core-dimensions`
64+
65+
{doc}`../../advanced/apply_ufunc/complex-output-numpy`
66+
67+
{doc}`Explore the remaining material <../../advanced/apply_ufunc/apply_ufunc>`
68+
```

0 commit comments

Comments
 (0)