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 10, 2023
1 parent ab41e01 commit 261ebdc
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9751942b
7ae3e056
184 changes: 92 additions & 92 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 0x7f8b758bc150&gt;</code></pre>
<pre><code>&lt;matplotlib.legend.Legend at 0x7f286216e1d0&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
5 changes: 5 additions & 0 deletions schema/Edge.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"format": "default",
"type": "integer"
},
"name": {
"format": "default",
"type": "string"
},
"from_node_id": {
"format": "default",
"type": "integer"
Expand All @@ -30,6 +34,7 @@
},
"required": [
"fid",
"name",
"from_node_id",
"to_node_id",
"edge_type"
Expand Down
5 changes: 5 additions & 0 deletions schema/Node.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"format": "default",
"type": "integer"
},
"name": {
"format": "default",
"type": "string"
},
"type": {
"format": "default",
"type": "string"
Expand All @@ -22,6 +26,7 @@
},
"required": [
"fid",
"name",
"type"
]
}
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit 261ebdc

Please sign in to comment.