Skip to content

Commit

Permalink
Update examples of config files. Remove main one.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger committed Jan 21, 2025
1 parent c8eca00 commit 05d9685
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "standard"
}
}
2 changes: 1 addition & 1 deletion config.cncbench.example.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Ledger-Donjon/laserstudio/main/config_schema/config.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/Ledger-Donjon/laserstudio/main/laserstudio/config_schema/config.schema.json
camera:
enable: true
label: "Dinolite"
Expand Down
2 changes: 1 addition & 1 deletion config.dummy.example.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Ledger-Donjon/laserstudio/main/config_schema/config.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/Ledger-Donjon/laserstudio/main/laserstudio/config_schema/config.schema.json
camera:
enable: true
label: "Front side Camera"
Expand Down
2 changes: 1 addition & 1 deletion config.laser1.example.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/Ledger-Donjon/laserstudio/main/config_schema/config.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/Ledger-Donjon/laserstudio/main/laserstudio/config_schema/config.schema.json
camera:
enable: true
label: "NIT IR Camera"
Expand Down
16 changes: 0 additions & 16 deletions config.yaml

This file was deleted.

1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
# togglebutton_hint = ""
# togglebutton_hint_hide = ""

version = "1.1.0"

templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
Expand Down
2 changes: 1 addition & 1 deletion laserstudio/config_schema/serial.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "object",
"oneOf": [
{
"title": "Identify device by path (Unix) or COM port name (Windows)",
"title": "Identify device by devpath or COM Port",
"properties": {
"dev": {
"type": "string",
Expand Down

0 comments on commit 05d9685

Please sign in to comment.