We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d265ca2 commit f7cc068Copy full SHA for f7cc068
docs/cli_tutorial.rst
@@ -602,12 +602,12 @@ Create detailed notes with markdown formatting:
602
- **Binary Lens:** Best fit with ΔBIC = 23.4
603
604
## Code Reference
605
- ```python
+ ````python
606
# Fitting code snippet
607
import emcee
608
sampler = emcee.EnsembleSampler(nwalkers=1000, ndim=8, log_prob_fn=log_probability)
609
sampler.run_mcmc(initial_state, 50000)
610
- ```
+ ````
611
612
## References
613
- [Gould & Loeb 1992](https://ui.adsabs.harvard.edu/abs/1992ApJ...396..104G)
0 commit comments