@@ -74,7 +74,7 @@ def da2W(
7474 -----
7575 1. Lower order contiguities are also selected.
7676 2. Returned object contains `index` attribute that includes a
77- `Pandas.MultiIndex` object from the DataArray.
77+ `Pandas.MultiIndex` object from the DataArray.
7878
7979 Examples
8080 --------
@@ -175,7 +175,7 @@ def da2WSP(
175175 -----
176176 1. Lower order contiguities are also selected.
177177 2. Returned object contains `index` attribute that includes a
178- `Pandas.MultiIndex` object from the DataArray.
178+ `Pandas.MultiIndex` object from the DataArray.
179179
180180 Examples
181181 --------
@@ -307,7 +307,7 @@ def w2da(data, w, attrs={}, coords=None):
307307 Creates xarray.DataArray object from passed data aligned with W object.
308308
309309 Parameters
310- ---------
310+ ----------
311311 data : array/list/pd.Series
312312 1d array-like data with dimensionality conforming to w
313313 w : libpysal.weights.W
@@ -350,7 +350,7 @@ def wsp2da(data, wsp, attrs={}, coords=None):
350350 Creates xarray.DataArray object from passed data aligned with WSP object.
351351
352352 Parameters
353- ---------
353+ ----------
354354 data : array/list/pd.Series
355355 1d array-like data with dimensionality conforming to wsp
356356 wsp : libpysal.weights.WSP
@@ -393,7 +393,7 @@ def testDataArray(shape=(3, 4, 4), time=False, rand=False, missing_vals=True):
393393 Creates 2 or 3 dimensional test xarray.DataArray object
394394
395395 Parameters
396- ---------
396+ ----------
397397 shape : tuple
398398 Tuple containing shape of the DataArray aligned with
399399 following dimension = (lat, lon) or (layer, lat, lon)
@@ -515,7 +515,7 @@ def _index2da(data, index, attrs, coords):
515515 Creates xarray.DataArray object from passed data
516516
517517 Parameters
518- ---------
518+ ----------
519519 data : array/list/pd.Series
520520 1d array-like data with dimensionality conforming to index
521521 index : pd.MultiIndex
0 commit comments