Skip to content

Commit

Permalink
Fix API Reference and other edits
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Jul 22, 2024
1 parent 84d01f7 commit 60ae6b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/getting_started/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ or from single Shapely Polygons or multiple Shapely Polygons.
:toctree: reference/vector_api

gemgis.vector.extract_xy_from_polygon_intersections
gemgis.vector.intersection_polygon_polygon
gemgis.vector.intersections_polygon_polygons
gemgis.vector.intersections_polygons_polygons
gemgis.vector.intersect_polygon_polygon
gemgis.vector.intersect_polygon_polygons
gemgis.vector.intersect_polygons_polygons


Calculating and extracting coordinates from cross sections
Expand Down
3 changes: 1 addition & 2 deletions gemgis/gemgis.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,7 @@ def set_extent(
maxz: Union[int, float] = 0,
**kwargs,
):
"""
Setting the extent for a model
"""Setting the extent for a model.
Args:
minx - float defining the left border of the model
maxx - float defining the right border of the model
Expand Down

0 comments on commit 60ae6b1

Please sign in to comment.