diff --git a/README.md b/README.md index d4fc414..1adea57 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Do not move the source Dynamo graphs, or update won't work with them later. ### As a python module -API documentation available here: *TODO* +Full API documentation available here: https://infeeeee.github.io/dyn2py Most basic example to extract all nodes next to a dynamo file: diff --git a/pyproject.toml b/pyproject.toml index a071812..a5a5ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ build = ["pyinstaller"] doc = ["pdoc"] [project.urls] -homepage = "https://github.com/infeeeee/dyn2py" +homepage = "https://infeeeee.github.io/dyn2py" documentation = "https://github.com/infeeeee/dyn2py" repository = "https://github.com/infeeeee/dyn2py" changelog = "https://github.com/infeeeee/dyn2py/releases"