Skip to content

Commit 5112418

Browse files
authored
Fix YAML quotation error (#7286)
The embedded `:` was problematic, and the line also exceeded the 100 char limit. Using YAML multiline syntax addresses both issues.
1 parent c054b90 commit 5112418

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/hardware/_index.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ landing_page:
9696
path: /cirq/hardware/pasqal/sampler
9797

9898
- heading: Rigetti hardware
99-
description: Cirq's interface with Rigetti hardware. (Note: this module was deprecated in Cirq version 1.5.)
99+
description: >-
100+
Cirq's interface with Rigetti hardware. (Note: this module was
101+
deprecated in Cirq version 1.5.)
100102
options:
101103
- cards
102104
items:

0 commit comments

Comments
 (0)