Skip to content

Commit

Permalink
Deployed 8a9a7cf386 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 Dec 7, 2023
1 parent fa4e57e commit a4ee971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/dev-2.x/Configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ <h2 id="configuration-types">Configuration types</h2>
</tr>
<tr>
<td><code>time-penalty</code></td>
<td>A time-penalty is used to add a penalty to the duration/arrival-time/depature-time for a path. It will be invisible to the end user, but used during the routing when comparing stop-arrival/paths. Given a function of time: <code>f(t) = a + b * t</code> then <code>a</code> is the constant time part, <code>b</code> is the time-coefficient, and <code>t</code> is the variable. If <code>a=0s</code> and <code>b=0.0</code>, then the cost is always <code>0</code>(zero). Examples: <code>0s + 2.5t</code>, <code>10m + 0 x</code> and <code>1h5m59s + 9.9t</code> The <code>constant</code> must be 0 or a positive number(seconds) or a duration. The <code>coefficient</code> must be in range: [0.0, 100.0]</td>
<td>A time-penalty is used to add a penalty to the duration/arrival-time/departure-time for a path. It will be invisible to the end user, but used during the routing when comparing stop-arrival/paths. Given a function of time: <code>f(t) = a + b * t</code> then <code>a</code> is the constant time part, <code>b</code> is the time-coefficient, and <code>t</code> is the variable. If <code>a=0s</code> and <code>b=0.0</code>, then the cost is always <code>0</code>(zero). Examples: <code>0s + 2.5t</code>, <code>10m + 0 x</code> and <code>1h5m59s + 9.9t</code> The <code>constant</code> must be 0 or a positive number(seconds) or a duration. The <code>coefficient</code> must be in range: [0.0, 100.0]</td>
<td></td>
</tr>
<tr>
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 a4ee971

Please sign in to comment.