This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
generated from TeachBooks/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34ae99b
commit 31dd3de
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# General settings | ||
title: Bridging course Structural Mechanics | ||
author: Tom van Woudenberg from Delft university of Technology, built with <a href="https://teachbooks.tudelft.nl/">TeachBooks</a> and <a href="https://jupyterbook.org/">Jupyter Book</a> | ||
author: Tom van Woudenberg from Delft university of Technology, built with <a href="https://teachbooks.tudelft.nl/">TeachBooks</a> and <a href="https://jupyterbook.org/">Jupyter Book</a>, <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer"">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""> #Add your own name here | ||
email: [email protected] | ||
copyright: <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer"">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""> | ||
logo: figures/TUDelft_logo_rgb.png | ||
|
||
execute: | ||
|
@@ -23,15 +22,15 @@ sphinx: | |
use_thebe_lite: true | ||
exclude_patterns: ["**/**"] | ||
html_theme_options: | ||
# repository_url: "https://github.com/TeachBooks/bridging_mechanics" | ||
# use_repository_button: true | ||
# use_issues_button : true | ||
# launch_buttons: | ||
# thebe: true | ||
repository_url: "https://github.com/TeachBooks/bridging_mechanics" | ||
use_repository_button: true | ||
use_issues_button : true | ||
launch_buttons: | ||
thebe: true | ||
html_show_copyright: false | ||
extra_extensions: | ||
- sphinx.ext.imgconverter | ||
- jupyterbook_patches | ||
|
||
bibtex_bibfiles: | ||
- external/mechanics-BSc/book/references.bib | ||
- external/mechanics-BSc/book/references.bib |