-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (37 loc) · 1.3 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# book settings
title: "Using Generative AI to Reconstruct Healthcare Simulation Models"
author: Thomas Monks
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
sing LLMs for recreating published DES models in simpy: feasibility and pilot
# 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: 'cache' #cache output from .ipynb files for faster build
timeout: -1 #no time restriction on notebook execution
repository:
url: https://github.com/pythonhealthdatascience/llm_simpy
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
# citations
# In _config.yml
bibtex_bibfiles:
- _bibliography/references.bib
# latex:
# latex_engine : "xelatex"
# latex_documents:
# targetname: book.tex
sphinx:
config:
bibtex_reference_style: author_year