Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand All @@ -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 -------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down