Skip to content

Commit 08c546b

Browse files
authored
Merge pull request #123 from sdpython/fin2
Update README
2 parents e755add + 22f9193 commit 08c546b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ a linear regression on each piece. **IntervalRegressor** produces
5252
confidence interval by using bootstrapping. **ApproximateNMFPredictor**
5353
approximates a NMF to produce prediction without retraining.
5454

55-
`documentation <https://sdpython.github.io/doc/dev/mlinsights/>`_
55+
`mlinsights documentation <https://sdpython.github.io/doc/mlinsights/dev/>`_

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ requires-python = ">=3.9"
2828
version = "0.5.0"
2929

3030
[project.urls]
31-
homepage = "https://sdpython.github.io/doc/dev/mlinsights/"
32-
documentation = "https://sdpython.github.io/doc/dev/mlinsights/"
33-
repository = "https://github.com/sdpython/mlinsights/dev/"
34-
changelog = "https://github.com/sdpython/mlinsights/dev/CHANGELOGS.rst"
31+
homepage = "https://sdpython.github.io/doc/mlinsights/dev/"
32+
documentation = "https://sdpython.github.io/doc/mlinsights/dev/"
33+
repository = "https://github.com/sdpython/mlinsights/"
34+
changelog = "https://sdpython.github.io/doc/mlinsights/dev/CHANGELOGS.html"
3535

3636
[project.optional-dependencies]
3737
dev = [

0 commit comments

Comments
 (0)