-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from ch-n/npe2_migration
Migrated to napari plugin engine version 0.2.0
- Loading branch information
Showing
6 changed files
with
42 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +0,0 @@ | ||
|
||
__version__ = "0.0.2" | ||
|
||
from ._dock_widget import napari_experimental_provide_dock_widget | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: napari-time-series-plotter | ||
schema_version: 0.1.0 | ||
contributions: | ||
commands: | ||
- id: napari-time-series-plotter.LayerSelector | ||
title: Create Layer Selector | ||
python_name: napari_time_series_plotter._dock_widget:LayerSelector | ||
- id: napari-time-series-plotter.VoxelPlotter | ||
title: Create Voxel Plotter | ||
python_name: napari_time_series_plotter._dock_widget:VoxelPlotter | ||
widgets: | ||
- command: napari-time-series-plotter.LayerSelector | ||
display_name: Layer Selector | ||
- command: napari-time-series-plotter.VoxelPlotter | ||
display_name: Voxel Plotter |