From 7f0d4653e920118ea2b787ea85d311a962e75c4b Mon Sep 17 00:00:00 2001 From: Humphrey Yang Date: Fri, 22 Dec 2023 22:55:00 +1100 Subject: [PATCH] revert back to the old path --- docs/source/api/samplers.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/api/samplers.rst b/docs/source/api/samplers.rst index a62ffb285e..159d667e36 100644 --- a/docs/source/api/samplers.rst +++ b/docs/source/api/samplers.rst @@ -4,7 +4,7 @@ Samplers This submodule contains functions for MCMC and forward sampling. -.. currentmodule:: pymc.sampling.forward +.. currentmodule:: pymc .. autosummary:: :toctree: generated/ @@ -14,7 +14,7 @@ This submodule contains functions for MCMC and forward sampling. draw -.. currentmodule:: pymc.sampling.mcmc +.. currentmodule:: pymc .. autosummary:: :toctree: generated/ @@ -36,7 +36,7 @@ Step methods HMC family ---------- -.. currentmodule:: pymc.step_methods.hmc +.. currentmodule:: pymc .. autosummary:: :toctree: generated/ @@ -46,7 +46,7 @@ HMC family Metropolis family ----------------- -.. currentmodule:: pymc.step_methods +.. currentmodule:: pymc .. autosummary:: :toctree: generated/ @@ -66,7 +66,7 @@ Metropolis family Other step methods ------------------ -.. currentmodule:: pymc.step_methods +.. currentmodule:: pymc .. autosummary:: :toctree: generated/