Skip to content

Commit 4cd807c

Browse files
author
Denis Kataev
committed
Fix sampling & jax docs imports
1 parent feb9f2c commit 4cd807c

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

docs/source/api/samplers.rst

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,39 @@ Samplers
44
This submodule contains functions for MCMC and forward sampling.
55

66

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

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

12-
sample
1312
sample_prior_predictive
1413
sample_posterior_predictive
15-
sample_posterior_predictive_w
16-
init_nuts
1714
draw
1815

16+
17+
.. currentmodule:: pymc.sampling.mcmc
18+
19+
.. autosummary::
20+
:toctree: generated/
21+
22+
sample
23+
init_nuts
24+
25+
.. currentmodule:: pymc.sampling.jax
26+
27+
.. autosummary::
28+
:toctree: generated/
29+
30+
sample_blackjax_nuts
31+
sample_numpyro_nuts
32+
33+
1934
Step methods
2035
************
2136

22-
.. currentmodule:: pymc
23-
2437
HMC family
2538
----------
39+
.. currentmodule:: pymc.step_methods.hmc
2640

2741
.. autosummary::
2842
:toctree: generated/
@@ -32,6 +46,7 @@ HMC family
3246

3347
Metropolis family
3448
-----------------
49+
.. currentmodule:: pymc.step_methods
3550

3651
.. autosummary::
3752
:toctree: generated/
@@ -51,6 +66,7 @@ Metropolis family
5166

5267
Other step methods
5368
------------------
69+
.. currentmodule:: pymc.step_methods
5470

5571
.. autosummary::
5672
:toctree: generated/

0 commit comments

Comments
 (0)