Skip to content

Commit 6eb9fae

Browse files
committed
Fix unexpected unindent warnings in docs.
1 parent 6560e4b commit 6eb9fae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

libpysal/weights/contiguity.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ def from_xarray(
232232
Notes
233233
-----
234234
1. Lower order contiguities are also selected.
235-
2. Returned object contains `index` attribute that includes a
236-
`Pandas.MultiIndex` object from the DataArray.
235+
2. Returned object contains `index` attribute that includes a
236+
`Pandas.MultiIndex` object from the DataArray.
237237
238238
See Also
239239
--------
@@ -462,8 +462,8 @@ def from_xarray(
462462
Notes
463463
-----
464464
1. Lower order contiguities are also selected.
465-
2. Returned object contains `index` attribute that includes a
466-
`Pandas.MultiIndex` object from the DataArray.
465+
2. Returned object contains `index` attribute that includes a
466+
`Pandas.MultiIndex` object from the DataArray.
467467
468468
See Also
469469
--------

libpysal/weights/raster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
--------

0 commit comments

Comments
 (0)