From 2211ac685837bf539bc7ee064ea92f1ad89e999e Mon Sep 17 00:00:00 2001 From: Mike Hucka <mhucka@caltech.edu> Date: Wed, 3 Feb 2021 09:25:42 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20MAINTAIN:=20Remove=20stray=20par?= =?UTF-8?q?enthesis=20(#1197)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/advanced/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/advanced.md b/docs/advanced/advanced.md index 75f75384..47db99ad 100644 --- a/docs/advanced/advanced.md +++ b/docs/advanced/advanced.md @@ -74,7 +74,7 @@ This will entirely remove the folders in the `_build/` directory. You can control the behaviour of Jupyter Book by putting custom tags in the metadata of your cells. This allows you to do things like -{doc}`automatically hide code cells <../interactive/hiding>`) as well as +{doc}`automatically hide code cells <../interactive/hiding>` as well as {ref}`add interactive widgets to cells <launch/thebelab>`. ### Adding tags using notebook interfaces -- GitLab