Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App examples overview update pull request (main) #234

Merged
merged 1 commit into from
Dec 10, 2024
Merged
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
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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was ist denn eine "Static Badge" ? Machen solche tiefen Links Sinn oder kann da schnell etwas kaputt gehen ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those are the badges you might already have seen on top of many GitHub pages to show licenses, number of downloads, CI status etc. Since GitHub officially offers to use this service, I assume that it will be available for quite a while.


</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
Loading