Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit ff0c8fb

Browse files
committed
reran make html in docs
1 parent 7cc1163 commit ff0c8fb

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

docs/doctrees/environment.pickle

4.43 KB
Binary file not shown.
27 KB
Binary file not shown.
-48 Bytes
Binary file not shown.

docs/html/_modules/predictatops/configurationplusfiles.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h1>Source code for predictatops.configurationplusfiles</h1><div class="highligh
162162
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
163163
<span class="sd">&quot;&quot;&quot;</span>
164164

165-
<span class="sd">The configurationplusfiles.py module sets up three objects from class functions. </span>
165+
<span class="sd">The a module sets up three objects from class functions. </span>
166166

167167
<span class="sd">- input_data() establishes where data is loaded from.</span>
168168
<span class="sd">- configuration() establishes various configuration variables used in the rest of the code.</span>
@@ -210,7 +210,7 @@ <h1>Source code for predictatops.configurationplusfiles</h1><div class="highligh
210210
<span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">picks_file_path</span><span class="p">,</span> <span class="n">picks_delimiter_str</span><span class="p">,</span> <span class="n">path_to_logs_str</span><span class="p">):</span>
211211
<span class="c1">#### Default initiation = (&#39;../../../SPE_006_originalData/OilSandsDB/PICKS.TXT&#39;,&#39;\t&#39;,&#39;../../../SPE_006_originalData/OilSandsDB/Logs/*.LAS&#39;)</span>
212212
<span class="c1">#### Only things that are mandatory on initiation are below</span>
213-
<span class="bp">self</span><span class="o">.</span><span class="n">data_directory</span> <span class="o">=</span> <span class="s2">&quot;../data/Mannville_input_data/v0.0.3-alpha/mannville_demo_data/&quot;</span>
213+
<span class="bp">self</span><span class="o">.</span><span class="n">data_directory</span> <span class="o">=</span> <span class="s2">&quot;../data/Mannville_input_data/v0.0.3-alpha/mannville_demo_data&quot;</span>
214214
<span class="bp">self</span><span class="o">.</span><span class="n">picks_file_path</span> <span class="o">=</span> <span class="p">(</span>
215215
<span class="n">picks_file_path</span>
216216
<span class="p">)</span> <span class="c1">#### example = &#39;../../../SPE_006_originalData/OilSandsDB/PICKS.TXT&#39;</span>

docs/html/functions_and_classes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ <h2><a class="toc-backref" href="#id5">The “all_runner” module</a><a class="
360360
</div>
361361
<div class="section" id="the-configurationplusfiles-module">
362362
<h2><a class="toc-backref" href="#id6">The “configurationplusfiles” module</a><a class="headerlink" href="#the-configurationplusfiles-module" title="Permalink to this headline"></a></h2>
363-
<span class="target" id="module-predictatops.configurationplusfiles"></span><p>The configurationplusfiles.py module sets up three objects from class functions.</p>
363+
<span class="target" id="module-predictatops.configurationplusfiles"></span><p>The a module sets up three objects from class functions.</p>
364364
<ul class="simple">
365365
<li><p>input_data() establishes where data is loaded from.</p></li>
366366
<li><p>configuration() establishes various configuration variables used in the rest of the code.</p></li>

docs/html/source/predictatops.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ <h2>predictatops.checkdata_runner module<a class="headerlink" href="#predictatop
495495
</div>
496496
<div class="section" id="module-predictatops.configurationplusfiles">
497497
<span id="predictatops-configurationplusfiles-module"></span><h2>predictatops.configurationplusfiles module<a class="headerlink" href="#module-predictatops.configurationplusfiles" title="Permalink to this headline"></a></h2>
498-
<p>The configurationplusfiles.py module sets up three objects from class functions.</p>
498+
<p>The a module sets up three objects from class functions.</p>
499499
<ul class="simple">
500500
<li><p>input_data() establishes where data is loaded from.</p></li>
501501
<li><p>configuration() establishes various configuration variables used in the rest of the code.</p></li>

0 commit comments

Comments
 (0)