Documenting Apps

Note

The App documentation is part of the packaged App.

Terminology

Item

Description

Origin

Title

App title

‘Title’ field in the App properties/
"title" in metainfo.json

One-Liner

App short description, a single line

‘Description’ field in the App properties/
"description" in metainfo.json

Short description

App short description

doc/README.md, first paragraph,
see below

Long description

App long description

doc/README.md, starting from second
paragraph, see below

Documentation

Documentation as PDF (optional)
(in download area, not shown above)

doc/Documentation.md/.pdf

Releasenotes

Releasenotes as PDF

doc/Releasenotes.md

App category

App category (optional)

"technical-category" in metainfo.json

Versions

Main software / App version

"software-version" and "version"
in metainfo.json

Compatible software

Compatible main software product(s)

"compatible-software" in metainfo.json

Rendering in the ZEISS Quality Software Store

ZEISS Quality Software Store – Product overview

ZEISS Quality Software Store – Product overview

ZEISS Quality Software Store – Product details

ZEISS Quality Software Store – Product details

App documentation structure

Caution

App short / long descriptions can only be rendered as plain text without formatting in the ZEISS Quality Software Store.

Note

An App (.addon file) is technically a ZIP file. See App file format for details.

  • Mandatory contents:

    • doc/README.md — App short / long description

    • doc/Releasenotes.md/.pdf — The Markdown file allows viewing in the App Editor while the PDF file is used in the ZEISS Quality Software Store.

  • Optional contents:

    • doc/Documentation.md/.pdf — Extended App documentation / user manual

    • doc/... — any number of additional files

Example

Source: doc/README.md

# Airfoil Inspection

Contains relevant functions to inspect airfoils. The app also supports the acquisition and preparation of optical and tactile measurement data. The industry-specific
Airfoil Inspection workspace is optimized for analyzing airfoils, such as blades, vanes or blisks.

The Airfoil Inspection App provides functions to prepare your measured data, no matter if tactile or optical, and to analyze airfoils, such as blades, vanes or blisks.
In addition, the App also provides the Smart Teach functionality for profile edge points, to measure airfoils in a dedicated way. 

Further functionality provided by Airfoil Inspection: 
 - specific Airfoil workspaces 
 - import and processing of tactile measured curves (incl. stylus sphere radius correction) 
 - interface to CALYPSO for data acquisition 
 - advanced Airfoil functionalities for profile inspection 
 - industry specific Apps  
     - Efficient Blisk Measurement and Inspection 
     - Airfoil Bow and Sweep Inspection 
     - Virtual Balancing 
     - Throat Area - together with Local Minimal Surface 

Want to know more? Check the related articles in the ZEISS Quality Tech Guide.

Short description

Contains relevant functions to inspect airfoils. The app also supports the acquisition and preparation of optical and tactile measurement data. The industry-specific Airfoil Inspection workspace is optimized for analyzing airfoils, such as blades, vanes or blisks.

Long description

The Airfoil Inspection App provides functions to prepare your measured data, no matter if tactile or optical, and to analyze airfoils, such as blades, vanes or blisks. In addition, the App also provides the Smart Teach functionality for profile edge points, to measure airfoils in a dedicated way.

Further functionality provided by Airfoil Inspection:

  • specific Airfoil workspaces

  • import and processing of tactile measured curves (incl. stylus sphere radius correction)

  • interface to CALYPSO for data acquisition

  • advanced Airfoil functionalities for profile inspection

  • industry specific Apps

    • Efficient Blisk Measurement and Inspection

    • Airfoil Bow and Sweep Inspection

    • Virtual Balancing

    • Throat Area - together with Local Minimal Surface

Want to know more? Check the related articles in the ZEISS Quality Tech Guide.

Markdown

Caution

App short / long descriptions can only be rendered as plain text without formatting in the ZEISS Quality Software Store.

Note

See markdown guide for a brief description of the markdown format.

See ZEISS Quality Software Store — FileSelectionAndFiltering for example.

ZEISS INSPECT App editor with Markdown viewer A markdown editor/viewer is integrated in the ZEISS INSPECT App editor.

See Releasenotes template.

Converting Markdown files to Portable Document Format (PDF)

The Visual Studio Code extension Markdown PDF allows to convert Markdown files to PDF. The ZEISS App Development Environment converts Releasenotes from Markdown to PDF automatically.