Skip to content

Commit

Permalink
docs(master): Update docs of development line
Browse files Browse the repository at this point in the history
  • Loading branch information
nipreps-bot committed Oct 1, 2024
1 parent 8d17fd7 commit 85eac81
Show file tree
Hide file tree
Showing 16 changed files with 223 additions and 331 deletions.
Binary file modified master/_images/sdcflows-workflows-fit-syn-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 master/_modules/sdcflows/workflows/fit/syn.html
Original file line number Diff line number Diff line change
Expand Up @@ -652,8 +652,8 @@ <h1>Source code for sdcflows.workflows.fit.syn</h1><div class="highlight"><pre>
<span class="sd"> :graph2use: orig</span>
<span class="sd"> :simple_form: yes</span>

<span class="sd"> from sdcflows.workflows.fit.syn import init_syn_sdc_wf</span>
<span class="sd"> wf = init_syn_sdc_wf(omp_nthreads=8)</span>
<span class="sd"> from sdcflows.workflows.fit.syn import init_syn_preprocessing_wf</span>
<span class="sd"> wf = init_syn_preprocessing_wf()</span>

<span class="sd"> Parameters</span>
<span class="sd"> ----------</span>
Expand Down
Binary file modified master/api/sdcflows-workflows-apply-correction-1.pdf
Binary file not shown.
Binary file modified master/api/sdcflows-workflows-apply-registration-1.pdf
Binary file not shown.
Binary file modified master/api/sdcflows-workflows-fit-fieldmap-1.pdf
Binary file not shown.
Binary file modified master/api/sdcflows-workflows-fit-fieldmap-2.pdf
Binary file not shown.
Binary file modified master/api/sdcflows-workflows-fit-fieldmap-3.pdf
Binary file not shown.
Binary file modified master/api/sdcflows-workflows-fit-pepolar-1.pdf
Binary file not shown.
Binary file modified master/api/sdcflows-workflows-fit-pepolar-2.pdf
Binary file not shown.
Binary file modified master/api/sdcflows-workflows-fit-syn-1.pdf
Binary file not shown.
Binary file modified master/api/sdcflows-workflows-fit-syn-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 master/api/sdcflows-workflows-fit-syn-1.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from sdcflows.workflows.fit.syn import init_syn_sdc_wf
wf = init_syn_sdc_wf(omp_nthreads=8)
from sdcflows.workflows.fit.syn import init_syn_preprocessing_wf
wf = init_syn_preprocessing_wf()
540 changes: 216 additions & 324 deletions master/api/sdcflows-workflows-fit-syn-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified master/api/sdcflows-workflows-fit-syn-2.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions master/api/sdcflows.config.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ <h2>Other responsibilities<a class="headerlink" href="#other-responsibilities" t

<dl class="py attribute">
<dt class="sig sig-object py" id="sdcflows.config.environment.free_mem">
<span class="sig-name descname"><span class="pre">free_mem</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">11.2</span></em><a class="headerlink" href="#sdcflows.config.environment.free_mem" title="Link to this definition"></a></dt>
<span class="sig-name descname"><span class="pre">free_mem</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">11.1</span></em><a class="headerlink" href="#sdcflows.config.environment.free_mem" title="Link to this definition"></a></dt>
<dd><p>Free memory at start.</p>
</dd></dl>

Expand Down Expand Up @@ -646,7 +646,7 @@ <h2>Other responsibilities<a class="headerlink" href="#other-responsibilities" t

<dl class="py attribute">
<dt class="sig sig-object py" id="sdcflows.config.execution.run_uuid">
<span class="sig-name descname"><span class="pre">run_uuid</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'20240924-201603_b7ff3ef5-5c2d-4f6c-9c6f-a1795a64a16f'</span></em><a class="headerlink" href="#sdcflows.config.execution.run_uuid" title="Link to this definition"></a></dt>
<span class="sig-name descname"><span class="pre">run_uuid</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'20241001-214336_27663cc1-3782-4cb8-9d0b-733366fa4bb9'</span></em><a class="headerlink" href="#sdcflows.config.execution.run_uuid" title="Link to this definition"></a></dt>
<dd><p>Unique identifier of this particular run.</p>
</dd></dl>

Expand Down
2 changes: 1 addition & 1 deletion master/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 85eac81

Please sign in to comment.