Skip to content

Commit 6d87e82

Browse files
committed
update nb titles
1 parent 5435d72 commit 6d87e82

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@
102102
"github_button": True,
103103
"github_user": "data-exp-lab",
104104
"github_repo": "yt_xarray",
105+
"github_count": False,
106+
"github_type": "no-text",
105107
}
106108

107109
# Add any paths that contain custom static files (such as style sheets) here,

docs/examples/example_009_custom_transformations.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "c8dd1a63-cf7d-4a28-878b-54167df286c1",
66
"metadata": {},
77
"source": [
8-
"## Customing transformations and interpolations\n",
8+
"## Creating custom transformations\n",
99
"\n",
1010
"The transformations and interpolation frameworks are intentionally written in an open-ended manner so that you can write your own transformations for your particular data. \n",
1111
"\n",

docs/examples/example_010_custom_interpolations.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "4be05348-4be8-406d-97fd-49f43c1c6aa0",
66
"metadata": {},
77
"source": [
8-
"# Interpolation functions in embedded datasets \n",
8+
"# Custom interpolation functions in embedded datasets\n",
99
"\n",
1010
"The cartesian yt dataset returned by `yt_xarray.transformations.build_interpolated_cartesian_ds` consists of a cartesian grid (or set of refined grids) that will sample the underyling xarray dataset as needed. In the final step of this process, the native coordinates of the cartesian grid points are calculated (using the supplied `Transformer` object -- see previous notebooks) and then the underlying xarray dataset is sampled at those native coordinates. Because the exact values of requested native coordinates is unlikely to exist, an interpolation is required and there are a number of ways to control the interpolation:\n",
1111
"\n",

0 commit comments

Comments
 (0)