Skip to content

Commit 7f51b0a

Browse files
augustehirthrht
authored andcommitted
Potential fix for unclickable sidebar heading (quantumlib#5842)
* Potential fix for unclickable sidebar heading * Remove empty heading, pair with recirq pr * Add to index explanation
1 parent c9c0581 commit 7f51b0a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: docs/_book.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ upper_tabs:
198198
contents:
199199
- title: "Overview"
200200
path: /cirq/experiments
201-
- heading: "Algorithms in Cirq"
201+
- heading: "Algorithms in base Cirq"
202202
- title: "Textbook Algorithms Workshop"
203203
path: /cirq/experiments/textbook_algorithms
204204
- title: "Shor's Algorithm"
@@ -211,7 +211,6 @@ upper_tabs:
211211
path: /cirq/experiments/fourier_checking
212212
- title: "Hidden Linear Function problem"
213213
path: /cirq/experiments/hidden_linear_function
214-
- heading: "Algorithms in ReCirq"
215214
- include: /cirq/experiments/_toc.yaml
216215

217216
- name: "Contribute"

Diff for: docs/experiments/_index.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ landing_page:
55
nav: left
66
rows:
77
- heading: Experiments using quantum circuits
8-
description: This is a collection of algorithms and experiments written in and using Cirq. Some are hosted in the Cirq Github repository, and some are hosted in ReCirq, a repository for research performed with Cirq.
8+
description: This is a collection of algorithms and experiments written in and using Cirq. A couple of them use only base Cirq, but the rest use additional code stored in ReCirq, a Github repository for research code that uses and builds upon Cirq.
99
- buttons:
1010
- label: Cirq Github
1111
path: https://github.com/quantumlib/Cirq
1212
- label: ReCirq Github
1313
path: https://github.com/quantumlib/ReCirq
14-
- heading: Algorithms in Cirq
14+
- heading: Algorithms in base Cirq
1515
description: Algorithms and experiments executable using only default Cirq code.
1616
options:
1717
- cards

0 commit comments

Comments
 (0)