Skip to content

Commit e435d60

Browse files
committed
docs: link to website
1 parent b50833b commit e435d60

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# nutpie: A fast sampler for Bayesian posteriors
22

3+
The `nutpie` package provides a fast NUTS sampler for PyMC and Stan models.
4+
5+
See the [documentation](https://pymc-devs.github.io/nutpie/) for more details.
6+
37
## Installation
48

59
nutpie can be installed using Conda or Mamba from conda-forge with

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ dependencies = [
2323
]
2424
dynamic = ["version"]
2525

26+
[project.urls]
27+
Homepage = "https://pymc-devs.github.io/nutpie/"
28+
Repository = "https://github.com/pymc-devs/nutpie"
29+
2630
[project.optional-dependencies]
2731
stan = ["bridgestan >= 2.6.1"]
2832
pymc = ["pymc >= 5.20.1", "numba >= 0.60.0"]

0 commit comments

Comments
 (0)