Skip to content

Commit c98a1cc

Browse files
committed
add descriptions
1 parent c4c44e6 commit c98a1cc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

custom_components/pyscript/services.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ reload:
66
fields:
77
global_ctx:
88
name: Global Context
9-
description: only reload this specific global context (file or app)
9+
description: Only reload this specific global context (file or app)
1010
example: file.example
1111
required: false
1212
selector:
@@ -18,6 +18,7 @@ jupyter_kernel_start:
1818
fields:
1919
shell_port:
2020
name: Shell Port Number
21+
description: Shell port number
2122
example: 63599
2223
required: false
2324
selector:
@@ -26,6 +27,7 @@ jupyter_kernel_start:
2627
max: 65535
2728
iopub_port:
2829
name: IOPub Port Number
30+
description: IOPub port number
2931
example: 63598
3032
required: false
3133
selector:
@@ -34,6 +36,7 @@ jupyter_kernel_start:
3436
max: 65535
3537
stdin_port:
3638
name: Stdin Port Number
39+
description: Stdin port number
3740
example: 63597
3841
required: false
3942
selector:
@@ -42,6 +45,7 @@ jupyter_kernel_start:
4245
max: 65535
4346
control_port:
4447
name: Control Port Number
48+
description: Control port number
4549
example: 63596
4650
required: false
4751
selector:
@@ -50,6 +54,7 @@ jupyter_kernel_start:
5054
max: 65535
5155
hb_port:
5256
name: Heartbeat Port Number
57+
description: Heartbeat port number
5358
example: 63595
5459
required: false
5560
selector:
@@ -73,6 +78,7 @@ jupyter_kernel_start:
7378
text:
7479
transport:
7580
name: Transport Type
81+
description: Transport type
7682
example: tcp
7783
default: tcp
7884
required: false
@@ -83,6 +89,7 @@ jupyter_kernel_start:
8389
- udp
8490
signature_scheme:
8591
name: Signing Algorithm
92+
description: Signing algorithm
8693
example: hmac-sha256
8794
required: false
8895
default: hmac-sha256
@@ -92,6 +99,7 @@ jupyter_kernel_start:
9299
- hmac-sha256
93100
kernel_name:
94101
name: Name of Kernel
102+
description: Kernel name
95103
example: pyscript
96104
required: true
97105
default: pyscript

0 commit comments

Comments
 (0)