From 1e643d43ba82a7f8cfbe8a72755776a67b3140a7 Mon Sep 17 00:00:00 2001 From: Michael Johansen Date: Wed, 17 Dec 2025 15:49:49 -0600 Subject: [PATCH] Add documentation links to a few packages Signed-off-by: Michael Johansen --- packages/ni.datamonikers.v1.client/pyproject.toml | 1 + packages/ni.measurements.data.v1.client/pyproject.toml | 1 + packages/ni.measurements.metadata.v1.client/pyproject.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/ni.datamonikers.v1.client/pyproject.toml b/packages/ni.datamonikers.v1.client/pyproject.toml index 1845f2e8..5edb403e 100644 --- a/packages/ni.datamonikers.v1.client/pyproject.toml +++ b/packages/ni.datamonikers.v1.client/pyproject.toml @@ -30,6 +30,7 @@ requires-python = '>=3.10,<4.0' [project.urls] repository = "https://github.com/ni/ni-apis-python" +documentation = "https://nidatamonikersv1client.readthedocs.io/en/latest/" [tool.poetry] packages = [{include = "ni", from = "src"}] diff --git a/packages/ni.measurements.data.v1.client/pyproject.toml b/packages/ni.measurements.data.v1.client/pyproject.toml index f8fe4cd2..8728b220 100644 --- a/packages/ni.measurements.data.v1.client/pyproject.toml +++ b/packages/ni.measurements.data.v1.client/pyproject.toml @@ -30,6 +30,7 @@ requires-python = '>=3.10,<4.0' [project.urls] repository = "https://github.com/ni/ni-apis-python" +documentation = "https://nimeasurementsdatav1client.readthedocs.io/en/latest/" [tool.poetry] packages = [{include = "ni", from = "src"}] diff --git a/packages/ni.measurements.metadata.v1.client/pyproject.toml b/packages/ni.measurements.metadata.v1.client/pyproject.toml index 5ce7b44a..19f7ffc3 100644 --- a/packages/ni.measurements.metadata.v1.client/pyproject.toml +++ b/packages/ni.measurements.metadata.v1.client/pyproject.toml @@ -30,6 +30,7 @@ requires-python = '>=3.10,<4.0' [project.urls] repository = "https://github.com/ni/ni-apis-python" +documentation = "https://nimeasurementsmetadatav1client.readthedocs.io/en/latest/" [tool.poetry] packages = [{include = "ni", from = "src"}]