File: index.rst

package info (click to toggle)
napari-plugin-engine 0.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 432 kB
  • sloc: python: 3,052; makefile: 21
file content (25 lines) | stat: -rw-r--r-- 790 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
napari-plugin-engine documentation
==================================

``napari-plugin-engine`` is a fork of `pluggy
<https://github.com/pytest-dev/pluggy>`_ modified by the `napari
<https://github.com/napari/napari>`_ team for use in napari.

While much of the original API described in the `pluggy docs
<https://pluggy.readthedocs.io/en/latest/>`_ will still be valid here, there
are definitely some breaking changes and different conventions here.

If you're just getting started, have a look at the :doc:`usage`

For details on specific classes in napari-plugin-engine, have a look at the
:doc:`api`

See also: `documentation for writing a napari plugin
<https://napari.org/docs/plugins/for_plugin_developers.html>`_.

.. toctree::
   :maxdepth: 3
   :caption: Contents

   usage
   api