add class and activity diagram

This commit is contained in:
Hannes Signer 2023-08-18 12:09:55 +02:00
parent 7266588573
commit 996149785d
3 changed files with 9 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -86,7 +86,7 @@ html_theme_options = {
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_logo = "tug_logo.svg"
html_logo = "images/tug_logo.svg"
# -- Breathe configuration -------------------------------------------------