Skip to content

Commit 0373f2b

Browse files
authored
Fix sidepanel contents for section on noise (#7518)
The removal of some documents in a previous PR left the left-side TOC panel with an extra heading. Now, it also turns out that none of the other sections in the Cirq docs use an accordion, so we can feed two birds with one scone by getting rid of the accordion and moving the contents up one level. This should result in a properly-structured panel. <div align="center"> <img width="50%" alt="image" src="https://github.com/user-attachments/assets/fd90fb7e-4085-448f-8e09-016df4348212" /> </div>
1 parent c09b3d0 commit 0373f2b

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

docs/_book.yaml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -167,18 +167,15 @@ upper_tabs:
167167
path: /cirq/noise/representing_noise
168168
#### CHARACTERIZATION AND COMPENSATION ####
169169
- heading: "Characterization and compensation"
170-
- title: "Cross-Entropy Benchmarking (XEB)"
171-
style: accordion
172-
section:
173-
- title: "Cross-Entropy Benchmarking Theory"
174-
path: /cirq/noise/qcvv/xeb_theory
175-
- title: "Coherent vs incoherent noise with XEB"
176-
path: /cirq/noise/qcvv/coherent_vs_incoherent_xeb
177-
- title: "Parallel XEB"
178-
path: /cirq/noise/qcvv/parallel_xeb
179-
- title: "XEB calibration: Example and Benchmark"
180-
path: /cirq/noise/qcvv/xeb_calibration_example
181-
#### VISUALIZING NOISE ####
170+
- title: "Cross-Entropy Benchmarking (XEB) Theory"
171+
path: /cirq/noise/qcvv/xeb_theory
172+
- title: "Coherent vs incoherent noise with XEB"
173+
path: /cirq/noise/qcvv/coherent_vs_incoherent_xeb
174+
- title: "Parallel XEB"
175+
path: /cirq/noise/qcvv/parallel_xeb
176+
- title: "XEB calibration: Example and Benchmark"
177+
path: /cirq/noise/qcvv/xeb_calibration_example
178+
#### VISUALIZING NOISE ####
182179
- heading: "Visualizing noise"
183180
- title: "Heatmaps"
184181
path: /cirq/noise/heatmaps

0 commit comments

Comments
 (0)