Skip to content

Commit

Permalink
Merge pull request #32 from ZEISS/20240814-fix-links
Browse files Browse the repository at this point in the history
20240814 fix links
  • Loading branch information
mprinkezs authored Aug 15, 2024
2 parents 35e8a66 + fe5fd2e commit 363a688
Show file tree
Hide file tree
Showing 51 changed files with 145 additions and 238 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Links
on:
repository_dispatch:
workflow_dispatch:
jobs:
linkChecker:
Expand All @@ -11,10 +10,10 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1

# - name: Create Issue From File
# if: env.lychee_exit_code != 0
# uses: peter-evans/create-issue-from-file@v4
# with:
# title: Link Checker Report
# content-filepath: ./lychee/out.md
# labels: report, automated issue
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: report, automated issue
1 change: 0 additions & 1 deletion .github/workflows/update_overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
python-version: '3.10'
- name: Check out the repository
uses: actions/checkout@v4

- name: Git config
run: |
git config --global user.email "action@github.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ DIALOG.list.items = ['yes', 'we', 'can']

## Related

* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ gom.script.explorer.apply_selection (selection=example_selection)

## Related

* How-to: [Python API Introduction](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/python_api_introduction.md)
* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* How-to: [Selecting elements in scripts](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/selecting_elements.md)
* How-to: [Python API Introduction](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/python_api_introduction.html)
* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
* How-to: [Selecting elements in scripts](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/selecting_elements.html)
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ This usage of the `DIALOG.handler` function mimics the user-interaction of chang

## Related

* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def dialog_event_handler (widget):

## Related

* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
2 changes: 1 addition & 1 deletion AppExamples/misc/DialogReopenExample/doc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ def dialog_event_handler (widget):
## Related

* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
2 changes: 1 addition & 1 deletion AppExamples/misc/SQLExample/doc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ result, err = execute_query(CONNECTION, query, values)

## Related

* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* How-to: [User-defined Dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
2 changes: 1 addition & 1 deletion AppExamples/misc/ServiceExample/doc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ srv.start()

## Related

* How-to: [Using services](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/using_services/using_services.md)
* How-to: [Using services](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/using_services/using_services.html)
* [gom.api.services](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/python_api.html#gom-api-services)
4 changes: 2 additions & 2 deletions AppExamples/misc/ServiceExample/doc/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## ServiceExample

This App is part of the [ZEISS INSPECT Python API App Examples](https://github.com/ZEISS/zeiss-inspect-app-examples/tree/dev/AppExamples).
This App is part of the [ZEISS INSPECT Python API App Examples](https://github.com/ZEISS/zeiss-inspect-app-examples/tree/main/AppExamples).

See [App documentation](Documentation.md) for details.

You can [download this App](https://software-store.zeiss.com/products/apps/ServiceExample) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).

The ZEISS INSPECT App develomment documentation can be found on [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html).
The ZEISS INSPECT App develomment documentation can be found on [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html).
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Based on `unitest` (https://docs.python.org/3/library/unittest.html) and `Covera

## See also

See https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/testing_addons/testing_addons.html for more information.
See https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/testing_apps/testing_apps.html for more information.
2 changes: 1 addition & 1 deletion AppExamples/script_icons/ScriptIcon/doc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ If you use this approach, and follow our [icon guidelines](https://zeissiqs.gith

## Related

* How-to: [Adding workspaces to packages](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/adding_workspaces_to_apps/adding_workspaces_to_apps.md)
* How-to: [Adding workspaces to packages](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/adding_workspaces_to_apps/adding_workspaces_to_apps.html)
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ For details on how to read and write resource data, see the related documentatio

## Related

* [How to: Using script resources](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/using_script_resources.md)
* [`gom.Resource` API Definition](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/resource_api.md)
* [How to: Using script resources](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/using_script_resources.html)
* [`gom.Resource` API Definition](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/resource_api.html)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is an example for a scripted 'circle' element.

> [!NOTE]
> Please see [ScriptedActualPoint](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/dev/AppExamples/scripted_actuals/ScriptedActualPoint/doc/Documentation.md) for a complete scripted elements example with detailed description.
> Please see [ScriptedActualPoint](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/scripted_actuals/ScriptedActualPoint/doc/Documentation.md) for a complete scripted elements example with detailed description.
## Source code excerpt

Expand Down Expand Up @@ -35,5 +35,5 @@ def calculation(context, params):

## Related

* [Scripted actuals - Circle](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.md#circle)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* [Scripted actuals - Circle](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.html#circle)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This App is part of the [ZEISS INSPECT Python API Examples](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/index.html).

See [ScriptedActualCircle](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/scripted_actuals/scripted_actual_circle.html) on the [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html) for a detailed description.
See [App documentation](Documentation.md) for details.

You can [download this App](https://software-store.zeiss.com/products/apps/ScriptedActualCircle) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).
You can [download this App](https://software-store.zeiss.com/products/apps/ScriptedActualCircle) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).

The ZEISS INSPECT App develomment documentation can be found on [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is an example for a scripted 'cone' element.
If you specify `radius1` > `radius2` in the creation parameters, [`point1`; `radius1`] and [`point2`; `radius2`] are swapped automatically.

> [!NOTE]
> Please see [ScriptedActualPoint](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/dev/AppExamples/scripted_actuals/ScriptedActualPoint/doc/Documentation.md) for a complete scripted elements example with detailed description.
> Please see [ScriptedActualPoint](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/scripted_actuals/ScriptedActualPoint/doc/Documentation.md) for a complete scripted elements example with detailed description.
## Source code excerpt

Expand Down Expand Up @@ -40,5 +40,5 @@ def calculation(context, params):

## Related

* [Scripted actuals - Cone](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.md#cone)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* [Scripted actuals - Cone](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.html#cone)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
6 changes: 4 additions & 2 deletions AppExamples/scripted_actuals/ScriptedActualCone/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This App is part of the [ZEISS INSPECT Python API Examples](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/index.html).

See [ScriptedActualCircle](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/scripted_actuals/scripted_actual_cone.html) on the [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html) for a detailed description.
See [App documentation](Documentation.md) for details.

You can [download this App](https://software-store.zeiss.com/products/apps/ScriptedActualCone) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).
You can [download this App](https://software-store.zeiss.com/products/apps/ScriptedActualCone) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).

The ZEISS INSPECT App develomment documentation can be found on [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is an example for a scripted 'curve' element. A parametric function is used to create a 3-dimensional curve - a helix - with a fixed number of points. `np.arange()` is used to iterate from `t_min` to `t_max` with a non-integer step size.

> [!NOTE]
> Please see [ScriptedActualPoint](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/dev/AppExamples/scripted_actuals/ScriptedActualPoint/doc/Documentation.md) for a complete scripted elements example with detailed description.
> Please see [ScriptedActualPoint](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/scripted_actuals/ScriptedActualPoint/doc/Documentation.md) for a complete scripted elements example with detailed description.
## Source code excerpt

Expand Down Expand Up @@ -43,5 +43,5 @@ def calculation(context, params):

## Related

* [Scripted actuals - Curve](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.md#curve)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* [Scripted actuals - Curve](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.html#curve)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This App is part of the [ZEISS INSPECT Python API Examples](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/index.html).

See [ScriptedActualCurve](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/scripted_actuals/scripted_actual_curve.html) on the [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html) for a detailed description.
See [App documentation](Documentation.md) for details.

You can [download this App](https://software-store.zeiss.com/products/apps/ScriptedActualCurve) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).
You can [download this App](https://software-store.zeiss.com/products/apps/ScriptedActualCurve) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).

The ZEISS INSPECT App develomment documentation can be found on [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is an example for a scripted 'cylinder' element.

> [!NOTE]
> Please see [ScriptedActualPoint](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/dev/AppExamples/scripted_actuals/ScriptedActualPoint/doc/Documentation.md) for a complete scripted elements example with detailed description.
> Please see [ScriptedActualPoint](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/scripted_actuals/ScriptedActualPoint/doc/Documentation.md) for a complete scripted elements example with detailed description.
## Source code excerpt

Expand Down Expand Up @@ -37,5 +37,5 @@ def calculation(context, params):

## Related

* [Scripted actuals - Cylinder](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.md#cylinder)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* [Scripted actuals - Cylinder](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.html#cylinder)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This App is part of the [ZEISS INSPECT Python API Examples](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/index.html).

See [ScriptedActualCylinder](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/scripted_actuals/scripted_actual_cylinder.html) on the [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html) for a detailed description.
See [App documentation](Documentation.md) for details.

You can [download this App](https://software-store.zeiss.com/products/apps/ScriptedActualCylinder) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).
You can [download this App](https://software-store.zeiss.com/products/apps/ScriptedActualCylinder) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).

The ZEISS INSPECT App develomment documentation can be found on [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is an example for a scripted 'distance' element.

> [!NOTE]
> Please see [ScriptedActualPoint](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/dev/AppExamples/scripted_actuals/ScriptedActualPoint/doc/Documentation.md) for a complete scripted elements example with detailed description.
> Please see [ScriptedActualPoint](https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/scripted_actuals/ScriptedActualPoint/doc/Documentation.md) for a complete scripted elements example with detailed description.
## Source code excerpt

Expand Down Expand Up @@ -35,5 +35,5 @@ def calculation(context, params):

## Related

* [Scripted actuals - Distance](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.md#distance)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* [Scripted actuals - Distance](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.html#distance)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## ScriptedActualPoint
## ScriptedActualDistance

This App is part of the [ZEISS INSPECT Python API Examples](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/index.html).

See [offset_point_simple](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/scripted_actuals/offset_point_simple.html) and [offset_point_v2](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_examples/scripted_actuals/offset_point_v2.html) on the [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html) for a detailed description.
See [App documentation](Documentation.md) for details.

You can [download this App](https://software-store.zeiss.com/products/apps/ScriptedActualPoint) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).
You can [download this App](https://software-store.zeiss.com/products/apps/ScriptedActualPoint) from the [ZEISS Quality Software Store](https://software-store.zeiss.com).

The ZEISS INSPECT App develomment documentation can be found on [ZEISS IQS GitHub](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/index.html)
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ Output:
## Related

* [Scripted actuals - Point](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/python_api/scripted_elements_api.html#point)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.md)
* [How-to: User-defined dialogs](https://zeissiqs.github.io/zeiss-inspect-addon-api/2025/howtos/python_api_introduction/user_defined_dialogs.html)
Loading

0 comments on commit 363a688

Please sign in to comment.