From f5c42cfdc68f1516cec71b8ead8d78225ae915e5 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Tue, 7 Dec 2021 20:33:57 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20Fix=20typo=20in=20rules.rst=20(?= =?UTF-8?q?=E2=80=94draft-notebook)=20(#1290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/snakefiles/rules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snakefiles/rules.rst b/docs/snakefiles/rules.rst index 6ee4333e7..13b89dd77 100644 --- a/docs/snakefiles/rules.rst +++ b/docs/snakefiles/rules.rst @@ -953,7 +953,7 @@ For example, running .. code-block:: console - snakemake --cores 1 --edit-notebook test.txt --use-conda + snakemake --cores 1 --draft-notebook test.txt --use-conda will generate skeleton code in ``notebooks/hello.py.ipynb`` and additionally print instructions on how to open and execute the notebook in VSCode.