From e7ddcbc36d3344523265aafaee7ce33cb86330dd Mon Sep 17 00:00:00 2001 From: Tom van Woudenberg Date: Mon, 22 Apr 2024 10:31:49 +0200 Subject: [PATCH] Update intro and stuff --- README.md | 4 ++-- book/_config.yml | 2 +- book/intro.md | 8 +++++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2d03ab6..c97b76e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Mechanics book +# Structural Mechanics 4 book -This folder includes all the contents for the mechanics book, which include online content supporting mechanics courses. \ No newline at end of file +This book includes all the contents for the Structural Mechanics 4 book, which include online content for the TU Delft course Structural Mechanics 4. \ No newline at end of file diff --git a/book/_config.yml b/book/_config.yml index 89db5bc..37db90e 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -27,7 +27,7 @@ sphinx: use_thebe_lite: true exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb"] html_theme_options: - repository_url: "https://gitlab.tudelft.nl/interactivetextbooks-citg/mechanics" + repository_url: "https://github.com/TeachBooks/Structural-Mechanics-4" use_repository_button: true use_issues_button : true launch_buttons: diff --git a/book/intro.md b/book/intro.md index b99561c..a0c00ee 100644 --- a/book/intro.md +++ b/book/intro.md @@ -1,3 +1,9 @@ # Home -This is a Jupyter Book containing various mechanics content for civil engineering. \ No newline at end of file +This is a Jupyter Book containing various mechanics content for civil engineering. + +This book includes Python interactivity: Click {fa}`rocket` --> {guilabel}`Live Code` on the top right corner of interactive page to start up a python-kernel in your browser! Any interactions you do here are not stored. You can also download the page as a notebook to apply the content on your own computer. + +If you spot any mistakes, let my now by cliccking on --> {fa}`lightbulb`, login with your GitHub account and report your issue. + +If you'd like to make this book more personal by adding (private or public) annotations I can recommend the [Hypothesis extension](https://web.hypothes.is/start/). This is only for your own use, I won't monitor public post on this platform. \ No newline at end of file