Skip to content
Snippets Groups Projects
Commit f488ddbb authored by Jakub Štercl's avatar Jakub Štercl
Browse files

added class diagram

parent ee1dd66f
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -746,8 +746,7 @@ Výsledkem práce je funkční aplikace, která nabízí jednoduché rozhraní p
 
 
\chapter{Obsah přiloženého CD}
%upravte podle skutecnosti
Zdrojové kódy i text práce jsou k dispozici také na \url{https://gitlab.fit.cvut.cz/stercjak/BP}.
 
\begin{figure}
\dirtree{%
......@@ -761,6 +760,12 @@ Výsledkem práce je funkční aplikace, která nabízí jednoduché rozhraní p
}
\end{figure}
 
\chapter{Diagram tříd}
\begin{figure}
\tmpframe{\includegraphics[angle=90]{images/class.pdf}}
\caption{Diagram tříd}
\label{fig:class}
\end{figure}
 
 
\end{document}
......@@ -5,7 +5,7 @@ class Distribution:
def __init__(self, name, teams, group_id=None, id_=None):
"""
:param name: name of group
:param teams: list of teams in group
:param teams: list of teams in distribution
:param group_id: id of group that is distributed
:param id_: id of distribution
"""
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment