-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
32 lines (26 loc) · 1 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# book settings
title: Treatment centre simulation
author: Thomas Monks
email: t.m.w.monks@exeter.ac.uk
description: >- # this means to ignore newlines until "baseurl:"
Example documentation and open working for computer simulation
# logo: content/imgs/small_logo.png
# Patterns to skip when building the book. Can be glob-style (e.g. "*skip.ipynb")
exclude_patterns: [_build, Thumbs.db, .DS_Store, "**.ipynb_checkpoints"]
# only build files specified in table of contents file
only_build_toc_files: true
execute:
execute_notebooks: 'force' #cache output from .ipynb files for faster build
timeout: -1 #no time restriction on notebook execution
repository:
url: https://github.com/TomMonks/treatment-centre-sim
branch: main
html:
use_repository_button: true
use_issues_button: true
# Configure your Binder links, such as the URL of the BinderHub.
launch_buttons:
binderhub_url: "https://mybinder.org"
colab_url: "https://colab.research.google.com"
notebook_interface: "jupyterlab"
thebe: true