From 79bc0d65f28af911581e2f3bc58426082f55deff Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 3 May 2023 14:46:35 +0100 Subject: [PATCH 1/2] Fix scatter example --- examples/features_scatter.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/features_scatter.py b/examples/features_scatter.py index ac8580d7..5b4d407a 100644 --- a/examples/features_scatter.py +++ b/examples/features_scatter.py @@ -1,3 +1,8 @@ +""" +Scattering features +=================== +""" + import napari import numpy as np from skimage.measure import regionprops_table From dc16c3f6ae8b2588e998e818c1cd6b4d3028199d Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 4 May 2023 14:30:21 +0100 Subject: [PATCH 2/2] Remove old page --- .../api/napari_matplotlib.HistogramWidget.rst | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 docs/api/napari_matplotlib.HistogramWidget.rst diff --git a/docs/api/napari_matplotlib.HistogramWidget.rst b/docs/api/napari_matplotlib.HistogramWidget.rst deleted file mode 100644 index 1a8aba80..00000000 --- a/docs/api/napari_matplotlib.HistogramWidget.rst +++ /dev/null @@ -1,19 +0,0 @@ -HistogramWidget -=============== - -.. currentmodule:: napari_matplotlib - -.. autoclass:: HistogramWidget - :show-inheritance: - - .. rubric:: Methods Summary - - .. autosummary:: - - ~HistogramWidget.hist_current_layer - ~HistogramWidget.update_layer - - .. rubric:: Methods Documentation - - .. automethod:: hist_current_layer - .. automethod:: update_layer