Marco Ricci commited on 2024-07-21 23:52:53
Zeige 2 geänderte Dateien mit 22 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -0,0 +1,20 @@ |
| 1 |
+{#-
|
|
| 2 |
+ This file was automatically generated - do not edit |
|
| 3 |
+-#} |
|
| 4 |
+<div class="md-copyright"> |
|
| 5 |
+ {% if config.copyright %}
|
|
| 6 |
+ <div class="md-copyright__highlight"> |
|
| 7 |
+ {{ config.copyright }}
|
|
| 8 |
+ </div> |
|
| 9 |
+ {% endif %}
|
|
| 10 |
+ {% if not config.extra.generator == false %}
|
|
| 11 |
+ Made with |
|
| 12 |
+ <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener"> |
|
| 13 |
+ Material for MkDocs |
|
| 14 |
+ </a> |
|
| 15 |
+ and |
|
| 16 |
+ <a href="https://mkdocstrings.github.io/python/" target="_blank" rel="noopener"> |
|
| 17 |
+ mkdocstrings-python |
|
| 18 |
+ </a> |
|
| 19 |
+ {% endif %}
|
|
| 20 |
+</div> |