Skip to content

Commit

Permalink
Merge pull request #616 from catalystneuro/plexon_docs
Browse files Browse the repository at this point in the history
fix Plexon recording docs to render API and link to it
  • Loading branch information
CodyCBakerPhD authored Oct 27, 2023
2 parents a4bdd87 + d5057e8 commit f6c9af2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions docs/api/interfaces.ecephys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/conversion_examples_gallery/recording/plexon.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f6c9af2

Please sign in to comment.