Skip to content

Commit

Permalink
added docs badge to README and link to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
M-R-Schaefer committed Nov 13, 2023
1 parent 17c7431 commit a4cd3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# `apax`: Atomstic learned Potentials in JAX!
[![Read the Docs](https://readthedocs.org/projects/apax/badge/)](https://apax.readthedocs.io/en/latest/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ keywords=["machine-learning", "interatomic potentials", "molecular-dynamics"]
license = "MIT"
readme = "README.md"
packages = [{include = "apax"}]
documentation = "https://apax.readthedocs.io/en/latest/"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
Expand Down Expand Up @@ -40,8 +41,6 @@ pre-commit = "^2.20.0"
isort = "^5.10.1"
flake8 = "^5.0.4"



[tool.poetry.group.docs.dependencies]
sphinx = "^7.2.6"
sphinx-rtd-theme = "^1.3.0"
Expand Down

0 comments on commit a4cd3e7

Please sign in to comment.