Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/_templates/sidebar-link-items.html
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a dead file now that we've removed the sidebar homepage. At least, I accidentally only changed this file at first and nothing happened

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<li class="toctree-l1">
<a class="reference external" href="https://napari.org/island-dispatch">Blog</a>
</li>
<li class="toctree-l1">
<a class="reference external" href="https://napari-hub.org">Plugin hub</a>
</li>
</ul>
</div>
</nav>
3 changes: 3 additions & 0 deletions docs/_templates/sidebar-nav-bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<li class="toctree-l1">
<a class="reference external" href="https://napari.org/island-dispatch">Blog</a>
</li>
<li class="toctree-l1">
<a class="reference external" href="https://napari-hub.org">Discover plugins</a>
</li>
</ul>
</div>
</nav>
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
14 changes: 7 additions & 7 deletions docs/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.

Expand Down Expand Up @@ -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.
```
Loading