Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl5766 committed Dec 10, 2024
1 parent 375db5d commit 4d2f6e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 6 additions & 4 deletions docs/API/napari_zarr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ For ome zarr images, :code:`subarray_from_path` can be used generally. If an ima
associated label OME_ZARR file(s) in the "[image_ome_zarr]/labels/label_name" path, then the
image and label(s) can be opened together with a single :code:`group_from_path` call.

.. currentmodule:: cvpl_tools.ome_zarr.napari.add

.. rubric:: APIs

.. autofunction:: cvpl_tools.ome_zarr.napari.add.group
.. autofunction:: cvpl_tools.ome_zarr.napari.add.subarray
.. autofunction:: cvpl_tools.ome_zarr.napari.add.group_from_path
.. autofunction:: cvpl_tools.ome_zarr.napari.add.subarray_from_path
.. autofunction:: group
.. autofunction:: subarray
.. autofunction:: group_from_path
.. autofunction:: subarray_from_path
4 changes: 0 additions & 4 deletions src/cvpl_tools/nnunet/example.py

This file was deleted.

0 comments on commit 4d2f6e4

Please sign in to comment.