Skip to content

Commit

Permalink
deploy: 487e6c5
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Mar 19, 2024
1 parent 22fa4ab commit 632ac54
Show file tree
Hide file tree
Showing 37 changed files with 1,692 additions and 438 deletions.
453 changes: 254 additions & 199 deletions build/index.html

Large diffs are not rendered by default.

77 changes: 23 additions & 54 deletions contribute/addnode.html

Large diffs are not rendered by default.

112 changes: 63 additions & 49 deletions core/allocation.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/equations.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ <h2 data-number="2.1" class="anchored" data-anchor-id="sec-reduction_factor"><sp
\end{cases}
\end{align}\]</span></p>
<p>Here <span class="math inline">\(p &gt; 0\)</span> is the threshold value which determines the interval <span class="math inline">\([0,p]\)</span> of the smooth transition between <span class="math inline">\(0\)</span> and <span class="math inline">\(1\)</span>, see the plot below.</p>
<div id="822b6a26" class="cell" data-execution_count="1">
<div id="a8acae2b" class="cell" data-execution_count="1">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> numpy <span class="im">as</span> np</span>
Expand Down Expand Up @@ -475,7 +475,7 @@ <h2 data-number="2.1" class="anchored" data-anchor-id="sec-reduction_factor"><sp

invalid escape sequence '\p'

/tmp/ipykernel_2757/665069857.py:31: SyntaxWarning:
/tmp/ipykernel_2915/665069857.py:31: SyntaxWarning:

invalid escape sequence '\p'
</code></pre>
Expand Down
197 changes: 140 additions & 57 deletions core/usage.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions core/validation.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h1 class="title">Validation</h1>
<section id="connectivity" class="level1" data-number="1">
<h1 data-number="1"><span class="header-section-number">1</span> Connectivity</h1>
<p>In the table below, each column shows which node types are allowed to be downstream (or ‘down-control’) of the node type at the top of the column.</p>
<div id="e003bced" class="cell" data-execution_count="1">
<div id="b4c94149" class="cell" data-execution_count="1">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">using</span> <span class="bu">Ribasim</span></span>
Expand Down Expand Up @@ -385,7 +385,7 @@ <h1 data-number="1"><span class="header-section-number">1</span> Connectivity</h
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td></td>
<td>x</td>
<td>x</td>
<td>x</td>
Expand Down Expand Up @@ -546,7 +546,7 @@ <h1 data-number="1"><span class="header-section-number">1</span> Connectivity</h
<section id="neighbor-amounts" class="level1" data-number="2">
<h1 data-number="2"><span class="header-section-number">2</span> Neighbor amounts</h1>
<p>The table below shows for each node type between which bounds the amount of in- and outneighbors must be, for both flow and control edges.</p>
<div id="2f56b004" class="cell" data-execution_count="2">
<div id="f988fada" class="cell" data-execution_count="2">
<details class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode julia code-with-copy"><code class="sourceCode julia"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a>flow_in_min <span class="op">=</span> <span class="fu">Vector</span><span class="dt">{String}</span>()</span>
Expand Down
Binary file modified python/examples_files/figure-html/cell-59-output-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified python/examples_files/figure-html/cell-60-output-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions python/reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,14 @@ <h2 data-number="1.3" class="anchored" data-anchor-id="node-types"><span class="
<td><a href="../../python/reference/nodes.pid_control.html#ribasim.nodes.pid_control">nodes.pid_control</a></td>
<td></td>
</tr>
<tr class="even">
<td><a href="../../python/reference/nodes.flow_demand.html#ribasim.nodes.flow_demand">nodes.flow_demand</a></td>
<td></td>
</tr>
<tr class="odd">
<td><a href="../../python/reference/nodes.level_demand.html#ribasim.nodes.level_demand">nodes.level_demand</a></td>
<td></td>
</tr>
</tbody>
</table>

Expand Down
Loading

0 comments on commit 632ac54

Please sign in to comment.