Skip to content

Commit 9fd90c0

Browse files
OriolAbrilricardoV94
authored andcommitted
document sampling related functions as users should import them
1 parent 3d3a4fd commit 9fd90c0

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

docs/source/api/samplers.rst

+4-19
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,19 @@ Samplers
44
This submodule contains functions for MCMC and forward sampling.
55

66

7-
.. currentmodule:: pymc.sampling.forward
7+
.. currentmodule:: pymc
88

99
.. autosummary::
1010
:toctree: generated/
1111

12+
sample
1213
sample_prior_predictive
1314
sample_posterior_predictive
1415
draw
15-
16-
.. currentmodule:: pymc.sampling.deterministic
1716
compute_deterministics
18-
19-
20-
.. currentmodule:: pymc.sampling.mcmc
21-
22-
.. autosummary::
23-
:toctree: generated/
24-
25-
sample
2617
init_nuts
27-
28-
.. currentmodule:: pymc.sampling.jax
29-
30-
.. autosummary::
31-
:toctree: generated/
32-
33-
sample_blackjax_nuts
34-
sample_numpyro_nuts
18+
sampling.jax.sample_blackjax_nuts
19+
sampling.jax.sample_numpyro_nuts
3520

3621

3722
Step methods

0 commit comments

Comments
 (0)