Skip to content

Commit 7bdbe86

Browse files
committed
fix dropdown note formatting
1 parent afe84ec commit 7bdbe86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate/indexing/advanced-indexing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
"\n",
113113
":::\n",
114114
"\n",
115-
":::{note} Orthogonal indexing with NumPy\n",
116-
":class: dropdown\n",
115+
":::{admonition} Orthogonal indexing with NumPy\n",
116+
":class: note dropdown\n",
117117
"\n",
118118
"While pointwise indexing is the default behavior in NumPy, you can achieve orthogonal indexing by using the [`np.ix_` function](https://numpy.org/doc/stable/reference/generated/numpy.ix_.html). This function constructs an open mesh from multiple arrays, allowing you to index along each dimension independently similar to Xarray indexing behavior. For example: \n",
119119
"\n",

0 commit comments

Comments
 (0)