From b40977d8f2d195a7228321402ae93fadebd86048 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Tue, 30 Jun 2026 08:15:49 -0400 Subject: [PATCH] Update documentation for plot_timeintervals.py Removed mention of BehavioralEvents in the documentation, since it is now deprecated --- docs/gallery/general/plot_timeintervals.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/gallery/general/plot_timeintervals.py b/docs/gallery/general/plot_timeintervals.py index 905b3213c..05adf27e9 100644 --- a/docs/gallery/general/plot_timeintervals.py +++ b/docs/gallery/general/plot_timeintervals.py @@ -24,8 +24,7 @@ data processing), it can be useful to describe intervals (or instantaneous events) in time as :py:class:`~pynwb.base.TimeSeries`. NWB provides several types for this purposes, e.g., :py:class:`~pynwb.misc.IntervalSeries`, :py:class:`~pynwb.behavior.BehavioralEpochs`, - :py:class:`~pynwb.behavior.BehavioralEvents`, :py:class:`~pynwb.ecephys.EventDetection`, or - :py:class:`~pynwb.ecephys.SpikeEventSeries`. + :py:class:`~pynwb.ecephys.EventDetection`, or :py:class:`~pynwb.ecephys.SpikeEventSeries`. """