We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f648bf2 commit 14d86edCopy full SHA for 14d86ed
source/user/tutorial/add_deploy.rst
@@ -42,24 +42,21 @@ We will now use this to add the institution for ``DeployInst``.
42
<config>
43
<DeployInst>
44
<prototypes>
45
- <val>prototype_name1</val>
46
- <val>prototype_name2</val>
47
- <val>prototype_name3</val>
48
- <val>prototype_name4</val>
+ <val>[string]</val>
+ ...
49
</prototypes>
50
51
<build_times>
52
- <val>time1</val>
53
- <val>time2</val>
54
- <val>time3</val>
55
- <val>time4</val>
+ <val>[int]</val>
56
</build_times>
57
58
<n_build>
59
- <val>n_build1</val>
60
- <val>n_build2</val>
61
- <val>n_build3</val>
62
- <val>n_build4</val>
63
</n_build>
64
</DeployInst>
65
</config>
0 commit comments