neuroinformatics-unit / movement

Python tools for analysing body movements across space and time
http://movement.neuroinformatics.dev
BSD 3-Clause "New" or "Revised" License
77 stars 7 forks source link

Fix auto-API formatting for the MovementDataset class #178

Open niksirbi opened 1 month ago

niksirbi commented 1 month ago

The default rendering produced by applying autosummary to the MovementDataset class (what used to be MoveAccessor) looks a bit awkward. For example, __init__ appears twice and the attributes appear without description. We may have to experiment with sphinx's custom options for rendering classes.

Screenshot 2024-05-15 at 07 30 29