Skip to content

Commit a311409

Browse files
committed
Update doc URLs to point to readthedocs
1 parent 0fa5e3a commit a311409

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and Arb (arbitrary-precision ball arithmetic). Features:
99
* Polynomials, power series and matrices over all the above types
1010
* Lots of mathematical functions
1111

12-
Documentation: http://fredrikj.net/python-flint/
12+
Documentation: https://python-flint.readthedocs.io/en/latest/
1313

1414
Repository: https://github.com/flintlib/python-flint/
1515

@@ -67,7 +67,7 @@ as follows:
6767
See the documentation for further notes on building and installing
6868
python-flint:
6969

70-
* https://fredrikj.net/python-flint/setup.html
70+
* https://python-flint.readthedocs.io/en/latest/setup.html
7171

7272
Examples
7373
-------------------------------------

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description = "Bindings for FLINT"
44
version = "0.7.0a4"
55
# This needs to be in sync with README, cibuildwheel and CI config.
66
requires-python = ">= 3.10"
7-
urls = {Homepage = "https://github.com/flintlib/python-flint"}
87
authors = [
98
{name = "Fredrik Johansson", email = "[email protected]"},
109
]
@@ -13,6 +12,12 @@ classifiers = [
1312
"Topic :: Scientific/Engineering :: Mathematics",
1413
]
1514

15+
[project.urls]
16+
Homepage = "https://github.com/flintlib/python-flint"
17+
Documentation = "https://python-flint.readthedocs.io/en/latest/"
18+
Repository = "https://github.com/flintlib/python-flint"
19+
Changelog = "https://github.com/flintlib/python-flint/blob/master/README.md#changelog"
20+
1621
[project.readme]
1722
file = "README.md"
1823
content-type = "text/markdown"

0 commit comments

Comments
 (0)