You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .napari/DESCRIPTION.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ the functionality of your plugin. Its content will be rendered on your plugin's
7
7
napari hub page.
8
8
9
9
The sections below are given as a guide for the flow of information only, and
10
-
are in no way prescriptive. You should feel free to merge, remove, add and
11
-
rename sections at will to make this document work best for your plugin.
10
+
are in no way prescriptive. You should feel free to merge, remove, add and
11
+
rename sections at will to make this document work best for your plugin.
12
12
-->
13
13
## Description
14
14
@@ -17,13 +17,13 @@ A napari plugin for 3D cell segmentation: training, inference, and data review.
17
17
A detailed walk-through and description is available [on the documentation website](https://adaptivemotorcontrollab.github.io/cellseg3d-docs/res/welcome.html).
18
18
19
19
<!--
20
-
This should be a detailed description of the context of your plugin and its
20
+
This should be a detailed description of the context of your plugin and its
21
21
intended purpose.
22
22
23
23
If you have videos or screenshots of your plugin in action, you should include them
24
-
here as well, to make them front and center for new users.
24
+
here as well, to make them front and center for new users.
25
25
26
-
You should use absolute links to these assets, so that we can easily display them
26
+
You should use absolute links to these assets, so that we can easily display them
27
27
on the hub. The easiest way to include a video is to use a GIF, for example hosted
28
28
on imgur. You can then reference this GIF as an image.
29
29
@@ -84,14 +84,14 @@ then from the “Plugins” menu within the napari application, select “Instal
84
84
This section should go through step-by-step examples of how your plugin should be used.
85
85
Where your plugin provides multiple dock widgets or functions, you should split these
86
86
out into separate subsections for easy browsing. Include screenshots and videos
87
-
wherever possible to elucidate your descriptions.
87
+
wherever possible to elucidate your descriptions.
88
88
89
89
Ideally, this section should start with minimal examples for those who just want a
90
90
quick overview of the plugin's functionality, but you should definitely link out to
91
91
more complex and in-depth tutorials highlighting any intricacies of your plugin, and
92
92
more detailed documentation if you have it.
93
93
-->
94
-
## Additional Install Steps
94
+
## Additional Install Steps
95
95
96
96
**Python >= 3.8 required**
97
97
@@ -110,8 +110,8 @@ for the majority of plugins. They will include instructions to pip install, and
110
110
to install via napari itself.
111
111
112
112
Most plugins can be installed out-of-the-box by just specifying the package requirements
113
-
over in `setup.cfg`. However, if your plugin has any more complex dependencies, or
114
-
requires any additional preparation before (or after) installation, you should add
113
+
over in `setup.cfg`. However, if your plugin has any more complex dependencies, or
114
+
requires any additional preparation before (or after) installation, you should add
115
115
this information here.
116
116
-->
117
117
## Getting Help
@@ -131,7 +131,7 @@ here.
131
131
<!--
132
132
Many plugins may be used in the course of published (or publishable) research, as well as
133
133
during conference talks and other public facing events. If you'd like to be cited in
134
-
a particular format, or have a DOI you'd like used, you should provide that information here.
134
+
a particular format, or have a DOI you'd like used, you should provide that information here.
135
135
136
136
The developer has not yet provided a napari-hub specific description.
0 commit comments