From c790ce833855e453a409baf20466a89ffbf303d7 Mon Sep 17 00:00:00 2001 From: mprinkezs <131883374+mprinkezs@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:03:51 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f62388..cb08469 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ This repository contains documentation sources and examples for the GOM software Python API. > [!NOTE] -> Please refer to the [GOM Inspect Add-On Documentation 2022](https://zeissiqs.github.io/gom-software-python-api/2022/) for the resulting rendered output. +> Please refer to the [GOM Inspect Add-On Documentation 2022](https://zeiss.github.io/gom-software-python-api/2022/) for the resulting rendered output. From 98fdfcc45b4c1c54e68fb759e3ce6675c7c096c0 Mon Sep 17 00:00:00 2001 From: mprinkezs <131883374+mprinkezs@users.noreply.github.com> Date: Thu, 13 Mar 2025 09:20:28 +0100 Subject: [PATCH 2/3] Update conf.py --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 160d897..b5c67ac 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -7,7 +7,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'Add-On Documentation' -copyright = '2023, Carl Zeiss GOM Metrology GmbH' +copyright = '2025, Carl Zeiss GOM Metrology GmbH' author = 'Carl Zeiss GOM Metrology GmbH' # -- General configuration --------------------------------------------------- @@ -31,7 +31,7 @@ # -- Options for sitemap ----------------------------------------------------- # https://sphinx-sitemap.readthedocs.io/en/latest/getting-started.html -html_baseurl = 'https://zeissiqs.github.io/gom-software-python-api/2022/' +html_baseurl = 'https://zeiss.github.io/gom-software-python-api/2022/' sitemap_url_scheme = "{link}" # -- Options for HTML output ------------------------------------------------- From 98c475530f2a69cd4eb91e492a9c4a86402fece4 Mon Sep 17 00:00:00 2001 From: mprinkezs <131883374+mprinkezs@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:43:16 +0200 Subject: [PATCH 3/3] Update adding_workspaces_to_packages.md --- .../adding_workspaces_to_packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.md b/doc/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.md index 0326e65..f464ed1 100644 --- a/doc/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.md +++ b/doc/howtos/adding_workspaces_to_packages/adding_workspaces_to_packages.md @@ -15,7 +15,7 @@ > There is no UI based workspace editor yet, but workspace definitions can be added manually. -* An example is provided in the add-on 'Workspace editor tools'. +* An example is provided in the add-on 'Workspace'. * An add-on is just a ZIP file with a different extension (.package) containing JSON based object definitions. * It can be unpacked, edited and packaged again with a new workspace definition.