Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Oct 1, 2023
1 parent 6de251e commit 82df1e2
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 111 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25570dff
0ef9f0c3
182 changes: 91 additions & 91 deletions build/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ <h1 data-number="2"><span class="header-section-number">2</span> Update the basi
<span id="cb26-4"><a href="#cb26-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="cb26-5"><a href="#cb26-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 0x7f9f3265c150&gt;</code></pre>
<pre><code>&lt;matplotlib.legend.Legend at 0x7f2ff6d72a50&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="412"></p>
Expand Down
2 changes: 1 addition & 1 deletion python/reference/Edge.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h2 data-number="1.2" class="anchored" data-anchor-id="methods"><span class="hea
</table>
<section id="ribasim.Edge.write_layer" class="level3" data-number="1.2.1">
<h3 data-number="1.2.1" class="anchored" data-anchor-id="ribasim.Edge.write_layer"><span class="header-section-number">1.2.1</span> write_layer</h3>
<p><code>Edge.write_layer(self, path)</code></p>
<p><code>Edge.write_layer(path)</code></p>
<p>Write the contents of the input to a GeoPackage.</p>
<section id="parameters-1" class="level4" data-number="1.2.1.1">
<h4 data-number="1.2.1.1" class="anchored" data-anchor-id="parameters-1"><span class="header-section-number">1.2.1.1</span> Parameters</h4>
Expand Down
16 changes: 8 additions & 8 deletions python/reference/Model.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ <h2 data-number="1.2" class="anchored" data-anchor-id="methods"><span class="hea
</table>
<section id="ribasim.Model.fields" class="level3" data-number="1.2.1">
<h3 data-number="1.2.1" class="anchored" data-anchor-id="ribasim.Model.fields"><span class="header-section-number">1.2.1</span> fields</h3>
<p><code>Model.fields(cls)</code></p>
<p><code>Model.fields()</code></p>
<p>Return the names of the fields contained in the Model.</p>
</section>
<section id="ribasim.Model.from_toml" class="level3" data-number="1.2.2">
Expand Down Expand Up @@ -401,7 +401,7 @@ <h4 data-number="1.2.2.2" class="anchored" data-anchor-id="returns"><span class=
</section>
<section id="ribasim.Model.plot" class="level3" data-number="1.2.3">
<h3 data-number="1.2.3" class="anchored" data-anchor-id="ribasim.Model.plot"><span class="header-section-number">1.2.3</span> plot</h3>
<p><code>Model.plot(self, ax=None)</code></p>
<p><code>Model.plot(ax=None)</code></p>
<p>Plot the nodes and edges of the model.</p>
<section id="parameters-2" class="level4" data-number="1.2.3.1">
<h4 data-number="1.2.3.1" class="anchored" data-anchor-id="parameters-2"><span class="header-section-number">1.2.3.1</span> Parameters</h4>
Expand Down Expand Up @@ -450,34 +450,34 @@ <h4 data-number="1.2.3.2" class="anchored" data-anchor-id="returns-1"><span clas
</section>
<section id="ribasim.Model.sort" class="level3" data-number="1.2.4">
<h3 data-number="1.2.4" class="anchored" data-anchor-id="ribasim.Model.sort"><span class="header-section-number">1.2.4</span> sort</h3>
<p><code>Model.sort(self)</code></p>
<p><code>Model.sort()</code></p>
<p>Sort all input tables as required.</p>
<p>Tables are sorted by “node_id”, unless otherwise specified. Sorting is done automatically before writing the table.</p>
</section>
<section id="ribasim.Model.validate_model" class="level3" data-number="1.2.5">
<h3 data-number="1.2.5" class="anchored" data-anchor-id="ribasim.Model.validate_model"><span class="header-section-number">1.2.5</span> validate_model</h3>
<p><code>Model.validate_model(self)</code></p>
<p><code>Model.validate_model()</code></p>
<p>Validate the model.</p>
<p>Checks: - Whether all node types in the node field are valid - Whether the node IDs of the node_type fields are valid - Whether the node IDs in the node field correspond to the node IDs on the node type fields</p>
</section>
<section id="ribasim.Model.validate_model_node_IDs" class="level3" data-number="1.2.6">
<h3 data-number="1.2.6" class="anchored" data-anchor-id="ribasim.Model.validate_model_node_IDs"><span class="header-section-number">1.2.6</span> validate_model_node_IDs</h3>
<p><code>Model.validate_model_node_IDs(self)</code></p>
<p><code>Model.validate_model_node_IDs()</code></p>
<p>Check whether the node IDs in the node field correspond to the node IDs on the node type fields.</p>
</section>
<section id="ribasim.Model.validate_model_node_field_IDs" class="level3" data-number="1.2.7">
<h3 data-number="1.2.7" class="anchored" data-anchor-id="ribasim.Model.validate_model_node_field_IDs"><span class="header-section-number">1.2.7</span> validate_model_node_field_IDs</h3>
<p><code>Model.validate_model_node_field_IDs(self)</code></p>
<p><code>Model.validate_model_node_field_IDs()</code></p>
<p>Check whether the node IDs of the node_type fields are valid.</p>
</section>
<section id="ribasim.Model.validate_model_node_types" class="level3" data-number="1.2.8">
<h3 data-number="1.2.8" class="anchored" data-anchor-id="ribasim.Model.validate_model_node_types"><span class="header-section-number">1.2.8</span> validate_model_node_types</h3>
<p><code>Model.validate_model_node_types(self)</code></p>
<p><code>Model.validate_model_node_types()</code></p>
<p>Check whether all node types in the node field are valid.</p>
</section>
<section id="ribasim.Model.write" class="level3" data-number="1.2.9">
<h3 data-number="1.2.9" class="anchored" data-anchor-id="ribasim.Model.write"><span class="header-section-number">1.2.9</span> write</h3>
<p><code>Model.write(self, directory)</code></p>
<p><code>Model.write(directory)</code></p>
<p>Write the contents of the model to a GeoPackage and a TOML configuration file.</p>
<p>If <code>directory</code> does not exist, it is created before writing. The GeoPackage and TOML file will be called <code>{modelname}.gpkg</code> and <code>{modelname}.toml</code> respectively.</p>
<section id="parameters-3" class="level4" data-number="1.2.9.1">
Expand Down
4 changes: 2 additions & 2 deletions python/reference/Node.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h2 data-number="1.2" class="anchored" data-anchor-id="methods"><span class="hea
</table>
<section id="ribasim.Node.plot" class="level3" data-number="1.2.1">
<h3 data-number="1.2.1" class="anchored" data-anchor-id="ribasim.Node.plot"><span class="header-section-number">1.2.1</span> plot</h3>
<p><code>Node.plot(self, ax=None, zorder=None)</code></p>
<p><code>Node.plot(ax=None, zorder=None)</code></p>
<p>Plot the nodes. Each node type is given a separate marker.</p>
<section id="parameters-1" class="level4" data-number="1.2.1.1">
<h4 data-number="1.2.1.1" class="anchored" data-anchor-id="parameters-1"><span class="header-section-number">1.2.1.1</span> Parameters</h4>
Expand Down Expand Up @@ -246,7 +246,7 @@ <h4 data-number="1.2.1.2" class="anchored" data-anchor-id="returns"><span class=
</section>
<section id="ribasim.Node.write_layer" class="level3" data-number="1.2.2">
<h3 data-number="1.2.2" class="anchored" data-anchor-id="ribasim.Node.write_layer"><span class="header-section-number">1.2.2</span> write_layer</h3>
<p><code>Node.write_layer(self, path)</code></p>
<p><code>Node.write_layer(path)</code></p>
<p>Write the contents of the input to a GeoPackage.</p>
<section id="parameters-2" class="level4" data-number="1.2.2.1">
<h4 data-number="1.2.2.1" class="anchored" data-anchor-id="parameters-2"><span class="header-section-number">1.2.2.1</span> Parameters</h4>
Expand Down
Loading

0 comments on commit 82df1e2

Please sign in to comment.