Skip to content

Commit

Permalink
fix API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 3, 2024
1 parent b47c269 commit e39199f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/api/checks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ Check Functions

NWBFile Metadata
----------------
.. automodule:: nwbinspector.checks.nwbfile_metadata
.. automodule:: nwbinspector.checks._nwbfile_metadata

NWB Containers
--------------
.. automodule:: nwbinspector.checks.nwb_containers
.. automodule:: nwbinspector.checks._nwb_containers

Time Series
-----------
.. automodule:: nwbinspector.checks.time_series
.. automodule:: nwbinspector.checks._time_series

Tables
------
.. automodule:: nwbinspector.checks.tables
.. automodule:: nwbinspector.checks._tables

Behavior
--------
.. automodule:: nwbinspector.checks.behavior
.. automodule:: nwbinspector.checks._behavior

Intracellular Electrophysiology (icephys)
-----------------------------------------
.. automodule:: nwbinspector.checks.icephys
.. automodule:: nwbinspector.checks._icephys

Extracellular Electrophysiology (ecephys)
-----------------------------------------
.. automodule:: nwbinspector.checks.ecephys
.. automodule:: nwbinspector.checks._ecephys

Optical Electrophysiology (ophys)
---------------------------------
.. automodule:: nwbinspector.checks.ophys
.. automodule:: nwbinspector.checks._ophys

Optogenetics (ogen)
-------------------
.. automodule:: nwbinspector.checks.ogen
.. automodule:: nwbinspector.checks._ogen

ImageSeries
-----------
.. automodule:: nwbinspector.checks.image_series
.. automodule:: nwbinspector.checks._image_series
5 changes: 5 additions & 0 deletions src/nwbinspector/checks/nwbfile_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@
# Still keep imports functional with warning for soft deprecation cycle
# TODO: remove after 9/15/2024
from .._nwbfile_metadata import *

# from .._nwbfile_metadata import check_subject_age
# __all__ = [
# "check_subject_age",
# ]

0 comments on commit e39199f

Please sign in to comment.