Add stock.py and csv.py to the docs
This commit is contained in:
parent
93da289196
commit
fc2f304d61
1 changed files with 6 additions and 0 deletions
|
@ -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}
|
||||
|
|
Reference in a new issue