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

Refactor existing examples into more atomic units #140

Open niksirbi opened 3 months ago

niksirbi commented 3 months ago

There is some overlap in content between the existing and incoming sphinx-gallery examples in the docs. For example, all of them showcase some version of plotting pose tracks over time, but each of them does it slightly differently. Also some of the examples end up being quite lengthy.

I think we would benefit from restructuring the example into smaller independent units, for example sth akin to:

Ideally we would organise those in a serial manner, so they add-up to one tutorial with multiple steps (e.g. clicking "next" after "Loading data" should take you to "Inspecting and indexing data".