From c954291971bd0916b50ac7a34a1c570d065858e4 Mon Sep 17 00:00:00 2001 From: Ryan Russell Date: Mon, 6 Jun 2022 17:05:09 -0500 Subject: [PATCH] docs: Fix Examples link in README Signed-off-by: Ryan Russell --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cf8c798fb6..1619e32b7f 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ algorithms. Its flexibility and extensibility make it applicable to a large suite of problems. Check out the `PyMC overview `__, or -one of `the many examples `__! +one of `the many examples `__! For questions on PyMC, head on over to our `PyMC Discourse `__ forum. Features @@ -41,7 +41,7 @@ If you already know about Bayesian statistics: - `API quickstart guide `__ - The `PyMC tutorial `__ -- `PyMC examples `__ and the `API reference `__ +- `PyMC examples `__ and the `API reference `__ Learn Bayesian statistics with a book together with PyMC --------------------------------------------------------