Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Prateek1009 committed Mar 11, 2023
1 parent aaaff73 commit 26a8cc9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
Binary file modified docs/doctrees/GTFS_wrapper.doctree
Binary file not shown.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/html/GTFS_wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ <h1>Functions realted to GTFS Wrapper<a class="headerlink" href="#functions-real
<p>For implementation details, see <a class="reference external" href="https://github.com/transnetlab/transit-routing/blob/main/GTFS_wrapper.py">GTFS_wrapper.py</a>.</p>
<div class="section" id="module-GTFS_wrapper">
<span id="description"></span><h2>Description<a class="headerlink" href="#module-GTFS_wrapper" title="Permalink to this headline"></a></h2>
<p>Apply necessary filters to GTFS set. Note that this file is GTFS-specific.</p>
<p>Apply necessary filters to GTFS set.
Note that this file is GTFS-specific.</p>
<dl class="py function">
<dt id="GTFS_wrapper.check_trip_len">
<code class="sig-prename descclassname"><span class="pre">GTFS_wrapper.</span></code><code class="sig-name descname"><span class="pre">check_trip_len</span></code><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">stop_times</span></span></em><span class="sig-paren">)</span> &#x2192; <span class="pre">None</span><a class="reference internal" href="_modules/GTFS_wrapper.html#check_trip_len"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#GTFS_wrapper.check_trip_len" title="Permalink to this definition"></a></dt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,7 @@ <h1>Source code for Algorithms.TRANSFER_PATTERNS.transferpattern_func</h1><div c
<span class="sd"> post_process_range_onemany_tbtr(J, Q, rounds_desti_reached[desti], PRINT_ITINERARY, desti, SOURCE, footpath_dict, stops_dict, stoptimes_dict,</span>
<span class="sd"> dep_details[1], MAX_TRANSFER, trip_transfer_dict))</span>
<span class="sd"> return TP_list</span>

<span class="sd">&quot;&quot;&quot;</span>
</pre></div>

Expand Down
3 changes: 2 additions & 1 deletion docs/html/_modules/GTFS_wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ <h3>Navigation</h3>

<h1>Source code for GTFS_wrapper</h1><div class="highlight"><pre>
<span></span><span class="sd">&quot;&quot;&quot;</span>
<span class="sd">Apply necessary filters to GTFS set. Note that this file is GTFS-specific.</span>
<span class="sd">Apply necessary filters to GTFS set. </span>
<span class="sd">Note that this file is GTFS-specific.</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="kn">import</span> <span class="nn">pickle</span>
<span class="kn">import</span> <span class="nn">zipfile</span>
Expand Down

0 comments on commit 26a8cc9

Please sign in to comment.