Skip to content
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
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exclude_patterns: [.github, .pixi]
html:
# NOTE: this announcement shows up on all pages
#announcement: '<a href="https://forms.gle/KEq7WviCdz9xTaJX6">The Xarray 2024 User Survey is live. Please take ~5 minutes to fill it out and help us improve Xarray.</a>'
announcement: 'ℹ️ SciPy 2025 Tutorial Attendees. <a href="https://tutorial.xarray.dev/workshops/scipy2025/index.html">Click here! </a>.'
#announcement: 'ℹ️ SciPy 2025 Tutorial Attendees. <a href="https://tutorial.xarray.dev/workshops/scipy2025/index.html">Click here! </a>.'
home_page_in_navbar: false
use_edit_page_button: true
use_issues_button: true
Expand Down
4 changes: 2 additions & 2 deletions intermediate/storage_formats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"\n",
"Many storage formats for scientific data include some notion of \"groups\". \n",
"\n",
"The exact meaning of \"group\" differs between formats but are all ultimately motivated by a common recognition: that real scientific datasets often include related but otherwise heterogenous data."
"The exact meaning of \"group\" differs between formats but are all ultimately motivated by a common recognition: that real scientific datasets often include related but otherwise heterogeneous data."
]
},
{
Expand All @@ -48,7 +48,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We'll start with Zarr, because it has the most simple type of heirarchical structure."
"We'll start with Zarr, because it has the most simple type of hierarchical structure."
]
},
{
Expand Down
Loading
Loading