Skip to content

Commit b758bee

Browse files
committed
Add comments
1 parent 5b9aa91 commit b758bee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/development/posting-issues.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ As a user with access to your dataset, you would do:
4444
```{code-cell}
4545
:tags: [hide-cell]
4646
47+
# Generate an example dataset to zip. The user would use their own.
4748
import xarray as xr
4849
from parcels._datasets.structured.generic import datasets
4950
datasets['ds_2d_left'].to_netcdf("my_dataset.nc")
@@ -98,6 +99,7 @@ ds
9899
```{code-cell}
99100
:tags: [hide-cell]
100101
102+
# Cleanup files in doc build process
101103
del ds
102104
from pathlib import Path
103105
Path("my_dataset.zip").unlink()

0 commit comments

Comments
 (0)