Skip to content

Commit

Permalink
Added badge "New - Version 2025" (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs committed Sep 4, 2024
1 parent 6340aeb commit 3fdf84c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/howtos/python_api_introduction/file_selection_dialog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![New in Version 2025](https://img.shields.io/badge/New-Version_2025-orange)

# Selecting a file or folder

> Python scripts for ZEISS INSPECT often require reading or writing files. The command `choose_file()` provides a simple solution for selecting a file path interactively.
Expand Down
2 changes: 2 additions & 0 deletions doc/howtos/using_scripted_diagrams/using_scripted_diagrams.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![New in Version 2025](https://img.shields.io/badge/New-Version_2025-orange)

# Using scripted diagrams

![Scripted diagram](assets/scripted_diagrams.png)
Expand Down
2 changes: 2 additions & 0 deletions doc/howtos/using_services/using_services.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![New in Version 2025](https://img.shields.io/badge/New-Version_2025-orange)

# Using services

> Abstract: A ZEISS INSPECT service is a Python script running continuously in the background, which exposes API functions to other scripts. Services can be distributed via Apps and can be used as computation kernels or callback targets. Services have been introduced in ZEISS INSPECT 2025.
Expand Down

0 comments on commit 3fdf84c

Please sign in to comment.