Skip to content

Commit fe7fc3e

Browse files
authored
Untab the plugin users and plugin developers grids (#593)
# References and relevant issues Partially addresses #582 # Description This PR untabs the plugin landing page so a reader can quickly skim info for plugin users and plugin developers without having to click the tab.
1 parent f678b7b commit fe7fc3e

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

docs/plugins/index.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
(plugins-index)=
2+
23
# Plugins
34

45
Plugins extend napari's functionality, allowing for customization and sharing with the community.
56
While you can use scripts and widgets to extend napari, plugins provide great flexibility.
67
Existing plugins extend napari to add:
8+
79
- support for import and export of image and related data types.
810
- support for working with specialized data formats.
911
- domain specific features, including microscopy, climate, geoscience, and more.
10-
Share and discover napari plugins on [napari hub](https://napari-hub.org),
12+
13+
Share and discover napari plugins on [napari hub](https://napari-hub.org),
1114
[PyPI](https://pypi.org/search/?q=napari), or [conda-forge](https://conda-forge.org/packages/).
1215
Interested in creating a plugin? A [napari-plugin-template](https://github.com/napari/napari-plugin-template),
1316
a [copier](https://copier.readthedocs.io/en/stable/) template, bootstraps authoring
1417
[npe](https://github.com/napari/npe2)-based napari plugins.
1518

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.
19+
## Plugin users
20+
21+
Check out the user focused guides for finding, installing, and using napari plugins.
1822

19-
::::::{tab-set}
20-
:::::{tab-item} For plugin users
21-
::::{grid}
23+
::::{grid} 2
2224
:::{grid-item-card} Start using plugins
2325
:link: plugins-getting-started
2426
:link-type: ref
@@ -33,10 +35,12 @@ Introduction to napari plugins, what they can provide, and where to get support.
3335
How to find and install plugins using the napari plugin installer or napari hub.
3436
:::
3537
::::
36-
:::::
3738

38-
:::::{tab-item} For plugin developers
39-
::::{grid}
39+
## Plugin developers
40+
41+
Check out our plugin developer guides to start creating your own napari plugins.
42+
43+
::::{grid} 2
4044
:::{grid-item-card} Building a plugin
4145
:link: how-to-build-a-plugin
4246
:link-type: ref
@@ -52,7 +56,7 @@ Workshop on virtual environments and useful tools for plugin development.
5256

5357
::::
5458

55-
::::{grid}
59+
::::{grid} 2
5660
:::{grid-item-card} Testing and publishing
5761
:link: plugin-test-deploy
5862
:link-type: ref
@@ -70,4 +74,3 @@ and guides to convert from first generation plugins to npe2.
7074
:::
7175
::::
7276
:::::
73-
::::::

0 commit comments

Comments
 (0)