Skip to content

Commit

Permalink
make html
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Jul 3, 2024
1 parent 11d5720 commit 1e8e118
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file modified unravel/docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified unravel/docs/_build/doctrees/unravel/image_tools/resample.doctree
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ <h1>Source code for unravel.unravel_commands</h1><div class="highlight"><pre>
<span class="p">},</span>
<span class="s2">&quot;img_resample&quot;</span><span class="p">:</span> <span class="p">{</span>
<span class="s2">&quot;module&quot;</span><span class="p">:</span> <span class="s2">&quot;unravel.image_tools.resample&quot;</span><span class="p">,</span>
<span class="s2">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;Pad images.&quot;</span><span class="p">,</span>
<span class="s2">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;Resample image.nii.gz.&quot;</span><span class="p">,</span>
<span class="s2">&quot;common&quot;</span><span class="p">:</span> <span class="kc">False</span>
<span class="p">},</span>
<span class="s2">&quot;img_extend&quot;</span><span class="p">:</span> <span class="p">{</span>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _unravel.image_tools.resample:

unravel.image_tools.resample module
==================================
===================================

.. automodule:: unravel.image_tools.resample
:members:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _unravel.warp.to_fixed:

unravel.warp.to_fixed module
=============================
============================

.. automodule:: unravel.warp.to_fixed
:members:
Expand Down
2 changes: 1 addition & 1 deletion unravel/docs/_build/html/searchindex.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions unravel/docs/_build/html/unravel/image_tools/resample.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,9 @@
<div id="searchbox"></div>
<article class="bd-article">

<section id="unravel-image-tools-resample-module">
<span id="unravel-image-tools-resample"></span><h1>unravel.image_tools.resample module<a class="headerlink" href="#unravel-image-tools-resample-module" title="Link to this heading">#</a></h1>
<p id="module-unravel.image_tools.resample">Use <code class="docutils literal notranslate"><span class="pre">img_resample</span></code> from UNRAVEL to resample an image.nii.gz and save it.</p>
<section id="module-unravel.image_tools.resample">
<span id="unravel-image-tools-resample-module"></span><span id="unravel-image-tools-resample"></span><h1>unravel.image_tools.resample module<a class="headerlink" href="#module-unravel.image_tools.resample" title="Link to this heading">#</a></h1>
<p>Use <code class="docutils literal notranslate"><span class="pre">img_resample</span></code> from UNRAVEL to resample an image.nii.gz and save it.</p>
<section id="usage">
<h2>Usage:<a class="headerlink" href="#usage" title="Link to this heading">#</a></h2>
<blockquote>
Expand Down

0 comments on commit 1e8e118

Please sign in to comment.