From f3260b8c31984bfaf3fe704d25fd0d882453b9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de> Date: Wed, 5 Apr 2023 19:40:00 +0000 Subject: [PATCH] =?UTF-8?q?Initial=20part:=20Einf=C3=BChrung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _toc.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _toc.yml diff --git a/_toc.yml b/_toc.yml new file mode 100644 index 0000000..3ff3c92 --- /dev/null +++ b/_toc.yml @@ -0,0 +1,9 @@ +format: jb-book +root: landing-page +parts: +- caption: Einführung + numbered: true + chapters: + - file: was-ist-data-science + - file: intro-stochastik + - file: intro-python -- GitLab