Skip to content

Commit

Permalink
split Input/Output section of API index into modules
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed May 31, 2024
1 parent 17ec603 commit 332864b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/source/api_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ API Reference
=============


Input/Output
------------
Load poses
----------
.. currentmodule:: movement.io.load_poses
.. autosummary::
:toctree: api
Expand All @@ -17,6 +17,9 @@ Input/Output
from_lp_file
from_dlc_style_df

Save poses
----------

.. currentmodule:: movement.io.save_poses
.. autosummary::
:toctree: api
Expand All @@ -26,7 +29,8 @@ Input/Output
to_sleap_analysis_file
to_dlc_style_df


Validators
----------
.. currentmodule:: movement.io.validators
.. autosummary::
:toctree: api
Expand Down Expand Up @@ -60,7 +64,7 @@ Filtering


Analysis
-----------
--------
.. currentmodule:: movement.analysis.kinematics
.. autosummary::
:toctree: api
Expand Down

0 comments on commit 332864b

Please sign in to comment.