Skip to content

Commit 9a2010e

Browse files
author
OTP Bot
committed
Deployed bad81fce89 to dev-2.x in en with MkDocs 1.6.1 and mike 1.2.0.dev0
1 parent 4f08b63 commit 9a2010e

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

en/dev-2.x/Changelog/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2546,7 +2546,8 @@ <h2 id="270-snapshot-under-development">2.7.0-SNAPSHOT (under development)</h2>
25462546
<li>Don't use elevation data directly for ways with cutting=*, location=underground or indoor=yes tags in the default mapper <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6093">#6093</a></li>
25472547
<li>Un-deprecate GTFS API's <code>planConnection</code>, deprecate <code>plan</code> <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6110">#6110</a></li>
25482548
<li>Support for routing to Station centroid instead of child stops <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6047">#6047</a></li>
2549-
<li>Add via to the Transmodel trip query and make a proper Raptor implementation for it <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6084">#6084</a>
2549+
<li>Add via to the Transmodel trip query and make a proper Raptor implementation for it <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6084">#6084</a></li>
2550+
<li>Fix GTFS-Flex duration offset and factor parsing when only one of them is set <a href="https://github.com/opentripplanner/OpenTripPlanner/pull/6138">#6138</a>
25502551
<a href="AUTOMATIC_CHANGELOG_PLACEHOLDER_DO_NOT_REMOVE"></a></li>
25512552
</ul>
25522553
<h2 id="260-2024-09-18">2.6.0 (2024-09-18)</h2>

en/dev-2.x/Developers-Guide/index.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,15 +1523,6 @@
15231523
</span>
15241524
</a>
15251525

1526-
</li>
1527-
1528-
<li class="md-nav__item">
1529-
<a href="#code-comments" class="md-nav__link">
1530-
<span class="md-ellipsis">
1531-
Code Comments
1532-
</span>
1533-
</a>
1534-
15351526
</li>
15361527

15371528
<li class="md-nav__item">
@@ -2354,14 +2345,6 @@ <h3 id="unit-tests-using-real-osm-data">Unit tests using real OSM data</h3>
23542345
in <a href="../Preparing-OSM/">Preparing OSM</a></p>
23552346
</li>
23562347
</ol>
2357-
<h3 id="code-comments">Code Comments</h3>
2358-
<p>As a matter of <a href="http://github.com/opentripplanner/OpenTripPlanner/issues/93">policy</a>, all new
2359-
methods, classes, and fields should include comments explaining what they are for and any other
2360-
pertinent information. For Java code, the comments should use the
2361-
<a href="http://java.sun.com/j2se/javadoc/writingdoccomments">JavaDoc conventions</a>. It is best to provide
2362-
comments that not only explain <em>what</em> you did but also <em>why you did it</em> while providing some
2363-
context. Please avoid including trivial Javadoc or the empty Javadoc stubs added by IDEs, such as
2364-
<code>@param</code> annotations with no description.</p>
23652348
<h3 id="itinerary-and-api-snapshot-tests">Itinerary and API Snapshot Tests</h3>
23662349
<p>To test the itinerary generation, and the API there are snapshot test which save the result of the
23672350
requests as <code>*.snap</code> JSON-like files. These are stored in git so that it is possible to compare to

en/dev-2.x/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)