Skip to content

Commit

Permalink
Fix reference to bounding_polygon in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen committed Aug 25, 2023
1 parent 4d8ebd0 commit 92b8038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ UGRID2D Topology
Ugrid2d.bounds
Ugrid2d.edge_bounds
Ugrid2d.face_bounds
Ugrid2d.polygon_bounds
Ugrid2d.bounding_polygon

Ugrid2d.node_node_connectivity
Ugrid2d.node_edge_connectivity
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Added
- :meth:`xugrid.UgridDatasetAccessor.rename` and
:meth:`xugrid.UgridDataArrayAccessor.rename` to rename both topology and the
associated dimensions.
- :meth:`xugrid.Ugrid2d.polygon_bounds` has been added to get a polygon
- :meth:`xugrid.Ugrid2d.bounding_polygon` has been added to get a polygon
describing the bounds of the grid.

Fixed
Expand Down

0 comments on commit 92b8038

Please sign in to comment.