Skip to content

Commit

Permalink
define anipose link in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Dec 11, 2024
1 parent 78e954f commit bbb5ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion movement/io/load_poses.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit bbb5ab9

Please sign in to comment.