From c50f37d1c02873ff97b3bdf1481cd5664cfcf981 Mon Sep 17 00:00:00 2001 From: Tim Monko Date: Mon, 20 Apr 2026 21:48:16 -0500 Subject: [PATCH 1/5] remove hub from navbar --- docs/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c9a664c6f..b56b2bd8c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,9 +114,6 @@ # napari sphinx theme options html_theme_options = { - 'external_links': [ - {'name': 'napari hub', 'url': 'https://napari-hub.org'}, - ], 'github_url': 'https://github.com/napari/napari', 'navbar_start': ['navbar-logo', 'navbar-project'], 'navbar_end': ['version-switcher', 'navbar-icon-links', 'theme-switcher'], From c33a33e90cca843fff663744cb325e7fce63ecae Mon Sep 17 00:00:00 2001 From: Tim Monko Date: Mon, 20 Apr 2026 21:51:19 -0500 Subject: [PATCH 2/5] move npe1 warning down to raise cards --- docs/plugins/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 9a329301a..e31fff5cd 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -2,12 +2,6 @@ # Plugins -```{warning} -In napari 0.7.0, legacy "npe1" plugins will only work by auto-conversion to the new plugin engine, `npe2`. -The vast majority of plugins will continue working as before. If you notice any issues with a plugin, check out the -[Changes to the plugin engine in 0.6.0](adapted-plugin-guide) document to see if this is affecting you. -``` - Plugins extend napari's functionality, allowing for customization and sharing with the community. While you can use scripts and widgets to extend napari, plugins provide great flexibility. Existing plugins extend napari to add: @@ -18,7 +12,7 @@ Existing plugins extend napari to add: Share and discover napari plugins on [napari hub](https://napari-hub.org), [PyPI](https://pypi.org/search/?q=napari), or [conda-forge](https://conda-forge.org/packages/). -Interested in creating a plugin? A [napari-plugin-template](https://github.com/napari/napari-plugin-template), +Interested in creating a plugin? [napari-plugin-template](https://github.com/napari/napari-plugin-template), a [copier](https://copier.readthedocs.io/en/stable/) template, bootstraps authoring [npe](https://github.com/napari/npe2)-based napari plugins. @@ -96,3 +90,9 @@ Submit issues to the [napari github repository][napari_issues]. [napari_issues]: https://github.com/napari/napari/issues/new/choose [napari_zulip]: https://napari.zulipchat.com/ + +```{warning} +In napari 0.7.0, legacy "npe1" plugins will only work by auto-conversion to the new plugin engine, `npe2`. +The vast majority of plugins will continue working as before. If you notice any issues with a plugin, check out the +[Changes to the plugin engine in 0.6.0](adapted-plugin-guide) document to see if this is affecting you. +``` From 83aec268580254e423a17fc0f85596de52a3e667 Mon Sep 17 00:00:00 2001 From: Tim Monko Date: Mon, 20 Apr 2026 21:55:29 -0500 Subject: [PATCH 3/5] add napari-hub to sidebar --- docs/_templates/sidebar-link-items.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_templates/sidebar-link-items.html b/docs/_templates/sidebar-link-items.html index 9ea70b75d..8135d79a6 100644 --- a/docs/_templates/sidebar-link-items.html +++ b/docs/_templates/sidebar-link-items.html @@ -19,6 +19,9 @@
  • Blog
  • +
  • + Plugin hub +
  • From 6ce5e88b23bd53853a7bb7de53e0df9662f257d7 Mon Sep 17 00:00:00 2001 From: Tim Monko Date: Mon, 20 Apr 2026 22:11:51 -0500 Subject: [PATCH 4/5] add link to actual sidebar for pages --- docs/_templates/sidebar-nav-bs.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_templates/sidebar-nav-bs.html b/docs/_templates/sidebar-nav-bs.html index 76c5787a9..696d48f5f 100644 --- a/docs/_templates/sidebar-nav-bs.html +++ b/docs/_templates/sidebar-nav-bs.html @@ -36,6 +36,9 @@
  • Blog
  • +
  • + Plugin hub +
  • From f221a0f1745b8aecb9f462374f3888b6127c9e77 Mon Sep 17 00:00:00 2001 From: Tim Monko Date: Wed, 22 Apr 2026 12:08:02 -0500 Subject: [PATCH 5/5] Apply suggestion from @TimMonko --- docs/_templates/sidebar-nav-bs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/sidebar-nav-bs.html b/docs/_templates/sidebar-nav-bs.html index 696d48f5f..f2d5a9d91 100644 --- a/docs/_templates/sidebar-nav-bs.html +++ b/docs/_templates/sidebar-nav-bs.html @@ -37,7 +37,7 @@ Blog
  • - Plugin hub + Discover plugins