Skip to content

Add SciPy 2023 outline, banner. #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2023
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
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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. <a href="https://tutorial.xarray.dev/workshops/scipy2023/README.html">Click here </a>.'
home_page_in_navbar: false
use_edit_page_button: true
use_issues_button: true
Expand Down
28 changes: 26 additions & 2 deletions workshops/scipy2023/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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>`
```