Skip to content

Commit 33ed7e3

Browse files
Doc fixes (#1583)
A few more fixes for the `qml` CLI docs.
1 parent 42c9d97 commit 33ed7e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/qml-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ Once all required inputs are provided, a new subdirectory will be created under
125125
Compiles one or more demonstrations, preparing them for local execution or packaging.
126126

127127
```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.
130130

131131
# Example: Building all demonstrations
132132
qml build
@@ -142,7 +142,7 @@ qml build demo_one demo_two
142142

143143
##### `--execute`
144144

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.
146146

147147
```bash
148148
qml build --execute
@@ -193,4 +193,4 @@ For any issues or questions, please utilize our GitHub issue tracker.
193193

194194
The materials and demonstrations provided in this repository are **free** and **open source**, distributed under the Apache License, Version 2.0.
195195

196-
Please note, the file `custom_directives.py` is available under the BSD 3-Clause License, with copyright © 2017, PyTorch contributors.
196+
Please note, the file `custom_directives.py` is available under the BSD 3-Clause License, with copyright © 2017, PyTorch contributors.

0 commit comments

Comments
 (0)