diff --git a/docs/sandbox/IBIAccessibilityScore.md b/docs/sandbox/IBIAccessibilityScore.md index e3c6ef16bbd..5b944eaf73b 100644 --- a/docs/sandbox/IBIAccessibilityScore.md +++ b/docs/sandbox/IBIAccessibilityScore.md @@ -1,14 +1,9 @@ -# IBI Group Accessibility Score - OTP Sandbox Extension +# IBI Group Accessibility Score ## Contact Info - IBI Group ([transitrealtime@ibigroup.com](mailto:transitrealtime@ibigroup.com)) -## Changelog - -- Create initial - implementation [#4221](https://github.com/opentripplanner/OpenTripPlanner/pull/4221) - ## Documentation This extension computes a numeric accessibility score between 0 and 1 and adds it to the itinerary @@ -32,4 +27,8 @@ To enable the feature add the following to `router-config.json`: } ``` -The score is only computed when you search for wheelchair-accessible routes. \ No newline at end of file +The score is only computed when you search for wheelchair-accessible routes. + +## Changelog + +- Create initial implementation [#4221](https://github.com/opentripplanner/OpenTripPlanner/pull/4221)