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
Edit plugin landing page to add links and update information (#581)
Partially addresses #582
# References and relevant issues
Updates plugin landing page
# Description
Adds additional links and gives reader more context about what is a
plugin.
---------
Co-authored-by: Tim Monko <timmonko@gmail.com>
Check out the user focused content to guide you through installing and using napari plugins, or the developer focused content to start creating your own plugins for napari.
16
+
Check out the user focused guides for installing and using napari plugins, or plugin developer guides to start
17
+
creating your own napari plugins.
8
18
9
19
::::::{tab-set}
10
20
:::::{tab-item} For plugin users
@@ -20,7 +30,7 @@ Introduction to napari plugins, what they can provide, and where to get support.
20
30
:link: find-and-install-plugins
21
31
:link-type: ref
22
32
23
-
How to find and install plugins from the napari plugin installer or napari hub.
33
+
How to find and install plugins using the napari plugin installer or napari hub.
24
34
:::
25
35
::::
26
36
:::::
@@ -47,7 +57,7 @@ Workshop on virtual environments and useful tools for plugin development.
47
57
:link: plugin-test-deploy
48
58
:link-type: ref
49
59
50
-
How to test your plugin works and how to publish it to PyPI,
60
+
How to test your plugin works and how to publish it,
51
61
along with some tips for making your plugin easy to find.
0 commit comments