From 975c33db551cea3e65e2ba7cced458b7a05c5e45 Mon Sep 17 00:00:00 2001 From: mokaddem Date: Tue, 24 Sep 2019 15:17:15 +0200 Subject: [PATCH] chg: [decaying] Change itemize into enumerate --- a.5-decaying-indicators/content.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a.5-decaying-indicators/content.tex b/a.5-decaying-indicators/content.tex index 2334556..98e4c66 100644 --- a/a.5-decaying-indicators/content.tex +++ b/a.5-decaying-indicators/content.tex @@ -281,12 +281,12 @@ \frametitle{Creating a new decay algorithm (1)} The current architecture allows users to create their \textbf{own} formulae. - \begin{itemize} + \begin{enumerate} \item Create a new file \texttt{{\$}filename} in \texttt{app/Model/DecayingModelsFormulas/} \item Extend the Base class as defined in \texttt{DecayingModelBase} \item Implement the two mandatory functions \texttt{computeScore} and \texttt{isDecayed} using your own formula/algorithm \item Create a Model and set the formula field to \texttt{{\$}filename} - \end{itemize} + \end{enumerate} Use cases: \begin{itemize}