Skip to content

Commit 268c0c1

Browse files
committed
deploy: b569160
1 parent db5fa0f commit 268c0c1

File tree

58 files changed

+122
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+122
-122
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: ad54f4571a6c738fa7915639895c01a7
3+
config: afcc097d01f222a99d9acfc47f5edfea
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

TODO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279

280280

281281

282-
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3d" target="_blank"
282+
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3D" target="_blank"
283283
class="btn btn-sm btn-source-repository-button dropdown-item"
284284
title="Source repository"
285285
data-bs-placement="left" data-bs-toggle="tooltip"
@@ -296,7 +296,7 @@
296296

297297

298298

299-
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3d/issues/new?title=Issue%20on%20page%20%2FTODO.html&body=Your%20issue%20content%20here." target="_blank"
299+
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3D/issues/new?title=Issue%20on%20page%20%2FTODO.html&body=Your%20issue%20content%20here." target="_blank"
300300
class="btn btn-sm btn-source-issues-button dropdown-item"
301301
title="Open an issue"
302302
data-bs-placement="left" data-bs-toggle="tooltip"

_sources/source/guides/custom_model_template.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ To add a custom model, you will need a **.py** file with the following structure
3131
.. note::
3232
**WIP** : Currently you must modify :doc:`model_framework.py <../code/_autosummary/napari_cellseg3d.code_models.model_framework>` as well : import your model class and add it to the ``model_dict`` attribute
3333

34-
.. _file an issue: https://github.com/AdaptiveMotorControlLab/CellSeg3d/issues
34+
.. _file an issue: https://github.com/AdaptiveMotorControlLab/CellSeg3D/issues

_sources/source/guides/detailed_walkthrough.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ To visualise some of the results when running on a folder, you can leave the **V
207207
.. note::
208208
Too plot your results, check out the `provided notebooks`_
209209

210-
.. _provided notebooks: https://github.com/AdaptiveMotorControlLab/CellSeg3d/tree/main/notebooks
210+
.. _provided notebooks: https://github.com/AdaptiveMotorControlLab/CellSeg3D/tree/main/notebooks
211211

212212

213213
You can then launch inference and the results will be saved in your specified folder.
@@ -271,6 +271,6 @@ for the plots to work.
271271
Example of the plot present in the notebooks.
272272
Coordinates are based on centroids, the size represents the volume, the color, and the sphericity.
273273

274-
.. _notebooks folder of the repository: https://github.com/AdaptiveMotorControlLab/CellSeg3d/tree/main/notebooks
274+
.. _notebooks folder of the repository: https://github.com/AdaptiveMotorControlLab/CellSeg3D/tree/main/notebooks
275275

276276
With this complete, you can repeat the workflow as needed.

_sources/source/guides/installation_guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please refer to the :ref:`section below <source/guides/installation_guide:ARM64
88
.. warning::
99
If you encounter any issues during installation, feel free to open an issue on our `GitHub repository`_.
1010

11-
.. _GitHub repository: https://github.com/AdaptiveMotorControlLab/CellSeg3d/issues
11+
.. _GitHub repository: https://github.com/AdaptiveMotorControlLab/CellSeg3D/issues
1212

1313

1414
Installing pre-requisites
@@ -82,11 +82,11 @@ ______________________________
8282

8383
.. _miniconda3: https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html
8484

85-
1. **Clone the repository** (`link <https://github.com/AdaptiveMotorControlLab/CellSeg3d>`_):
85+
1. **Clone the repository** (`link <https://github.com/AdaptiveMotorControlLab/CellSeg3D>`_):
8686

8787
.. code-block::
8888
89-
git clone https://github.com/AdaptiveMotorControlLab/CellSeg3d.git
89+
git clone https://github.com/AdaptiveMotorControlLab/CellSeg3D.git
9090
9191
2. **Create the Conda Environment** :
9292
In the terminal, navigate to the CellSeg3D folder:

_sources/source/guides/training_wnet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ Common issues troubleshooting
9696

9797

9898
.. _WNet, A Deep Model for Fully Unsupervised Image Segmentation: https://arxiv.org/abs/1711.08506
99-
.. _open an issue: https://github.com/AdaptiveMotorControlLab/CellSeg3d/issues
99+
.. _open an issue: https://github.com/AdaptiveMotorControlLab/CellSeg3D/issues

genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278

279279

280280

281-
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3d" target="_blank"
281+
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3D" target="_blank"
282282
class="btn btn-sm btn-source-repository-button dropdown-item"
283283
title="Source repository"
284284
data-bs-placement="left" data-bs-toggle="tooltip"
@@ -295,7 +295,7 @@
295295

296296

297297

298-
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3d/issues/new?title=Issue%20on%20page%20%2Fgenindex.html&body=Your%20issue%20content%20here." target="_blank"
298+
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3D/issues/new?title=Issue%20on%20page%20%2Fgenindex.html&body=Your%20issue%20content%20here." target="_blank"
299299
class="btn btn-sm btn-source-issues-button dropdown-item"
300300
title="Open an issue"
301301
data-bs-placement="left" data-bs-toggle="tooltip"

py-modindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281

282282

283283

284-
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3d" target="_blank"
284+
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3D" target="_blank"
285285
class="btn btn-sm btn-source-repository-button dropdown-item"
286286
title="Source repository"
287287
data-bs-placement="left" data-bs-toggle="tooltip"
@@ -298,7 +298,7 @@
298298

299299

300300

301-
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3d/issues/new?title=Issue%20on%20page%20%2Fpy-modindex.html&body=Your%20issue%20content%20here." target="_blank"
301+
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3D/issues/new?title=Issue%20on%20page%20%2Fpy-modindex.html&body=Your%20issue%20content%20here." target="_blank"
302302
class="btn btn-sm btn-source-issues-button dropdown-item"
303303
title="Open an issue"
304304
data-bs-placement="left" data-bs-toggle="tooltip"

search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280

281281

282282

283-
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3d" target="_blank"
283+
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3D" target="_blank"
284284
class="btn btn-sm btn-source-repository-button dropdown-item"
285285
title="Source repository"
286286
data-bs-placement="left" data-bs-toggle="tooltip"
@@ -297,7 +297,7 @@
297297

298298

299299

300-
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3d/issues/new?title=Issue%20on%20page%20%2Fsearch.html&body=Your%20issue%20content%20here." target="_blank"
300+
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3D/issues/new?title=Issue%20on%20page%20%2Fsearch.html&body=Your%20issue%20content%20here." target="_blank"
301301
class="btn btn-sm btn-source-issues-button dropdown-item"
302302
title="Open an issue"
303303
data-bs-placement="left" data-bs-toggle="tooltip"

source/code/_autosummary/napari_cellseg3d.code_models.crf.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281

282282

283283

284-
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3d" target="_blank"
284+
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3D" target="_blank"
285285
class="btn btn-sm btn-source-repository-button dropdown-item"
286286
title="Source repository"
287287
data-bs-placement="left" data-bs-toggle="tooltip"
@@ -298,7 +298,7 @@
298298

299299

300300

301-
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3d/issues/new?title=Issue%20on%20page%20%2Fsource/code/_autosummary/napari_cellseg3d.code_models.crf.html&body=Your%20issue%20content%20here." target="_blank"
301+
<li><a href="https://github.com/AdaptiveMotorControlLab/CellSeg3D/issues/new?title=Issue%20on%20page%20%2Fsource/code/_autosummary/napari_cellseg3d.code_models.crf.html&body=Your%20issue%20content%20here." target="_blank"
302302
class="btn btn-sm btn-source-issues-button dropdown-item"
303303
title="Open an issue"
304304
data-bs-placement="left" data-bs-toggle="tooltip"

0 commit comments

Comments
 (0)