From 274bec380de0ca30ff936849000d3a24d70bacbe Mon Sep 17 00:00:00 2001 From: Caleb Weinreb Date: Mon, 7 Oct 2024 15:47:29 -0400 Subject: [PATCH] additional bugfixes for RTD --- docs/source/advanced.rst | 2 ++ docs/source/conf.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/advanced.rst b/docs/source/advanced.rst index d4c3af1..179b294 100644 --- a/docs/source/advanced.rst +++ b/docs/source/advanced.rst @@ -3,6 +3,8 @@ Exporting pose estimates During fitting, keypoint-MoSeq tries to estimate the "true" pose trajectory of the animal, discounting anomolous or low-confidence keypoints. The pose trajectory is stored in the model as a variable "x" that encodes a low-dimensional representation of the keypoints (similar to PCA). The code below shows how to project the pose trajectory back into the original coordinate space. This is useful for visualizing the estimated pose trajectory. +.. code-block:: python + import os import h5py import numpy as np diff --git a/docs/source/conf.py b/docs/source/conf.py index 4da41b2..bc3e48f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,6 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - "sphinx_build_compatibility.extension", "sphinx.ext.viewcode", "sphinx.ext.autodoc", "sphinx.ext.autosummary",