Skip to content

Commit

Permalink
Deployed ef0d16b2df to dev-2.x in en with MkDocs 1.5.3 and mike 1.2.0…
Browse files Browse the repository at this point in the history
….dev0
  • Loading branch information
OTP Bot committed May 17, 2024
1 parent a22e296 commit 889a2dc
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
3 changes: 2 additions & 1 deletion en/dev-2.x/Changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2370,7 +2370,8 @@ <h2 id="260-snapshot-under-development">2.6.0-SNAPSHOT (under development)</h2>
<li>Fix bug in heuristics cost calculation for egress legs <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5783">#5783</a></li>
<li>Fix handling of implicit access and egress mode parameters. <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5821">#5821</a></li>
<li>Add prettier:write to docs and rephrase slightly [ci skip] <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5831">#5831</a></li>
<li>Make naming of stopTransferCosts/stopBoardAlightCosts consistent <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5822">#5822</a>
<li>Make naming of stopTransferCosts/stopBoardAlightCosts consistent <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5822">#5822</a></li>
<li>Namer for applying street names to nearby sidewalks <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/5774">#5774</a>
<a href="AUTOMATIC_CHANGELOG_PLACEHOLDER_DO_NOT_REMOVE"></a></li>
</ul>
<h2 id="250-2024-03-13">2.5.0 (2024-03-13)</h2>
Expand Down
28 changes: 26 additions & 2 deletions en/dev-2.x/sandbox/Flex/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1674,6 +1674,21 @@
</span>
</a>

<nav class="md-nav" aria-label="Documentation">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#experimental-features" class="md-nav__link">
<span class="md-ellipsis">
Experimental features
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -2046,8 +2061,17 @@ <h2 id="contact-info">Contact Info</h2>
</ul>
<h2 id="documentation">Documentation</h2>
<p>To enable this turn on <code>FlexRouting</code> as a feature in <code>otp-config.json</code>.</p>
<p>The GTFS feeds should conform to the
<a href="https://github.com/google/transit/pull/388">GTFS-Flex v2 draft PR</a></p>
<p>The GTFS feeds must conform to the final, approved version of the draft which has been
merged into the <a href="https://gtfs.org/schedule/reference/">mainline specification</a> in March 2024.</p>
<h3 id="experimental-features">Experimental features</h3>
<p>This sandbox feature also has experimental support for the following fields:</p>
<ul>
<li><code>safe_duration_factor</code></li>
<li><code>safe_duration_offset</code></li>
</ul>
<p>These features are currently <a href="https://github.com/MobilityData/gtfs-flex/pull/79">undergoing specification</a>
and their definition might change. OTP's implementation will be also be changed so be careful
when relying on this feature.</p>
<h2 id="configuration">Configuration</h2>
<p>This feature allows a limited number of config options. To change the configuration, add the
following to <code>router-config.json</code>.</p>
Expand Down
2 changes: 1 addition & 1 deletion en/dev-2.x/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 889a2dc

Please sign in to comment.