Skip to content

Commit c6ace5b

Browse files
committed
Deploying to gh-pages from @ a9e68b3 🚀
1 parent 79df28e commit c6ace5b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

_sources/example_workflows/arithmetic/cwl.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
"id": "92e3921b-2bb8-4333-8cfe-4bd27f785d24",
3636
"cell_type": "code",
37-
"source": "from python_workflow_definition.cwl import load_workflow_json",
37+
"source": "from python_workflow_definition.cwl import write_workflow",
3838
"metadata": {
3939
"trusted": true
4040
},
@@ -44,7 +44,7 @@
4444
{
4545
"id": "5303c059-8ae4-4557-858e-b4bd64eac711",
4646
"cell_type": "code",
47-
"source": "load_workflow_json(file_name=\"workflow.json\")",
47+
"source": "write_workflow(file_name=\"workflow.json\")",
4848
"metadata": {
4949
"trusted": true
5050
},

_sources/example_workflows/nfdi/cwl.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{
5555
"id": "92e3921b-2bb8-4333-8cfe-4bd27f785d24",
5656
"cell_type": "code",
57-
"source": "from python_workflow_definition.cwl import load_workflow_json",
57+
"source": "from python_workflow_definition.cwl import write_workflow",
5858
"metadata": {
5959
"trusted": true
6060
},
@@ -106,7 +106,7 @@
106106
{
107107
"id": "5303c059-8ae4-4557-858e-b4bd64eac711",
108108
"cell_type": "code",
109-
"source": "load_workflow_json(file_name=\"workflow.json\")",
109+
"source": "write_workflow(file_name=\"workflow.json\")",
110110
"metadata": {
111111
"trusted": true
112112
},

_sources/example_workflows/quantum_espresso/cwl.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{
4545
"id": "92e3921b-2bb8-4333-8cfe-4bd27f785d24",
4646
"cell_type": "code",
47-
"source": "from python_workflow_definition.cwl import load_workflow_json",
47+
"source": "from python_workflow_definition.cwl import write_workflow",
4848
"metadata": {
4949
"trusted": true
5050
},
@@ -54,7 +54,7 @@
5454
{
5555
"id": "5303c059-8ae4-4557-858e-b4bd64eac711",
5656
"cell_type": "code",
57-
"source": "load_workflow_json(file_name=\"workflow.json\")",
57+
"source": "write_workflow(file_name=\"workflow.json\")",
5858
"metadata": {
5959
"trusted": true
6060
},

example_workflows/arithmetic/cwl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,14 +394,14 @@ <h2> Contents </h2>
394394
</div>
395395
<div class="cell docutils container">
396396
<div class="cell_input docutils container">
397-
<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.cwl</span><span class="w"> </span><span class="kn">import</span> <span class="n">load_workflow_json</span>
397+
<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.cwl</span><span class="w"> </span><span class="kn">import</span> <span class="n">write_workflow</span>
398398
</pre></div>
399399
</div>
400400
</div>
401401
</div>
402402
<div class="cell docutils container">
403403
<div class="cell_input docutils container">
404-
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">load_workflow_json</span><span class="p">(</span><span class="n">file_name</span><span class="o">=</span><span class="s2">&quot;workflow.json&quot;</span><span class="p">)</span>
404+
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">write_workflow</span><span class="p">(</span><span class="n">file_name</span><span class="o">=</span><span class="s2">&quot;workflow.json&quot;</span><span class="p">)</span>
405405
</pre></div>
406406
</div>
407407
</div>

example_workflows/nfdi/cwl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h2> Contents </h2>
410410
</div>
411411
<div class="cell docutils container">
412412
<div class="cell_input docutils container">
413-
<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.cwl</span><span class="w"> </span><span class="kn">import</span> <span class="n">load_workflow_json</span>
413+
<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.cwl</span><span class="w"> </span><span class="kn">import</span> <span class="n">write_workflow</span>
414414
</pre></div>
415415
</div>
416416
</div>
@@ -451,7 +451,7 @@ <h1>Overwrite source directory with absolute path<a class="headerlink" href="#ov
451451
<h1>Execute workflow<a class="headerlink" href="#execute-workflow" title="Link to this heading">#</a></h1>
452452
<div class="cell docutils container">
453453
<div class="cell_input docutils container">
454-
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">load_workflow_json</span><span class="p">(</span><span class="n">file_name</span><span class="o">=</span><span class="s2">&quot;workflow.json&quot;</span><span class="p">)</span>
454+
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">write_workflow</span><span class="p">(</span><span class="n">file_name</span><span class="o">=</span><span class="s2">&quot;workflow.json&quot;</span><span class="p">)</span>
455455
</pre></div>
456456
</div>
457457
</div>

example_workflows/quantum_espresso/cwl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,14 +401,14 @@ <h2> Contents </h2>
401401
</div>
402402
<div class="cell docutils container">
403403
<div class="cell_input docutils container">
404-
<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.cwl</span><span class="w"> </span><span class="kn">import</span> <span class="n">load_workflow_json</span>
404+
<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.cwl</span><span class="w"> </span><span class="kn">import</span> <span class="n">write_workflow</span>
405405
</pre></div>
406406
</div>
407407
</div>
408408
</div>
409409
<div class="cell docutils container">
410410
<div class="cell_input docutils container">
411-
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">load_workflow_json</span><span class="p">(</span><span class="n">file_name</span><span class="o">=</span><span class="s2">&quot;workflow.json&quot;</span><span class="p">)</span>
411+
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">write_workflow</span><span class="p">(</span><span class="n">file_name</span><span class="o">=</span><span class="s2">&quot;workflow.json&quot;</span><span class="p">)</span>
412412
</pre></div>
413413
</div>
414414
</div>

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.

0 commit comments

Comments
 (0)