-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (46 loc) · 1.55 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
47
48
49
50
51
52
53
54
55
#############################################################################
# JupyterBook settings
# See: https://jupyterbook.org/en/stable/customize/config.html
title : Diabetes Prediection Project # Left navbar
author : Sam Tan, Bruce Xu, Duy Anh, Donghoon Shin
copyright : "2023" # Goes in the footer
logo : Diabetes_logo.jpeg # Above title, left navbar
# Render content from stored notebooks
execute:
execute_notebooks: 'off'
# Let's build everything - it takes a bit longer but lets us easily preview
# files that are in draft/progress on the live site, without exposing them
# in the TOC/nav tools.
only_build_toc_files: false
# Enable some myst extensions beyond the default.
parse:
myst_enable_extensions:
- amsmath
- dollarmath
- html_admonition
- html_image
- linkify
- colon_fence
- substitution
- tasklist
# Add links to GitHub repo
# For more info: https://jupyterbook.org/en/stable/basics/repository.html
repository:
url : https://github.com/UCB-stat-159-s23/project-group25
branch : main
html:
use_repository_button : true
use_issues_button : true
announcement : "Final Project for the Reproduciblity Class"
# A banner announcement at the top of the site.
launch_buttons:
binderhub_url: "https://mybinder.org"
notebook_interface: "jupyterlab"
# Uncomment this later if bibliographic references are desired
# See: https://jupyterbook.org/en/stable/tutorials/references.html
# bibtex_bibfiles:
# - references.bib
#
# sphinx:
# config:
# bibtex_reference_style: author_year