Skip to content

Commit

Permalink
Update doc links in README (pymc-devs#5753)
Browse files Browse the repository at this point in the history
* Update links to overview and examples.
* Overview links fixed.
  • Loading branch information
cluhmann authored May 9, 2022
1 parent e7bfc25 commit ce2e891
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ focusing on advanced Markov chain Monte Carlo (MCMC) and variational inference (
algorithms. Its flexibility and extensibility make it applicable to a
large suite of problems.

Check out the `PyMC overview <https://docs.pymc.io/en/latest/learn/examples/pymc_overview.html>`__, or
`interact with live examples <https://mybinder.org/v2/gh/pymc-devs/pymc/main?filepath=%2Fdocs%2Fsource%2Fnotebooks>`__
using Binder!
Check out the `PyMC overview <https://docs.pymc.io/en/latest/learn/core_notebooks/pymc_overview.html>`__, or
one of `the many examples <https://docs.pymc.io/projects/examples/en/latest/>`__!
For questions on PyMC, head on over to our `PyMC Discourse <https://discourse.pymc.io/>`__ forum.

Features
Expand Down Expand Up @@ -41,7 +40,7 @@ If you already know about Bayesian statistics:
----------------------------------------------

- `API quickstart guide <https://docs.pymc.io/en/stable/pymc-examples/examples/pymc3_howto/api_quickstart.html>`__
- The `PyMC tutorial <https://docs.pymc.io/en/latest/learn/examples/pymc_overview.html>`__
- The `PyMC tutorial <https://docs.pymc.io/en/latest/learn/core_notebooks/pymc_overview.html>`__
- `PyMC examples <https://docs.pymc.io/projects/examples/en/latest/>`__ and the `API reference <https://docs.pymc.io/en/stable/api.html>`__

Learn Bayesian statistics with a book together with PyMC
Expand Down

0 comments on commit ce2e891

Please sign in to comment.