Skip to content

Commit 8b67d87

Browse files
committed
Deploying to gh-pages from @ b7fb607 🚀
1 parent f0ed97d commit 8b67d87

7 files changed

+115
-1
lines changed

_sources/universal_workflow_nfdi.ipynb

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77
"# Load Simple Workflow"
88
]
99
},
10+
{
11+
"metadata": {},
12+
"cell_type": "markdown",
13+
"source": "## Plot"
14+
},
15+
{
16+
"metadata": {},
17+
"cell_type": "code",
18+
"outputs": [],
19+
"execution_count": null,
20+
"source": "from python_workflow_definition.plot import plot"
21+
},
22+
{
23+
"metadata": {},
24+
"cell_type": "code",
25+
"outputs": [],
26+
"execution_count": null,
27+
"source": "plot(file_name='workflow_nfdi.json')"
28+
},
1029
{
1130
"cell_type": "markdown",
1231
"metadata": {},

_sources/universal_workflow_qe.ipynb

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77
"# Load Quantum Espresso Energy Volume Curve Workflow"
88
]
99
},
10+
{
11+
"metadata": {},
12+
"cell_type": "markdown",
13+
"source": "## Plot"
14+
},
15+
{
16+
"metadata": {},
17+
"cell_type": "code",
18+
"outputs": [],
19+
"execution_count": null,
20+
"source": "from python_workflow_definition.plot import plot"
21+
},
22+
{
23+
"metadata": {},
24+
"cell_type": "code",
25+
"outputs": [],
26+
"execution_count": null,
27+
"source": "plot(file_name='workflow_qe.json')"
28+
},
1029
{
1130
"cell_type": "markdown",
1231
"metadata": {},

_sources/universal_workflow_simple.ipynb

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77
"# Load Simple Workflow"
88
]
99
},
10+
{
11+
"metadata": {},
12+
"cell_type": "markdown",
13+
"source": "## Plot"
14+
},
15+
{
16+
"metadata": {},
17+
"cell_type": "code",
18+
"outputs": [],
19+
"execution_count": null,
20+
"source": "from python_workflow_definition.plot import plot"
21+
},
22+
{
23+
"metadata": {},
24+
"cell_type": "code",
25+
"outputs": [],
26+
"execution_count": null,
27+
"source": "plot(file_name='workflow_simple.json')"
28+
},
1029
{
1130
"cell_type": "markdown",
1231
"metadata": {},

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

universal_workflow_nfdi.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ <h2> Contents </h2>
373373
</div>
374374
<nav aria-label="Page">
375375
<ul class="visible nav section-nav flex-column">
376+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#plot">Plot</a></li>
376377
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#aiida">Aiida</a></li>
377378
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#executorlib">executorlib</a></li>
378379
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#jobflow">Jobflow</a></li>
@@ -391,6 +392,23 @@ <h2> Contents </h2>
391392

392393
<section class="tex2jax_ignore mathjax_ignore" id="load-simple-workflow">
393394
<h1>Load Simple Workflow<a class="headerlink" href="#load-simple-workflow" title="Link to this heading">#</a></h1>
395+
<section id="plot">
396+
<h2>Plot<a class="headerlink" href="#plot" title="Link to this heading">#</a></h2>
397+
<div class="cell docutils container">
398+
<div class="cell_input docutils container">
399+
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span><span class="w"> </span><span class="nn">python_workflow_definition.plot</span><span class="w"> </span><span class="kn">import</span> <span class="n">plot</span>
400+
</pre></div>
401+
</div>
402+
</div>
403+
</div>
404+
<div class="cell docutils container">
405+
<div class="cell_input docutils container">
406+
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">plot</span><span class="p">(</span><span class="n">file_name</span><span class="o">=</span><span class="s1">&#39;workflow_nfdi.json&#39;</span><span class="p">)</span>
407+
</pre></div>
408+
</div>
409+
</div>
410+
</div>
411+
</section>
394412
<section id="aiida">
395413
<h2>Aiida<a class="headerlink" href="#aiida" title="Link to this heading">#</a></h2>
396414
<div class="cell docutils container">
@@ -752,6 +770,7 @@ <h2>Python<a class="headerlink" href="#python" title="Link to this heading">#</a
752770
</div>
753771
<nav class="bd-toc-nav page-toc">
754772
<ul class="visible nav section-nav flex-column">
773+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#plot">Plot</a></li>
755774
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#aiida">Aiida</a></li>
756775
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#executorlib">executorlib</a></li>
757776
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#jobflow">Jobflow</a></li>

universal_workflow_qe.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ <h2> Contents </h2>
373373
</div>
374374
<nav aria-label="Page">
375375
<ul class="visible nav section-nav flex-column">
376+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#plot">Plot</a></li>
376377
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#aiida">Aiida</a></li>
377378
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#executorlib">executorlib</a></li>
378379
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#jobflow">jobflow</a></li>
@@ -391,6 +392,23 @@ <h2> Contents </h2>
391392

392393
<section class="tex2jax_ignore mathjax_ignore" id="load-quantum-espresso-energy-volume-curve-workflow">
393394
<h1>Load Quantum Espresso Energy Volume Curve Workflow<a class="headerlink" href="#load-quantum-espresso-energy-volume-curve-workflow" title="Link to this heading">#</a></h1>
395+
<section id="plot">
396+
<h2>Plot<a class="headerlink" href="#plot" title="Link to this heading">#</a></h2>
397+
<div class="cell docutils container">
398+
<div class="cell_input docutils container">
399+
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span><span class="w"> </span><span class="nn">python_workflow_definition.plot</span><span class="w"> </span><span class="kn">import</span> <span class="n">plot</span>
400+
</pre></div>
401+
</div>
402+
</div>
403+
</div>
404+
<div class="cell docutils container">
405+
<div class="cell_input docutils container">
406+
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">plot</span><span class="p">(</span><span class="n">file_name</span><span class="o">=</span><span class="s1">&#39;workflow_qe.json&#39;</span><span class="p">)</span>
407+
</pre></div>
408+
</div>
409+
</div>
410+
</div>
411+
</section>
394412
<section id="aiida">
395413
<h2>Aiida<a class="headerlink" href="#aiida" title="Link to this heading">#</a></h2>
396414
<div class="cell docutils container">
@@ -1169,6 +1187,7 @@ <h2>Python<a class="headerlink" href="#python" title="Link to this heading">#</a
11691187
</div>
11701188
<nav class="bd-toc-nav page-toc">
11711189
<ul class="visible nav section-nav flex-column">
1190+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#plot">Plot</a></li>
11721191
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#aiida">Aiida</a></li>
11731192
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#executorlib">executorlib</a></li>
11741193
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#jobflow">jobflow</a></li>

universal_workflow_simple.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ <h2> Contents </h2>
373373
</div>
374374
<nav aria-label="Page">
375375
<ul class="visible nav section-nav flex-column">
376+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#plot">Plot</a></li>
376377
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#aiida">Aiida</a></li>
377378
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#executorlib">executorlib</a></li>
378379
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#jobflow">Jobflow</a></li>
@@ -391,6 +392,23 @@ <h2> Contents </h2>
391392

392393
<section class="tex2jax_ignore mathjax_ignore" id="load-simple-workflow">
393394
<h1>Load Simple Workflow<a class="headerlink" href="#load-simple-workflow" title="Link to this heading">#</a></h1>
395+
<section id="plot">
396+
<h2>Plot<a class="headerlink" href="#plot" title="Link to this heading">#</a></h2>
397+
<div class="cell docutils container">
398+
<div class="cell_input docutils container">
399+
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span><span class="w"> </span><span class="nn">python_workflow_definition.plot</span><span class="w"> </span><span class="kn">import</span> <span class="n">plot</span>
400+
</pre></div>
401+
</div>
402+
</div>
403+
</div>
404+
<div class="cell docutils container">
405+
<div class="cell_input docutils container">
406+
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">plot</span><span class="p">(</span><span class="n">file_name</span><span class="o">=</span><span class="s1">&#39;workflow_simple.json&#39;</span><span class="p">)</span>
407+
</pre></div>
408+
</div>
409+
</div>
410+
</div>
411+
</section>
394412
<section id="aiida">
395413
<h2>Aiida<a class="headerlink" href="#aiida" title="Link to this heading">#</a></h2>
396414
<div class="cell docutils container">
@@ -752,6 +770,7 @@ <h2>Python<a class="headerlink" href="#python" title="Link to this heading">#</a
752770
</div>
753771
<nav class="bd-toc-nav page-toc">
754772
<ul class="visible nav section-nav flex-column">
773+
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#plot">Plot</a></li>
755774
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#aiida">Aiida</a></li>
756775
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#executorlib">executorlib</a></li>
757776
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#jobflow">Jobflow</a></li>

0 commit comments

Comments
 (0)