diff --git a/movement/analysis/kinematics.py b/movement/analysis/kinematics.py index 1d273194..5061825a 100644 --- a/movement/analysis/kinematics.py +++ b/movement/analysis/kinematics.py @@ -424,16 +424,17 @@ def compute_interkeypoint_distances( * key1 (key1) >> dist_key1_key2.sel(key1="ind1", key2="ind1") To obtain the distances between ``key1`` of ``ind1`` and ``key2`` of ``ind2``: + >>> dist_key1_key2.sel(key1="ind1", key2="ind2") Compute the city block or Manhattan distance for multiple pairs of