Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Aug 24, 2021
1 parent a61cc4c commit 0aa813d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/gallery/general/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@
* **Optical physiology and imaging:** :py:class:`~pynwb.image.ImageSeries` is the base type
for image recordings and is further refined by the
:py:class:`~pynwb.image.ImageMaskSeries`,
:py:class:`~pynwb.image.ImageMaskSeries`,
:py:class:`~pynwb.image.OpticalSeries`, and
:py:class:`~pynwb.ophys.TwoPhotonSeries` types.
:py:class:`~pynwb.ophys.TwoPhotonSeries` types.
Other related time series types are:
:py:class:`~pynwb.image.IndexSeries` and
:py:class:`~pynwb.image.IndexSeries` and
:py:class:`~pynwb.ophys.RoiResponseSeries`.
* **Others** :py:class:`~pynwb.ogen.OptogeneticSeries`,
* **Others** :py:class:`~pynwb.ogen.OptogeneticSeries`,
:py:class:`~pynwb.behavior.SpatialSeries`,
:py:class:`~pynwb.misc.DecompositionSeries`,
:py:class:`~pynwb.misc.DecompositionSeries`,
:py:class:`~pynwb.misc.AnnotationSeries`,
:py:class:`~pynwb.misc.AbstractFeatureSeries`, and
:py:class:`~pynwb.misc.IntervalSeries`.
Expand Down Expand Up @@ -107,7 +107,7 @@
:py:class:`~pynwb.ophys.ImageSegmentation`,
:py:class:`~pynwb.ophys.MotionCorrection`.
* **Others:** :py:class:`~pynwb.retinotopy.ImagingRetinotopy`,
* **Others:** :py:class:`~pynwb.retinotopy.ImagingRetinotopy`,
:py:class:`~pynwb.base.Images`.
* **TimeSeries:** Any :ref:`timeseries_overview` is also a subclass of :py:class:`~pynwb.core.NWBDataInterface`
Expand Down

0 comments on commit 0aa813d

Please sign in to comment.