Skip to content

Commit

Permalink
Deployed e7f7326 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JTelez committed Dec 11, 2023
1 parent d0ae3a9 commit 857fc87
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 5 deletions.
4 changes: 4 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ <h1 id="404-page-not-found">404</h1>
<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>



</span>
Expand Down
5 changes: 5 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">About</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy/edit/master/docs/about.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down Expand Up @@ -109,6 +110,10 @@
<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>


<span><a href="../methods/" style="color: #fcfcfc">&laquo; Previous</a></span>

Expand Down
5 changes: 5 additions & 0 deletions getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Getting Started</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy/edit/master/docs/getting_started.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down Expand Up @@ -119,6 +120,10 @@ <h2 id="installation">Installation</h2>
<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>


<span><a href=".." style="color: #fcfcfc">&laquo; Previous</a></span>

Expand Down
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<li><a href="." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Home</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy/edit/master/docs/index.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down Expand Up @@ -114,6 +115,10 @@ <h1 id="mricloudpy-documentation">MRICloudPy Documentation</h1>
<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>



<span><a href="getting_started/" style="color: #fcfcfc">Next &raquo;</a></span>
Expand All @@ -136,5 +141,5 @@ <h1 id="mricloudpy-documentation">MRICloudPy Documentation</h1>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2023-12-03 22:16:40.527002+00:00
Build Date UTC : 2023-12-11 21:18:52.068554+00:00
-->
12 changes: 9 additions & 3 deletions methods/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Methods</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy/edit/master/docs/methods.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down Expand Up @@ -307,16 +308,17 @@ <h3 id="logit">Logit</h3>
</ul>
<hr />
<h2 id="imaging">Imaging</h2>
<p>Generates a subplot or single image (if 'nrows' and 'ncols' is 1) of region-specific brain images on a template brain</p>
<h3 id="generate_3d_image">generate_3d_image</h3>
<pre><code class="language-python">generate_3d_image(img_path, regions, view, nrows, ncols, slice_n=0)
</code></pre>
<p><strong>Parameters:</strong></p>
<ul>
<li><strong>img_path</strong>: <em>str</em></li>
<li><strong>regions</strong>: <em>list</em></li>
<li><strong>view</strong>: <em>int</em></li>
<li><strong>nrows</strong>: <em>int</em></li>
<li><strong>ncols</strong>: <em>int</em></li>
<li><strong>view</strong>: <em>int, {0 (horizontal), 1 (sagittal), 2 (coronal)}</em></li>
<li><strong>nrows</strong>: <em>int, {1, 2, 3, 4, 5, 6, 7}</em></li>
<li><strong>ncols</strong>: <em>int, {1, 2, 3, 4, 5, 6, 7}</em></li>
<li><strong>slice_n</strong>: <em>int, default = 0</em></li>
</ul>

Expand Down Expand Up @@ -346,6 +348,10 @@ <h3 id="generate_3d_image">generate_3d_image</h3>
<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>


<span><a href="../user_guide/" style="color: #fcfcfc">&laquo; Previous</a></span>

Expand Down
4 changes: 4 additions & 0 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ <h1 id="search">Search Results</h1>
<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>



</span>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.
5 changes: 5 additions & 0 deletions user_guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">User Guide</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy/edit/master/docs/user_guide.md" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
Expand Down Expand Up @@ -215,6 +216,10 @@ <h3 id="running-ols-regression">Running OLS regression</h3>
<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">

<span>
<a href="https://github.com/MR-Biomarker-Resource/mricloudpy" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
</span>


<span><a href="../getting_started/" style="color: #fcfcfc">&laquo; Previous</a></span>

Expand Down

0 comments on commit 857fc87

Please sign in to comment.