Skip to content

Commit

Permalink
update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
saleml committed May 30, 2023
1 parent ec7dd9e commit 01bc35f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<a>
<img src='https://img.shields.io/badge/python-3.10%2B-blueviolet' alt='Python' />
</a>
<a href='https://gfn.readthedocs.io/en/latest/?badge=latest'>
<img src='https://readthedocs.org/projects/gfn/badge/?version=latest' alt='Documentation Status' />
<a href='https://torchgfn.readthedocs.io/en/latest/?badge=latest'>
<img src='https://readthedocs.org/projects/torchgfn/badge/?version=latest' alt='Documentation Status' />
</a>
<a>
<img src='https://img.shields.io/badge/code%20style-black-black' />
Expand All @@ -12,7 +12,7 @@

</p>
<p align="center">
<a href="https://gfn.readthedocs.io/en/latest/">Documentation</a> ~ <a href="https://github.com/saleml/gfn">Code</a>
<a href="https://torchgfn.readthedocs.io/en/latest/">Documentation</a> ~ <a href="https://github.com/saleml/torchgfn">Code</a>
</p>

# gfn: a Python package for GFlowNets
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down

0 comments on commit 01bc35f

Please sign in to comment.