Skip to content

Potential fix for unclickable sidebar heading #5842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/_book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ upper_tabs:
contents:
- title: "Overview"
path: /cirq/experiments
- heading: "Algorithms in Cirq"
- heading: "Algorithms in base Cirq"
- title: "Textbook Algorithms Workshop"
path: /cirq/experiments/textbook_algorithms
- title: "Shor's Algorithm"
Expand All @@ -211,7 +211,6 @@ upper_tabs:
path: /cirq/experiments/fourier_checking
- title: "Hidden Linear Function problem"
path: /cirq/experiments/hidden_linear_function
- heading: "Algorithms in ReCirq"
- include: /cirq/experiments/_toc.yaml

- name: "Contribute"
Expand Down
4 changes: 2 additions & 2 deletions docs/experiments/_index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ landing_page:
nav: left
rows:
- heading: Experiments using quantum circuits
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.
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.
- buttons:
- label: Cirq Github
path: https://github.com/quantumlib/Cirq
- label: ReCirq Github
path: https://github.com/quantumlib/ReCirq
- heading: Algorithms in Cirq
- heading: Algorithms in base Cirq
description: Algorithms and experiments executable using only default Cirq code.
options:
- cards
Expand Down