Add stock.py and csv.py to the docs

This commit is contained in:
Mylloon 2021-11-29 14:03:26 +01:00
parent 93da289196
commit fc2f304d61

View file

@ -212,4 +212,10 @@
\subsection[\texttt{users.py}]{\texttt{users.py}, implante la base de donnée pour les utilisateurs} \subsection[\texttt{users.py}]{\texttt{users.py}, implante la base de donnée pour les utilisateurs}
\begin{lstinputlisting}[language=iPython]{../users.py}\end{lstinputlisting} \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} \end{document}