From bbb5ab99b440ec554d28b3a7b06e9c43f7c8e566 Mon Sep 17 00:00:00 2001 From: niksirbi Date: Wed, 11 Dec 2024 14:10:48 +0000 Subject: [PATCH] define anipose link in conf.py --- docs/source/conf.py | 1 + movement/io/load_poses.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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),