Skip to content

Commit a5efe5c

Browse files
authored
Merge pull request #114 from samcunliffe/mpl-n-to-n-mpl
MPL-N to N-MPL
2 parents 7d7101f + 67cdfc3 commit a5efe5c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# -- Project information -----------------------------------------------------
1919

20-
project = "matplotlib-napari"
20+
project = "napari-matplotlib"
2121
copyright = "2022, David Stansby"
2222
author = "David Stansby"
2323

Diff for: docs/index.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
matplotlib-napari
1+
napari-matplotlib
22
=================
3-
``matplotlib-napari`` is a ``napari`` plugin for generating ``Matplotlib`` plots
4-
from one or more ``napari`` Layers.
3+
``napari-matplotlib`` is a `Napari <https://napari.org>`_ plugin for generating
4+
`Matplotlib <https://matplotlib.org/>`_ plots from one or more ``napari`` Layers.
55

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

1313
.. toctree::

0 commit comments

Comments
 (0)