Description: Fixed docstring underline length
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Forwarded:  not-needed
Last-Update: 2025-04-15
Index: esda/esda/silhouettes.py
===================================================================
--- esda.orig/esda/silhouettes.py
+++ esda/esda/silhouettes.py
@@ -58,7 +58,7 @@ def path_silhouette(
 
 
     Parameters
-    -----------
+    ----------
     data    :   np.ndarray (N,P)
                 matrix of data with N observations and P covariates.
     labels  :   np.ndarray (N,)
@@ -94,7 +94,7 @@ def path_silhouette(
                     asymmetry is ignored.
 
     Returns
-    --------
+    -------
     An (N_obs,) array of the path silhouette values for each observation.
     """
     if not HAS_REQUIREMENTS:
Index: esda/esda/join_counts.py
===================================================================
--- esda.orig/esda/join_counts.py
+++ esda/esda/join_counts.py
@@ -297,7 +297,7 @@ class Join_Counts:  # noqa: N801
             documentation for the Join_Count statistic.
 
         Returns
-        --------
+        -------
         If inplace, None, and operation is conducted on
         dataframe in memory. Otherwise, returns a copy of the
         dataframe with the relevant columns attached.
Index: esda/esda/moran.py
===================================================================
--- esda.orig/esda/moran.py
+++ esda/esda/moran.py
@@ -305,7 +305,7 @@ class Moran:
             documentation for the Moran statistic.
 
         Returns
-        --------
+        -------
         If inplace, None, and operation is conducted on dataframe
         in memory. Otherwise, returns a copy of the dataframe with
         the relevant columns attached.
@@ -600,7 +600,7 @@ class Moran_BV:  # noqa: N801
             documentation for the Moran_BV statistic.
 
         Returns
-        --------
+        -------
         If inplace, None, and operation is conducted on dataframe
         in memory. Otherwise, returns a copy of the dataframe with
         the relevant columns attached.
@@ -1071,7 +1071,7 @@ class Moran_Rate(Moran):  # noqa: N801
             documentation for the Moran_Rate statistic.
 
         Returns
-        --------
+        -------
         If inplace, None, and operation is conducted on dataframe
         in memory. Otherwise, returns a copy of the dataframe with
         the relevant columns attached.
@@ -1456,7 +1456,7 @@ class Moran_Local:  # noqa: N801
             documentation for the Moran_Local statistic.
 
         Returns
-        --------
+        -------
         If inplace, None, and operation is conducted on dataframe
         in memory. Otherwise, returns a copy of the dataframe with
         the relevant columns attached.
@@ -1894,7 +1894,7 @@ class Moran_Local_BV:  # noqa: N801
             documentation for the Moran_Local_BV statistic.
 
         Returns
-        --------
+        -------
         If inplace, None, and operation is conducted on dataframe
         in memory. Otherwise, returns a copy of the dataframe with
         the relevant columns attached.
@@ -2279,7 +2279,7 @@ class Moran_Local_Rate(Moran_Local):  #
             documentation for the Moran_Local_Rate statistic.
 
         Returns
-        --------
+        -------
         If inplace, None, and operation is conducted on dataframe
         in memory. Otherwise, returns a copy of the dataframe with
         the relevant columns attached.
