From 01bc35f693229cd2b64dcb79f7baeaeb7a2e97c2 Mon Sep 17 00:00:00 2001 From: Salem Date: Tue, 30 May 2023 19:36:59 -0400 Subject: [PATCH] update docs link --- README.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 571fdb63..194456ec 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Python - - Documentation Status + + Documentation Status @@ -12,7 +12,7 @@

- Documentation ~ Code + Documentation ~ Code

# gfn: a Python package for GFlowNets diff --git a/pyproject.toml b/pyproject.toml index 58ce49ab..32ade83a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ scripts = ["tqdm", "wandb", "simple-parsing"] all = ["pre-commit", "pytest", "renku-sphinx-theme", "sphinx_rtd_theme", "sphinx-autoapi", "sphinx-math-dollar", "sphinx", "tox", "black", "myst-parser", "tqdm", "wandb", "simple-parsing"] [project.urls] -"Homepage" = "https://gfn.readthedocs.io/en/latest/" +"Homepage" = "https://torchgfn.readthedocs.io/en/latest/" "Bug Tracker" = "https://github.com/saleml/gfn/issues"