From 3e057a10d7ec1b2563378a4b42cbfc8e149dcdb2 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Tue, 4 Feb 2025 11:05:49 +0100 Subject: [PATCH] fix: documentation -> docs --- slides/creators/A_First_Workflow.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/creators/A_First_Workflow.tex b/slides/creators/A_First_Workflow.tex index 5fb45d6..dfe48c9 100644 --- a/slides/creators/A_First_Workflow.tex +++ b/slides/creators/A_First_Workflow.tex @@ -365,9 +365,9 @@ \subsection{A first Step or ``Rule''} \begin{lstlisting}[language=Bash, style=Shell] $ snakemake \end{lstlisting} - \begin{documentation}[Note:] + \begin{docs}[Note:] With \altverb{--cores=n}, when executing ``locally'', we can restrict \Snakemake{} to only use \altverb{n} cores or CPUs, respectively. - \end{documentation} + \end{docs} You should see the expected output (\altverb[Bash]{ls}) and lines which reads: \begin{lstlisting}[style=Plain, basicstyle=\footnotesize] 1 of 1 steps (100%) done