Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Pilgrim committed Dec 14, 2023
1 parent fc5eb59 commit 8f02043
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 4 deletions.
Binary file modified docs/_build/doctrees/README.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/api.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1>piecewise-regression (aka segmented regression) in python<a class="headerlin
<dd class="field-even"><p>Charlie Pilgrim</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>1.4.2</p>
<dd class="field-odd"><p>1.4.3</p>
</dd>
<dt class="field-even">Github<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://github.com/chasmani/piecewise-regression">https://github.com/chasmani/piecewise-regression</a></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_sources/README.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ piecewise-regression (aka segmented regression) in python
==========================================================
:piecewise-regression: fitting straight line models with breakpoints
:Author: Charlie Pilgrim
:Version: 1.4.2
:Version: 1.4.3
:Github: https://github.com/chasmani/piecewise-regression
:Documentation: https://piecewise-regression.readthedocs.io/en/master/index.html
:Paper: https://joss.theoj.org/papers/10.21105/joss.03859
Expand Down
7 changes: 7 additions & 0 deletions docs/_build/html/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<li class="toctree-l3"><a class="reference internal" href="#piecewise_regression.main.Fit"><code class="docutils literal notranslate"><span class="pre">Fit</span></code></a><ul>
<li class="toctree-l4"><a class="reference internal" href="#piecewise_regression.main.Fit.bootstrap_data"><code class="docutils literal notranslate"><span class="pre">Fit.bootstrap_data()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#piecewise_regression.main.Fit.bootstrap_restarting"><code class="docutils literal notranslate"><span class="pre">Fit.bootstrap_restarting()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#piecewise_regression.main.Fit.get_params"><code class="docutils literal notranslate"><span class="pre">Fit.get_params()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#piecewise_regression.main.Fit.get_results"><code class="docutils literal notranslate"><span class="pre">Fit.get_results()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#piecewise_regression.main.Fit.plot"><code class="docutils literal notranslate"><span class="pre">Fit.plot()</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="#piecewise_regression.main.Fit.plot_best_muggeo_breakpoint_history"><code class="docutils literal notranslate"><span class="pre">Fit.plot_best_muggeo_breakpoint_history()</span></code></a></li>
Expand Down Expand Up @@ -198,6 +199,12 @@ <h2>Main<a class="headerlink" href="#main" title="Link to this heading"></a><
</ul>
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="piecewise_regression.main.Fit.get_params">
<span class="sig-name descname"><span class="pre">get_params</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#piecewise_regression.main.Fit.get_params" title="Link to this definition"></a></dt>
<dd><p>Return a small dictionary with just the fit estimates.</p>
</dd></dl>

<dl class="py method">
<dt class="sig sig-object py" id="piecewise_regression.main.Fit.get_results">
<span class="sig-name descname"><span class="pre">get_results</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#piecewise_regression.main.Fit.get_results" title="Link to this definition"></a></dt>
Expand Down
2 changes: 2 additions & 0 deletions docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ <h2 id="G">G</h2>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="api.html#piecewise_regression.main.NextBreakpoints.get_const_standard_error">get_const_standard_error() (piecewise_regression.main.NextBreakpoints method)</a>
</li>
<li><a href="api.html#piecewise_regression.main.Fit.get_params">get_params() (piecewise_regression.main.Fit method)</a>
</li>
<li><a href="api.html#piecewise_regression.main.NextBreakpoints.get_predicted_yy">get_predicted_yy() (piecewise_regression.main.NextBreakpoints method)</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h2>piecewise-regression (aka segmented regression) in python<a class="headerlin
<dd class="field-even"><p>Charlie Pilgrim</p>
</dd>
<dt class="field-odd">Version<span class="colon">:</span></dt>
<dd class="field-odd"><p>1.4.2</p>
<dd class="field-odd"><p>1.4.3</p>
</dd>
<dt class="field-even">Github<span class="colon">:</span></dt>
<dd class="field-even"><p><a class="reference external" href="https://github.com/chasmani/piecewise-regression">https://github.com/chasmani/piecewise-regression</a></p>
Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 8f02043

Please sign in to comment.