diff --git a/docs/source/conf.py b/docs/source/conf.py index 58fb1b23..54fd2dc2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -201,6 +201,7 @@ "xarray": "https://docs.xarray.dev/en/stable/{{path}}#{{fragment}}", "lp": "https://lightning-pose.readthedocs.io/en/stable/{{path}}#{{fragment}}", "via": "https://www.robots.ox.ac.uk/~vgg/software/via/{{path}}#{{fragment}}", + "anipose": "https://anipose.readthedocs.io/en/latest/", } intersphinx_mapping = { diff --git a/movement/io/load_poses.py b/movement/io/load_poses.py index aa507ac5..9eaa814f 100644 --- a/movement/io/load_poses.py +++ b/movement/io/load_poses.py @@ -112,7 +112,7 @@ def from_file( ``from_slp_file()`` or ``from_lp_file()`` functions. One of these these functions will be called internally, based on the value of ``source_software``. - source_software : "DeepLabCut", "SLEAP" "LightningPose", or "Anipose" + source_software : "DeepLabCut", "SLEAP", "LightningPose", or "Anipose" The source software of the file. fps : float, optional The number of frames per second in the video. If None (default),