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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# -- Project information -----------------------------------------------------

project = "matplotlib-napari"
project = "napari-matplotlib"
copyright = "2022, David Stansby"
author = "David Stansby"

Expand Down
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
matplotlib-napari
napari-matplotlib
=================
``matplotlib-napari`` is a ``napari`` plugin for generating ``Matplotlib`` plots
from one or more ``napari`` Layers.
``napari-matplotlib`` is a `Napari <https://napari.org>`_ plugin for generating
`Matplotlib <https://matplotlib.org/>`_ plots from one or more ``napari`` Layers.

Design
------
``matplotlib-napari`` contains a number of different ``napari`` widgets. Each
widget is designed to map one or more ``napari`` Layers on to a ``Matplotlib``
plot. As an example, the `~.HistogramWidget` is used to
``napari-matplotlib`` contains a number of different ``napari`` Widgets. Each
widget is designed to map one or more ``napari`` Layers on to a ``matplotlib`` plot.
As an example, the `~.HistogramWidget` is used to
map one or more Image layers on to a 1D histogram plot.

.. toctree::
Expand Down