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..e2ddd608 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_ 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`` -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::