forked from Anri/cal8tor
--help
This commit is contained in:
parent
a954f439b5
commit
0555ba9bf2
1 changed files with 25 additions and 2 deletions
|
@ -16,6 +16,8 @@
|
||||||
\usepackage{minted} % intégration code
|
\usepackage{minted} % intégration code
|
||||||
\usemintedstyle{emacs}
|
\usemintedstyle{emacs}
|
||||||
|
|
||||||
|
\newcommand{\dd}{-\---} % alias
|
||||||
|
|
||||||
\title{Projet - Scraper}
|
\title{Projet - Scraper}
|
||||||
\author{\href{mailto:anri.kennel@etud.univ-paris8.fr}{
|
\author{\href{mailto:anri.kennel@etud.univ-paris8.fr}{
|
||||||
Anri Kennel}\thanks{Numéro d'étudiant : 20010664}\, (L3-Y)
|
Anri Kennel}\thanks{Numéro d'étudiant : 20010664}\, (L3-Y)
|
||||||
|
@ -118,7 +120,7 @@ pour en être sûr j'ai utilisé le validateur mis à disposition sur
|
||||||
END:VEVENT
|
END:VEVENT
|
||||||
\end{minted}
|
\end{minted}
|
||||||
\caption{Extrait de l'emploi du temps des L3-Y sous forme de fichier
|
\caption{Extrait de l'emploi du temps des L3-Y sous forme de fichier
|
||||||
(\footnotesize{\texttt{cargo r -\--release -\--- l3-y -e file}})}
|
(\footnotesize{\texttt{cargo r \dd{}release \dd{} l3-y -e file}})}
|
||||||
\label{txt:l3y-file}
|
\label{txt:l3y-file}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
@ -132,11 +134,32 @@ jours en colonnes et les heures en lignes.
|
||||||
\begin{figure}[h]
|
\begin{figure}[h]
|
||||||
\hspace{-5em}
|
\hspace{-5em}
|
||||||
\includegraphics[width=1.29\textwidth]{imgs/output_example.png}
|
\includegraphics[width=1.29\textwidth]{imgs/output_example.png}
|
||||||
\caption{Affichage de l'emploi du temps des L3-Y depuis l'application}
|
\caption{Affichage de l'emploi du temps des L3-Y sur la sortie standard}
|
||||||
\label{fig:l3y-cli}
|
\label{fig:l3y-cli}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
\clearpage
|
||||||
\section{Exemple d'utilisation}
|
\section{Exemple d'utilisation}
|
||||||
|
\begin{figure}[h]
|
||||||
|
\begin{minted}[autogobble,fontsize=\footnotesize]{text}
|
||||||
|
Extractor of the calendar of the IT degree of university Paris 8
|
||||||
|
|
||||||
|
Usage: cal8tor [OPTIONS] <CLASS>
|
||||||
|
|
||||||
|
Arguments:
|
||||||
|
<CLASS> The class you want to get the timetable, i.e.: L2-A
|
||||||
|
|
||||||
|
Options:
|
||||||
|
-s, --semester <SEMESTER NUMBER> The semester you want (useful only in 3rd year, 1-2 use letter in class)
|
||||||
|
-e, --export <FILE NAME> Export to iCalendar format (.ics)
|
||||||
|
-c, --cl <CELL LENGTH> Size of cell of the timetable (irrelevant when exporting the timetable) [default: 35]
|
||||||
|
-h, --help Print help information
|
||||||
|
-V, --version Print version information
|
||||||
|
\end{minted}
|
||||||
|
\caption{Affichage de la sortie d'aide
|
||||||
|
(\footnotesize{\texttt{cargo r \dd{}release \dd{} \dd{}help}})}
|
||||||
|
\label{txt:help}
|
||||||
|
\end{figure}
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Reference in a new issue