Skip to content

Commit

Permalink
Updated doc/python_examples/examples_overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 9, 2024
1 parent dff6163 commit 2274bf7
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions doc/python_examples/examples_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,24 @@ myst:

</section>

<section id="ipcwebsocketexample">
<div id="ipcwebsocketexample" class="example-block-odd">
<h3>IPCWebsocketExample — <a class="reference external" href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/misc/IPCWebsocketExample/doc/Documentation.md">view</a>
<a class="headerlink" href="#ipcwebsocketexample" title="Link to this heading"></a></h3>


:Description:
Example for triggering command execution via WebSocket protocol

:Tags:
<a href="#id15">![Static Badge](https://img.shields.io/badge/import-blue)</a>

</div>

</section>

<section id="measurementsystemanalysis">
<div id="measurementsystemanalysis" class="example-block-odd">
<div id="measurementsystemanalysis" class="example-block-even">
<h3>MeasurementSystemAnalysis — <a class="reference external" href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/misc/MeasurementSystemAnalysis/doc/Documentation.md">view</a>
<a class="headerlink" href="#measurementsystemanalysis" title="Link to this heading"></a></h3>

Expand All @@ -294,7 +310,7 @@ myst:
</section>

<section id="pointpixeltransformations">
<div id="pointpixeltransformations" class="example-block-even">
<div id="pointpixeltransformations" class="example-block-odd">
<h3>PointPixelTransformations — <a class="reference external" href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/misc/PointPixelTransformations/doc/Documentation.md">view</a>
<a class="headerlink" href="#pointpixeltransformations" title="Link to this heading"></a></h3>

Expand All @@ -315,7 +331,7 @@ myst:
</section>

<section id="progressbar">
<div id="progressbar" class="example-block-odd">
<div id="progressbar" class="example-block-even">
<h3>ProgressBar — <a class="reference external" href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/misc/ProgressBar/doc/Documentation.md">view</a>
<a class="headerlink" href="#progressbar" title="Link to this heading"></a></h3>

Expand All @@ -329,7 +345,7 @@ myst:
</section>

<section id="sqlexample">
<div id="sqlexample" class="example-block-even">
<div id="sqlexample" class="example-block-odd">
<h3>SQLExample — <a class="reference external" href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/misc/SQLExample/doc/Documentation.md">view</a>
<a class="headerlink" href="#sqlexample" title="Link to this heading"></a></h3>

Expand All @@ -345,7 +361,7 @@ myst:
</section>

<section id="serviceexample">
<div id="serviceexample" class="example-block-odd">
<div id="serviceexample" class="example-block-even">
<h3>ServiceExample — <a class="reference external" href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/misc/ServiceExample/doc/Documentation.md">view</a>
<a class="headerlink" href="#serviceexample" title="Link to this heading"></a></h3>

Expand All @@ -363,7 +379,7 @@ myst:
</section>

<section id="settingsapi">
<div id="settingsapi" class="example-block-even">
<div id="settingsapi" class="example-block-odd">
<h3>SettingsAPI — <a class="reference external" href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/misc/SettingsAPI/doc/Documentation.md">view</a>
<a class="headerlink" href="#settingsapi" title="Link to this heading"></a></h3>

Expand All @@ -381,7 +397,7 @@ myst:
</section>

<section id="templateunittestcoverage">
<div id="templateunittestcoverage" class="example-block-odd">
<div id="templateunittestcoverage" class="example-block-even">
<h3>TemplateUnittestCoverage — <a class="reference external" href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/misc/TemplateUnittestCoverage/doc/Documentation.md">view</a>
<a class="headerlink" href="#templateunittestcoverage" title="Link to this heading"></a></h3>

Expand All @@ -397,7 +413,7 @@ myst:
</section>

<section id="textdetection">
<div id="textdetection" class="example-block-even">
<div id="textdetection" class="example-block-odd">
<h3>TextDetection — <a class="reference external" href="https://github.com/ZEISS/zeiss-inspect-app-examples/blob/main/AppExamples/misc/TextDetection/doc/Documentation.md">view</a>
<a class="headerlink" href="#textdetection" title="Link to this heading"></a></h3>

Expand Down Expand Up @@ -991,6 +1007,7 @@ myst:
* <a href="#csvexample">CSVExample</a>
* <a href="#excelexample">ExcelExample</a>
* <a href="#ipcsocketsexample">IPCSocketsExample</a>
* <a href="#ipcwebsocketexample">IPCWebsocketExample</a>


### <a name="measurement"></a>![Static Badge](https://img.shields.io/badge/measurement-blue)
Expand Down

0 comments on commit 2274bf7

Please sign in to comment.