Skip to content

Commit

Permalink
Expanded module-level docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Dec 18, 2024
1 parent b06ccbd commit 51bb1af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion movement/io/nwb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
"""Functions to convert movement data to and from NWB format."""
"""Functions to convert between movement poses datasets and NWB files.
The pose tracks in NWB files are formatted according to the ``ndx-pose``
NWB extension, see https://github.com/rly/ndx-pose.
"""

from pathlib import Path

Expand Down

0 comments on commit 51bb1af

Please sign in to comment.