diff --git a/docs/index.md b/docs/einfuehrung.md similarity index 97% rename from docs/index.md rename to docs/einfuehrung.md index 777e560..cd220cb 100644 --- a/docs/index.md +++ b/docs/einfuehrung.md @@ -30,7 +30,7 @@ und für Schülerinnen und Schüler im Unterricht nutzbar machen. ## Dokumentation * [Schnellstart](quickstart.md) -* [Installation](install.md) +* [Installation](installation.md) * {{ javadoc_link() }} ## Über die Zeichenmaschine diff --git a/docs/install.md b/docs/installation.md similarity index 97% rename from docs/install.md rename to docs/installation.md index b047580..e1e6afd 100644 --- a/docs/install.md +++ b/docs/installation.md @@ -42,3 +42,5 @@ Projekt in den Classpath aufgenommen werden: ### NetBeans > Coming soon + +## Unterstützung für MP3 diff --git a/docs/macros.py b/docs/macros.py index 95d52ed..cc5ebb8 100644 --- a/docs/macros.py +++ b/docs/macros.py @@ -50,7 +50,6 @@ def define_env(env): # _target = re.sub(r"([^(][^,]*?\.)*?([^)]+)", lambda m: m.group(2), target) _target = target - print(f'{_target.strip()=}') if m := re.match(r'^(.+?)\((.*)\)$', _target): if strip_params and m.group(2): params = m.group(2).split(',') diff --git a/docs/quickstart.md b/docs/quickstart.md index c1e7a1f..3c6ec33 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -5,7 +5,7 @@ die [JAR-Datei der aktuellen Version](https://github.com/jneug/zeichenmaschine/r herunterzuladen und dem [Classpath](https://www.delftstack.com/de/howto/java/java-classpath-/) hinzuzufügen. Eine Beschreibung für verschiedene Entwicklungsumgebungen findet -sich im Abschnitt [Installation](install.md). +sich im Abschnitt [Installation](installation.md). ## Die Basisklasse diff --git a/mkdocs.yml b/mkdocs.yml index 6c4e2cc..95d001e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,13 +37,13 @@ extra_css: - assets/zmstyles.css nav: - - Einführung: index.md - - Schnellstart: quickstart.md - - Installation: install.md - - Tutorials: - - Aquarium: tutorials/aquarium/aquarium1.md - - Beispiele: - - Mondrian: beispiele/mondrian.md + - Einführung: einfuehrung.md + - Schnellstart: schnellstart.md + - Installation: installation.md + - Tutorials: + - Aquarium: tutorials/aquarium/aquarium1.md + - Beispiele: + - Mondrian: beispiele/mondrian.md markdown_extensions: - admonition