Skip to content

Commit c44b4e2

Browse files
committed
A swing at optional tutorials
1 parent e8c3097 commit c44b4e2

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

ohw22/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ In coordination with the OHW Northwest satellite event, there will be a **[3-wee
9999

100100

101101
```{toctree}
102-
:maxdepth: 2
102+
:maxdepth: 3
103103
:caption: OceanHackWeek 2022 (OHW22)
104104
:hidden:
105105
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Espanol Tutorials
2+
3+
```{toctree}
4+
python-cientifico
5+
```
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Python Cientifico
2+
3+
```{toctree}
4+
Intro to Python <../../tutorials/optional/espanol/python-cientifico/intro_to_python_ohw2022.ipynb>
5+
Read tabular data<../../tutorials/optional/espanol/python-cientifico/read_tabulardata.ipynb>
6+
Intro to Plotting <../../tutorials/optional/espanol/python-cientifico/Intro_to_plot.ipynb>
7+
Intro to NetCDF <../../tutorials/optional/espanol/python-cientifico/intro_to_netcdf.ipynb>
8+
```

ohw22/tutorials-index/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ data-access-in-python
88
data-access-in-r
99
data-vis-in-python
1010
machine-learning-applications
11-
```
11+
espanol/index
12+
../tutorials/optional/managing-conda-envs/README.md
13+
```

0 commit comments

Comments
 (0)