You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/qml-cli.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,8 +125,8 @@ Once all required inputs are provided, a new subdirectory will be created under
125
125
Compiles one or more demonstrations, preparing them for local execution or packaging.
126
126
127
127
```bash
128
-
# Provide demo names or directories separated by spaces.
129
-
# If no demo names are provided, all demonstrations within `demonstrations-v2` will be built.
128
+
# Provide demo names (directories) separated by spaces.
129
+
# If no demo names are provided, all demonstrations within `demonstrations_v2` will be built.
130
130
131
131
# Example: Building all demonstrations
132
132
qml build
@@ -142,7 +142,7 @@ qml build demo_one demo_two
142
142
143
143
##### `--execute`
144
144
145
-
Executes the specified demos using Sphinx Gallery. This flag is effective only for demos whose directory names are prefixed with `tutorial__`, marking them as executable tutorials.
145
+
Executes the specified demos using Sphinx Gallery. This flag is effective only for demos whose metadata fields `executable_stable` (uses the most recent release versions of packages in the PennyLane ecosystem) or `executable_latest` (uses the latest development versions of the PennyLane ecosystem) are set to "true". Historically, directory names prefixed with `tutorial__` marked them as executable tutorials. This is the fallback behaviour if either of the aforementioned metadata fields are missing for that demonstration.
146
146
147
147
```bash
148
148
qml build --execute
@@ -193,4 +193,4 @@ For any issues or questions, please utilize our GitHub issue tracker.
193
193
194
194
The materials and demonstrations provided in this repository are **free** and **open source**, distributed under the Apache License, Version 2.0.
0 commit comments