From b518e53037f0fd1ee7ae036c9f788e987b44cf0f Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 15 May 2023 16:24:00 +0100 Subject: [PATCH 1/3] MPL-N to N-MPL --- docs/conf.py | 2 +- docs/index.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6bcc09ea..2c04f853 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- -project = "matplotlib-napari" +project = "napari-matplotlib" copyright = "2022, David Stansby" author = "David Stansby" diff --git a/docs/index.rst b/docs/index.rst index 2cf4d2b4..bfe7c344 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,12 +1,12 @@ matplotlib-napari ================= -``matplotlib-napari`` is a ``napari`` plugin for generating ``Matplotlib`` plots -from one or more ``napari`` Layers. +``napari-matplotlib`` is a `napari` plugin for generating `Matplotlib` 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`` +``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. From 28576b678f74b5ac2124161d5618b43f5043da13 Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 15 May 2023 16:30:09 +0100 Subject: [PATCH 2/3] Code review suggestions + test intersphinx linking. Co-authored-by: David Stansby --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index bfe7c344..64b70565 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,4 +1,4 @@ -matplotlib-napari +napari-matplotlib ================= ``napari-matplotlib`` is a `napari` plugin for generating `Matplotlib` plots from one or more `napari` Layers. @@ -6,7 +6,7 @@ from one or more `napari` Layers. Design ------ ``napari-matplotlib`` contains a number of different `napari` widgets. Each -widget is designed to map one or more `napari` Layers on to a `Matplotlib` +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. From 67cdfc3adc701e54040373f454c54664fb2df3b4 Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 15 May 2023 16:47:59 +0100 Subject: [PATCH 3/3] Intersphinx doesn't work with those objects. --- docs/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 64b70565..e2ddd608 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,13 +1,13 @@ napari-matplotlib ================= -``napari-matplotlib`` is a `napari` plugin for generating `Matplotlib` plots -from one or more `napari` Layers. +``napari-matplotlib`` is a `Napari `_ plugin for generating +`Matplotlib `_ plots from one or more ``napari`` Layers. Design ------ -``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 +``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::