From fc3bb7be665e42c7e23e5f67ee06a7b5a7c3672e Mon Sep 17 00:00:00 2001 From: Auguste Hirth Date: Mon, 29 Aug 2022 16:42:42 +0000 Subject: [PATCH 1/3] Potential fix for unclickable sidebar heading --- docs/_book.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_book.yaml b/docs/_book.yaml index 4f305d6223d..ba2cc951a2e 100644 --- a/docs/_book.yaml +++ b/docs/_book.yaml @@ -212,6 +212,8 @@ upper_tabs: - title: "Hidden Linear Function problem" path: /cirq/experiments/hidden_linear_function - heading: "Algorithms in ReCirq" + - title: "Overview" + path: /cirq/experiments#recirq-experiments - include: /cirq/experiments/_toc.yaml - name: "Contribute" From 78a34565a9ec36dd5de6e156eb267ef22b59e05c Mon Sep 17 00:00:00 2001 From: Auguste Hirth Date: Mon, 29 Aug 2022 13:39:43 -0700 Subject: [PATCH 2/3] Remove empty heading, pair with recirq pr --- docs/_book.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/_book.yaml b/docs/_book.yaml index ba2cc951a2e..e35fe023c5f 100644 --- a/docs/_book.yaml +++ b/docs/_book.yaml @@ -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" @@ -211,9 +211,6 @@ upper_tabs: path: /cirq/experiments/fourier_checking - title: "Hidden Linear Function problem" path: /cirq/experiments/hidden_linear_function - - heading: "Algorithms in ReCirq" - - title: "Overview" - path: /cirq/experiments#recirq-experiments - include: /cirq/experiments/_toc.yaml - name: "Contribute" From b586c507aeaf6e5feea727b306c32ea16b8bb832 Mon Sep 17 00:00:00 2001 From: Auguste Hirth Date: Mon, 29 Aug 2022 13:42:32 -0700 Subject: [PATCH 3/3] Add to index explanation --- docs/experiments/_index.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/experiments/_index.yaml b/docs/experiments/_index.yaml index 89eaa875ec8..530f5cc9a22 100644 --- a/docs/experiments/_index.yaml +++ b/docs/experiments/_index.yaml @@ -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