Skip to content

Commit 14d86ed

Browse files
change placeholders in DeployInst template
1 parent f648bf2 commit 14d86ed

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

source/user/tutorial/add_deploy.rst

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,21 @@ We will now use this to add the institution for ``DeployInst``.
4242
<config>
4343
<DeployInst>
4444
<prototypes>
45-
<val>prototype_name1</val>
46-
<val>prototype_name2</val>
47-
<val>prototype_name3</val>
48-
<val>prototype_name4</val>
45+
<val>[string]</val>
46+
<val>[string]</val>
47+
...
4948
</prototypes>
5049
5150
<build_times>
52-
<val>time1</val>
53-
<val>time2</val>
54-
<val>time3</val>
55-
<val>time4</val>
51+
<val>[int]</val>
52+
<val>[int]</val>
53+
...
5654
</build_times>
5755
5856
<n_build>
59-
<val>n_build1</val>
60-
<val>n_build2</val>
61-
<val>n_build3</val>
62-
<val>n_build4</val>
57+
<val>[int]</val>
58+
<val>[int]</val>
59+
...
6360
</n_build>
6461
</DeployInst>
6562
</config>

0 commit comments

Comments
 (0)