Skip to content

Commit

Permalink
deploy: 4bee40d
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Dec 8, 2023
1 parent 69dcda8 commit 0699d28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion _modules/mltb2/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ <h1>Source code for mltb2.data</h1><div class="highlight"><pre>
<span class="c1"># This software is distributed under the terms of the MIT license</span>
<span class="c1"># which is available at https://opensource.org/licenses/MIT</span>

<span class="sd">&quot;&quot;&quot;Data loading functionality.&quot;&quot;&quot;</span>
<span class="sd">&quot;&quot;&quot;Data loading functionality.</span>

<span class="sd">Use pip to install the necessary dependencies for this module:</span>
<span class="sd">``pip install mltb2[data]``</span>
<span class="sd">&quot;&quot;&quot;</span>

<span class="kn">import</span> <span class="nn">os</span>
<span class="kn">from</span> <span class="nn">hashlib</span> <span class="kn">import</span> <span class="n">sha256</span>
Expand Down
2 changes: 2 additions & 0 deletions api-reference/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
<section id="module-mltb2.data">
<span id="data"></span><span id="data-code-doc"></span><h1><a class="reference internal" href="#module-mltb2.data" title="mltb2.data"><code class="xref py py-mod docutils literal notranslate"><span class="pre">data</span></code></a><a class="headerlink" href="#module-mltb2.data" title="Permalink to this heading"></a></h1>
<p>Data loading functionality.</p>
<p>Use pip to install the necessary dependencies for this module:
<code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">mltb2[data]</span></code></p>
<dl class="py function">
<dt class="sig sig-object py" id="mltb2.data._load_colon_data">
<span class="sig-prename descclassname"><span class="pre">mltb2.data.</span></span><span class="sig-name descname"><span class="pre">_load_colon_data</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><span class="pre">DataFrame</span></span></span><a class="reference internal" href="../_modules/mltb2/data.html#_load_colon_data"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#mltb2.data._load_colon_data" title="Permalink to this definition"></a></dt>
Expand Down
Loading

0 comments on commit 0699d28

Please sign in to comment.