From 899d65c5e0b0379059d300e0f37084a49a8bd002 Mon Sep 17 00:00:00 2001 From: infeeeee Date: Wed, 8 Mar 2023 00:44:54 +0100 Subject: [PATCH] Update documentation url --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"