Skip to content

Commit

Permalink
Fix Docs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chingiztob committed Aug 21, 2024
1 parent 1397970 commit 5e30c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nxtransit/connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _fill_coordinates(graph: DiGraph):
Populates 'metric_X' and 'metric_Y' attributes of the nodes.
Raises:
------
-------
Exception
If an error occurs during coordinate transformation for a node.
"""
Expand Down Expand Up @@ -96,7 +96,7 @@ def snap_points_to_network(graph: DiGraph, points: GeoDataFrame):
GeoDataFrame containing point geometries.
Returns:
-------
--------
None. The input graph is modified in-place with added snapped points as nodes.
"""
# Create a list of street node tuples (x, y, node_id)
Expand Down

0 comments on commit 5e30c14

Please sign in to comment.