Skip to content

Commit

Permalink
deploy: 5c6a369
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Nov 14, 2023
1 parent b415625 commit 762ecb5
Show file tree
Hide file tree
Showing 7 changed files with 138 additions and 132 deletions.
254 changes: 127 additions & 127 deletions build/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contribute/addnode.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ <h2 data-number="2.1" class="anchored" data-anchor-id="python-class"><span class
</section>
<section id="qgis-plugin" class="level1" data-number="3">
<h1 data-number="3"><span class="header-section-number">3</span> QGIS plugin</h1>
<p>The script <code>qgis/core/nodes.py</code> has to be updated to specify how the new node type is displayed by the QGIS plugin. Specifically:</p>
<p>The script <code>ribasim_qgis/core/nodes.py</code> has to be updated to specify how the new node type is displayed by the QGIS plugin. Specifically:</p>
<ul>
<li>Add a color and shape description in the <code>MARKERS</code> dictionary in <code>Node.renderer</code>, consistent with the entries added above;</li>
<li>Add an input class per schema, e.g.</li>
Expand Down
8 changes: 7 additions & 1 deletion core/equations.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,14 @@ <h2 data-number="2.1" class="anchored" data-anchor-id="sec-reduction_factor"><sp
<span id="cb1-34"><a href="#cb1-34" aria-hidden="true" tabindex="-1"></a>fig.tight_layout()</span>
<span id="cb1-35"><a href="#cb1-35" aria-hidden="true" tabindex="-1"></a>plt.show()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details>
<div class="cell-output cell-output-stderr">
<pre><code>&lt;&gt;:31: SyntaxWarning: invalid escape sequence '\p'
&lt;&gt;:31: SyntaxWarning: invalid escape sequence '\p'
/tmp/ipykernel_5287/665069857.py:31: SyntaxWarning: invalid escape sequence '\p'
ax.set_ylabel("$\phi(x;p)$", fontsize=fontsize)</code></pre>
</div>
<div class="cell-output cell-output-display">
<p><img src="equations_files/figure-html/cell-2-output-1.png" class="img-fluid"></p>
<p><img src="equations_files/figure-html/cell-2-output-2.png" class="img-fluid"></p>
</div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion python/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ <h1 data-number="2"><span class="header-section-number">2</span> Update the basi
<span id="cb28-4"><a href="#cb28-4" aria-hidden="true" tabindex="-1"></a>ax <span class="op">=</span> df_flow.pivot_table(index<span class="op">=</span><span class="st">"time"</span>, columns<span class="op">=</span><span class="st">"edge"</span>, values<span class="op">=</span><span class="st">"flow_m3d"</span>).plot()</span>
<span id="cb28-5"><a href="#cb28-5" aria-hidden="true" tabindex="-1"></a>ax.legend(bbox_to_anchor<span class="op">=</span>(<span class="fl">1.3</span>, <span class="dv">1</span>), title<span class="op">=</span><span class="st">"Edge"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-display" data-execution_count="26">
<pre><code>&lt;matplotlib.legend.Legend at 0x7f535a7ea810&gt;</code></pre>
<pre><code>&lt;matplotlib.legend.Legend at 0x7f7c20dbeed0&gt;</code></pre>
</div>
<div class="cell-output cell-output-display">
<p><img src="examples_files/figure-html/cell-27-output-2.png" width="727" height="561"></p>
Expand Down
Binary file modified python/examples_files/figure-html/cell-55-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.
4 changes: 2 additions & 2 deletions search.json

Large diffs are not rendered by default.

0 comments on commit 762ecb5

Please sign in to comment.