From fc2f304d61932aa7f8feda79bd23c09237b9f02e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 29 Nov 2021 14:03:26 +0100 Subject: [PATCH] Add stock.py and csv.py to the docs --- documentation/documentation.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/documentation.tex b/documentation/documentation.tex index bfd2e4d..5803727 100644 --- a/documentation/documentation.tex +++ b/documentation/documentation.tex @@ -212,4 +212,10 @@ \subsection[\texttt{users.py}]{\texttt{users.py}, implante la base de donnée pour les utilisateurs} \begin{lstinputlisting}[language=iPython]{../users.py}\end{lstinputlisting} + \subsection[\texttt{stock.py}]{\texttt{stock.py}, implante la base de donnée pour le stock} + \begin{lstinputlisting}[language=iPython]{../stock.py}\end{lstinputlisting} + + \subsection[\texttt{csv.py}]{\texttt{csv.py}, implante la base de donnée pour l'export des statistiques en \texttt{.CSV}} + \begin{lstinputlisting}[language=iPython]{../csv.py}\end{lstinputlisting} + \end{document}