From 4b6b30a7eaf5ebf2cd336dead1e7250d914d526f Mon Sep 17 00:00:00 2001 From: "Oriol (ZBook)" Date: Sat, 17 Jun 2023 20:25:08 +0200 Subject: [PATCH] fix ref to hide notebook cells --- docs/source/contributing/jupyter_style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing/jupyter_style.md b/docs/source/contributing/jupyter_style.md index c6c3648271..9dbfbd3def 100644 --- a/docs/source/contributing/jupyter_style.md +++ b/docs/source/contributing/jupyter_style.md @@ -45,7 +45,7 @@ This guide does not teach nor cover MyST extensively, only gives some opinionate * If the output (or even code and output) of a cell is not necessary to follow the notebook or it is very long and can break the flow of reading, consider hiding - it with a {doc}`toggle button ` + it with a {ref}`toggle button ` * Consider using {ref}`myst:syntax/md-figures` to add captions to images used in the notebook.