diff --git a/README.md b/README.md index 3b740ec..ef5f710 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # nutpie: A fast sampler for Bayesian posteriors +The `nutpie` package provides a fast NUTS sampler for PyMC and Stan models. + +See the [documentation](https://pymc-devs.github.io/nutpie/) for more details. + ## Installation nutpie can be installed using Conda or Mamba from conda-forge with diff --git a/pyproject.toml b/pyproject.toml index a278dc9..e037d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,10 @@ dependencies = [ ] dynamic = ["version"] +[project.urls] +Homepage = "https://pymc-devs.github.io/nutpie/" +Repository = "https://github.com/pymc-devs/nutpie" + [project.optional-dependencies] stan = ["bridgestan >= 2.6.1"] pymc = ["pymc >= 5.20.1", "numba >= 0.60.0"]