diff --git a/src/delaunay.py b/src/delaunay.py index 005059c..9e4b2e4 100644 --- a/src/delaunay.py +++ b/src/delaunay.py @@ -68,8 +68,8 @@ def get_land_cells(tri, topo, height_tol=0.5, percent_tol=0.95): Parameters ---------- - tri : :class:`scipy.spatial.qhull.Delaunay` instance - scipy Delaunay triangulation instance containing tuples of the three vertice coordinates of a triangle + tri : instance containing tuples of the three vertice coordinates of a triangle + E.g., :class:`scipy.spatial.qhull.Delaunay` topo : array-like 2D topographic data height_tol : float, optional