Skip to content

Commit fef8238

Browse files
Scipy2025 followup (#341)
* remove banner * fix typos * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5d55ae0 commit fef8238

File tree

4 files changed

+13070
-13070
lines changed

4 files changed

+13070
-13070
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude_patterns: [.github, .pixi]
1010
html:
1111
# NOTE: this announcement shows up on all pages
1212
#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>'
13-
announcement: 'ℹ️ SciPy 2025 Tutorial Attendees. <a href="https://tutorial.xarray.dev/workshops/scipy2025/index.html">Click here! </a>.'
13+
#announcement: 'ℹ️ SciPy 2025 Tutorial Attendees. <a href="https://tutorial.xarray.dev/workshops/scipy2025/index.html">Click here! </a>.'
1414
home_page_in_navbar: false
1515
use_edit_page_button: true
1616
use_issues_button: true

intermediate/storage_formats.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"\n",
3535
"Many storage formats for scientific data include some notion of \"groups\". \n",
3636
"\n",
37-
"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."
37+
"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."
3838
]
3939
},
4040
{
@@ -48,7 +48,7 @@
4848
"cell_type": "markdown",
4949
"metadata": {},
5050
"source": [
51-
"We'll start with Zarr, because it has the most simple type of heirarchical structure."
51+
"We'll start with Zarr, because it has the most simple type of hierarchical structure."
5252
]
5353
},
5454
{

0 commit comments

Comments
 (0)