Skip to content

Commit

Permalink
rebuild documentation
Browse files Browse the repository at this point in the history
- fix error message in example notebook
- add stitching and parsing example notebooks
  • Loading branch information
sophiamaedler committed Sep 11, 2024
1 parent fde618a commit 5a38d8e
Show file tree
Hide file tree
Showing 50 changed files with 1,292 additions and 779 deletions.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "6fc618c5",
"metadata": {},
"source": [
"# Example Parsing Notebook to rename phenix experiments"
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down
Binary file modified docs/doctrees/pages/notebooks/example_scPortrait_project.doctree
Binary file not shown.
Binary file modified docs/doctrees/pages/tools/parsing/example_parsing_notebook.doctree
Binary file not shown.
Binary file modified docs/doctrees/pages/tools/parsing/parsing.doctree
Binary file not shown.
Binary file modified docs/doctrees/pages/tools/stitching/stitching.doctree
Binary file not shown.
3 changes: 2 additions & 1 deletion docs/html/_sources/pages/pipeline/stitching.rst.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
stitching
=========
=========

Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "6fc618c5",
"metadata": {},
"source": [
"# Example Parsing Notebook to rename phenix experiments"
]
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down
9 changes: 8 additions & 1 deletion docs/html/_sources/pages/tools/parsing/parsing.rst.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
parsing
=======
=======

Example notebook showing the use of the parsing module.

.. toctree::
:maxdepth: 2

example_parsing_notebook.ipynb
7 changes: 7 additions & 0 deletions docs/html/_sources/pages/tools/stitching/stitching.rst.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
stitching
=========

Example notebook showing how to use the stitching module.

.. toctree::
:maxdepth: 2

example_stitching_notebook.ipynb
25 changes: 23 additions & 2 deletions docs/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,29 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">scPortrait tools</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/parsing/parsing.html">parsing</a></li>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/stitching/stitching.html">stitching</a></li>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/parsing/parsing.html">parsing</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pages/tools/parsing/example_parsing_notebook.html">Example Parsing Notebook to rename phenix experiments</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/stitching/stitching.html">stitching</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html">Example Stitching Notebook</a><ul>
<li class="toctree-l3"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#Single-threaded-Stitching">Single-threaded Stitching</a><ul>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#initializing-the-stitcher-object">initializing the stitcher object</a></li>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#Generating-thumbnails">Generating thumbnails</a></li>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#Generating-full-scale-stitched-image">Generating full-scale stitched image</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#Multi-threaded-Stitching">Multi-threaded Stitching</a><ul>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#id1">initializing the stitcher object</a></li>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#id2">Generating thumbnails</a></li>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#id3">Generating full-scale stitched image</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#Visualize-Stitching-Output">Visualize Stitching Output</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Module API</span></p>
<ul>
Expand Down
35 changes: 31 additions & 4 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,29 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">scPortrait tools</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/parsing/parsing.html">parsing</a></li>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/stitching/stitching.html">stitching</a></li>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/parsing/parsing.html">parsing</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pages/tools/parsing/example_parsing_notebook.html">Example Parsing Notebook to rename phenix experiments</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/stitching/stitching.html">stitching</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html">Example Stitching Notebook</a><ul>
<li class="toctree-l3"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#Single-threaded-Stitching">Single-threaded Stitching</a><ul>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#initializing-the-stitcher-object">initializing the stitcher object</a></li>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#Generating-thumbnails">Generating thumbnails</a></li>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#Generating-full-scale-stitched-image">Generating full-scale stitched image</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#Multi-threaded-Stitching">Multi-threaded Stitching</a><ul>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#id1">initializing the stitcher object</a></li>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#id2">Generating thumbnails</a></li>
<li class="toctree-l4"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#id3">Generating full-scale stitched image</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html#Visualize-Stitching-Output">Visualize Stitching Output</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Module API</span></p>
<ul>
Expand Down Expand Up @@ -322,8 +343,14 @@ <h1>Documentation<a class="headerlink" href="#documentation" title="Link to this
<div class="toctree-wrapper compound">
<p class="caption" role="heading"><span class="caption-text">scPortrait tools</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/parsing/parsing.html">parsing</a></li>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/stitching/stitching.html">stitching</a></li>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/parsing/parsing.html">parsing</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pages/tools/parsing/example_parsing_notebook.html">Example Parsing Notebook to rename phenix experiments</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="pages/tools/stitching/stitching.html">stitching</a><ul>
<li class="toctree-l2"><a class="reference internal" href="pages/tools/stitching/example_stitching_notebook.html">Example Stitching Notebook</a></li>
</ul>
</li>
</ul>
</div>
<div class="toctree-wrapper compound">
Expand Down
Binary file modified docs/html/objects.inv
Binary file not shown.
65 changes: 33 additions & 32 deletions docs/html/pages/example_notebooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,28 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">scPortrait tools</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="tools/parsing/parsing.html">parsing</a></li>
<li class="toctree-l1"><a class="reference internal" href="tools/stitching/stitching.html">stitching</a></li>
<li class="toctree-l1"><a class="reference internal" href="tools/parsing/parsing.html">parsing</a><ul class="simple">
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="tools/stitching/stitching.html">stitching</a><ul>
<li class="toctree-l2"><a class="reference internal" href="tools/stitching/example_stitching_notebook.html">Example Stitching Notebook</a><ul>
<li class="toctree-l3"><a class="reference internal" href="tools/stitching/example_stitching_notebook.html#Single-threaded-Stitching">Single-threaded Stitching</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tools/stitching/example_stitching_notebook.html#initializing-the-stitcher-object">initializing the stitcher object</a></li>
<li class="toctree-l4"><a class="reference internal" href="tools/stitching/example_stitching_notebook.html#Generating-thumbnails">Generating thumbnails</a></li>
<li class="toctree-l4"><a class="reference internal" href="tools/stitching/example_stitching_notebook.html#Generating-full-scale-stitched-image">Generating full-scale stitched image</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tools/stitching/example_stitching_notebook.html#Multi-threaded-Stitching">Multi-threaded Stitching</a><ul>
<li class="toctree-l4"><a class="reference internal" href="tools/stitching/example_stitching_notebook.html#id1">initializing the stitcher object</a></li>
<li class="toctree-l4"><a class="reference internal" href="tools/stitching/example_stitching_notebook.html#id2">Generating thumbnails</a></li>
<li class="toctree-l4"><a class="reference internal" href="tools/stitching/example_stitching_notebook.html#id3">Generating full-scale stitched image</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="tools/stitching/example_stitching_notebook.html#Visualize-Stitching-Output">Visualize Stitching Output</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Module API</span></p>
<ul>
Expand All @@ -173,23 +193,7 @@
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#shardedsegmentation">ShardedSegmentation</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="module/pipeline.html#module-scportrait.pipeline.segmentation.workflows">segmentation workflows</a><ul>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.WGASegmentation"><code class="docutils literal notranslate"><span class="pre">WGASegmentation</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.ShardedWGASegmentation"><code class="docutils literal notranslate"><span class="pre">ShardedWGASegmentation</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.DAPISegmentation"><code class="docutils literal notranslate"><span class="pre">DAPISegmentation</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.ShardedDAPISegmentation"><code class="docutils literal notranslate"><span class="pre">ShardedDAPISegmentation</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.DAPISegmentationCellpose"><code class="docutils literal notranslate"><span class="pre">DAPISegmentationCellpose</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.ShardedDAPISegmentationCellpose"><code class="docutils literal notranslate"><span class="pre">ShardedDAPISegmentationCellpose</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.CytosolSegmentationCellpose"><code class="docutils literal notranslate"><span class="pre">CytosolSegmentationCellpose</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.ShardedCytosolSegmentationCellpose"><code class="docutils literal notranslate"><span class="pre">ShardedCytosolSegmentationCellpose</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.CytosolSegmentationDownsamplingCellpose"><code class="docutils literal notranslate"><span class="pre">CytosolSegmentationDownsamplingCellpose</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.ShardedCytosolSegmentationDownsamplingCellpose"><code class="docutils literal notranslate"><span class="pre">ShardedCytosolSegmentationDownsamplingCellpose</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.CytosolOnlySegmentationCellpose"><code class="docutils literal notranslate"><span class="pre">CytosolOnlySegmentationCellpose</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.Sharded_CytosolOnly_Cellpose_Segmentation"><code class="docutils literal notranslate"><span class="pre">Sharded_CytosolOnly_Cellpose_Segmentation</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.CytosolOnly_Segmentation_Downsampling_Cellpose"><code class="docutils literal notranslate"><span class="pre">CytosolOnly_Segmentation_Downsampling_Cellpose</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#scportrait.pipeline.segmentation.workflows.Sharded_CytosolOnly_Segmentation_Downsampling_Cellpose"><code class="docutils literal notranslate"><span class="pre">Sharded_CytosolOnly_Segmentation_Downsampling_Cellpose</span></code></a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="module/pipeline.html#segmentation-workflows">segmentation workflows</a></li>
<li class="toctree-l3"><a class="reference internal" href="module/pipeline.html#extraction">extraction</a><ul>
<li class="toctree-l4"><a class="reference internal" href="module/pipeline.html#hdf5cellextraction">HDF5CellExtraction</a></li>
</ul>
Expand All @@ -206,29 +210,26 @@
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="module/processing.html">processing</a><ul>
<li class="toctree-l3"><a class="reference internal" href="module/processing.html#module-scportrait.processing.images">images</a></li>
<li class="toctree-l3"><a class="reference internal" href="module/processing.html#module-scportrait.processing.masks">masks</a></li>
<li class="toctree-l3"><a class="reference internal" href="module/processing.html#images">images</a></li>
<li class="toctree-l3"><a class="reference internal" href="module/processing.html#masks">masks</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="module/io.html">processing</a><ul>
<li class="toctree-l3"><a class="reference internal" href="module/io.html#module-scportrait.processing.images">images</a></li>
<li class="toctree-l3"><a class="reference internal" href="module/io.html#module-scportrait.processing.masks">masks</a></li>
<li class="toctree-l3"><a class="reference internal" href="module/io.html#images">images</a></li>
<li class="toctree-l3"><a class="reference internal" href="module/io.html#masks">masks</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="module/tools.html">tools</a><ul>
<li class="toctree-l3"><a class="reference internal" href="module/tools/parsing.html">parsing</a></li>
<li class="toctree-l3"><a class="reference internal" href="module/tools/stitching.html">stitching</a><ul>
<li class="toctree-l4"><a class="reference internal" href="module/tools/stitching.html#parameters">Parameters:</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="module/tools/stitching.html">stitching</a></li>
<li class="toctree-l3"><a class="reference internal" href="module/tools/ml.html">ml</a><ul>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#module-scportrait.tools.ml.datasets">datasets</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#module-scportrait.tools.ml.metrics">metrics</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#datasets">datasets</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#metrics">metrics</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#models">models</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#plmodels">plmodels</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#module-scportrait.tools.ml.pretrained_models">pretrained_models</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#module-scportrait.tools.ml.transforms">transforms</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#module-scportrait.tools.ml.utils">utils</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#pretrained-models">pretrained_models</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#transforms">transforms</a></li>
<li class="toctree-l4"><a class="reference internal" href="module/tools/ml.html#utils">utils</a></li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit 5a38d8e

Please sign in to comment.