From f6ea4d7c20cc3490c3799abd7cec483421de9e9e Mon Sep 17 00:00:00 2001 From: GilesStrong Date: Sat, 17 Feb 2024 21:08:14 +0900 Subject: [PATCH] Docs: deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b986bf94..69ac92aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Natural Language :: English", "Development Status :: 3 - Alpha", ] -# documentation = "https://python-poetry.org/docs/" +documentation = "https://tomopt.readthedocs.io/en/stable" keywords = ["deep learning", "differential programming", "physics", "science", "statistics", "tomography", "detector"] include = ["py.typed", "volume/scatter_models/*"]