Skip to content

Commit

Permalink
make html
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Aug 14, 2024
1 parent 52e76d3 commit 4173e37
Show file tree
Hide file tree
Showing 121 changed files with 1,521 additions and 1 deletion.
Binary file modified unravel/docs/_build/doctrees/guide.doctree
Binary file not shown.
Binary file not shown.
Binary file modified unravel/docs/_build/doctrees/unravel/utilities/toc.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions unravel/docs/_build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ <h1>All modules for which code is available</h1>
<li><a href="unravel/utilities/aggregate_files_from_sample_dirs.html">unravel.utilities.aggregate_files_from_sample_dirs</a></li>
<li><a href="unravel/utilities/aggregate_files_recursively.html">unravel.utilities.aggregate_files_recursively</a></li>
<li><a href="unravel/utilities/clean_tif_dirs.html">unravel.utilities.clean_tif_dirs</a></li>
<li><a href="unravel/utilities/points_compressor.html">unravel.utilities.points_compressor</a></li>
<li><a href="unravel/utilities/prepend_conditions.html">unravel.utilities.prepend_conditions</a></li>
<li><a href="unravel/utilities/rename.html">unravel.utilities.rename</a></li>
<li><a href="unravel/utilities/toggle_samples.html">unravel.utilities.toggle_samples</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,11 @@ <h1>Source code for unravel.unravel_commands</h1><div class="highlight"><pre>
<span class="s2">&quot;module&quot;</span><span class="p">:</span> <span class="s2">&quot;unravel.utilities.clean_tif_dirs&quot;</span><span class="p">,</span>
<span class="s2">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;Clean TIF directories (no spaces, move non-tifs).&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;utils_points_compressor&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.utilities.points_compressor&quot;</span><span class="p">,</span>
<span class="s2">&quot;description&quot;</span><span class="p">:</span> <span class="s2">&quot;Pack or unpack point data in a CSV file or summarize the number of points per region.&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="p">}</span>
<span class="p">}</span>
Expand Down
Loading

0 comments on commit 4173e37

Please sign in to comment.