Skip to content

Commit

Permalink
chore: update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
CBROWN-ONS committed Nov 13, 2023
1 parent b45bf43 commit 3b6b1f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/transport_performance/gtfs/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@ class GtfsInstance:
Returns the `daily_route_summary` attribute.
html_report()
Generate a HTML report describing the GTFS data.
save()
Save the current GtfsInstance().
filter_to_date()
Filter a GtfsInstance to a specific dates or set of dates.
filter_to_bbox()
Crop a GtfsInstance to a given bbox.
_produce_stops_map()
Produces the stops map for use in `viz_stops()`.
_order_dataframe_by_day()
Expand All @@ -238,8 +244,6 @@ class GtfsInstance:
_extended_validation()
Generate HTML warning & error summary tables for use in `html_report()`
.
_save()
Save the current GtfsInstance().
Raises
------
Expand Down

0 comments on commit 3b6b1f5

Please sign in to comment.