Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/_static/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@
}
h3{
font-size: 18px;
}
ul {
list-style:none !important;
list-style-type:none !important;
}
html {
display: grid;
}
2 changes: 1 addition & 1 deletion docs/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<div class="section" id="cli">
<h1>cli<a class="headerlink" href="#cli" title="Permalink to this headline">¶</a></h1>
<p><strong>Date</strong>: Feb 12, 2022 <strong>Version</strong>: </p>
<p><strong>Date</strong>: Feb 14, 2022 <strong>Version</strong>: </p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<span class="target" id="module-divina"></span><div class="section" id="divina">
<h1>divina<a class="headerlink" href="#divina" title="Permalink to this headline">¶</a></h1>
<p><strong>Date</strong>: Feb 12, 2022 <strong>Version</strong>: </p>
<p><strong>Date</strong>: Feb 14, 2022 <strong>Version</strong>: </p>
<p><strong>Useful links</strong>:
<a class="reference external" href="https://pypi.org/project/divina">Binary Installers</a> |
<a class="reference external" href="https://github.com/secrettoad/divina">Source Repository</a> |
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<div class="section" id="quickstart">
<h1>quickstart<a class="headerlink" href="#quickstart" title="Permalink to this headline">¶</a></h1>
<p><strong>Date</strong>: Feb 12, 2022 <strong>Version</strong>: </p>
<p><strong>Date</strong>: Feb 14, 2022 <strong>Version</strong>: </p>
<div class="section" id="getting-started">
<h2>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h2>
<p>A minimal experiment definition supplies the path to the dataset, the name of the column that holds the time index and the name of the column that holds the target to predict. In the minimal example below, an experiment is conducting using the retail sales data included with divina and using the log link function best suited towards sales data.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs_src/_static/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@
}
h3{
font-size: 18px;
}
ul {
list-style:none !important;
list-style-type:none !important;
}
html {
display: grid;
}