From 52003d1ac0d31768b2848d9963fcb4b91043c5cd Mon Sep 17 00:00:00 2001 From: bendichter Date: Thu, 26 Oct 2023 20:55:06 -0400 Subject: [PATCH] fix Plexon recording docs to render API and link to it --- docs/api/interfaces.ecephys.rst | 5 +++++ docs/conversion_examples_gallery/recording/plexon.rst | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/api/interfaces.ecephys.rst b/docs/api/interfaces.ecephys.rst index c6aec33e3..a7d682622 100644 --- a/docs/api/interfaces.ecephys.rst +++ b/docs/api/interfaces.ecephys.rst @@ -53,6 +53,11 @@ Phy Sorting ----------- .. automodule:: neuroconv.datainterfaces.ecephys.phy.phydatainterface +Plexon Recording & Sorting +-------------------------- + +.. automodule:: neuroconv.datainterfaces.ecephys.plexon.plexondatainterface + Spike2 ------ .. automodule:: neuroconv.datainterfaces.ecephys.spike2.spike2datainterface diff --git a/docs/conversion_examples_gallery/recording/plexon.rst b/docs/conversion_examples_gallery/recording/plexon.rst index dd727f05e..36e99d7ee 100644 --- a/docs/conversion_examples_gallery/recording/plexon.rst +++ b/docs/conversion_examples_gallery/recording/plexon.rst @@ -1,13 +1,13 @@ -Plexon conversion -------------------------------------- +Plexon Recording Conversion +--------------------------- -Install NeuroConv with the additional dependencies necessary for reading Plexon data. +Install NeuroConv with the additional dependencies necessary for reading Plexon acquisition data. .. code-block:: bash pip install neuroconv[plexon] -Convert edf data to NWB using :py:class:`~neuroconv.datainterfaces.ecephys.plexon.plexondatainterface.PlexonRecordingInterface`. Currently, only .plx is supported. +Convert Plexon recording data to NWB using :py:class:`~neuroconv.datainterfaces.ecephys.plexon.plexondatainterface.PlexonRecordingInterface`. Currently, only .plx is supported. .. code-block:: python