forked from ubco-cmps/data531_course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·45 lines (40 loc) · 1.38 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
# Book settings
title: Data 531
author: Firas Moosvi
logo: images/logo.jpg
copyright: ""
exclude_patterns: ["LICENSE.md", "README.md"]
latex:
latex_documents:
targetname: book.tex
html:
home_page_in_navbar : true
use_repository_button: true
use_issues_button: true
use_edit_page_button: true
navbar_number_sections : false
baseurl : "https://firas.moosvi.com/courses/data531/" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
# google_analytics_id: UA-11111111 # add your Google Analytics Tracking Code
comments:
hypothesis: true
utterances:
repo: "ubco-cmps/data531_course"
extra_footer : |
<div>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png"></a>
All content on this site (unless otherwise specified) is licensed under the <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0 license</a>
</div>
launch_buttons:
notebook_interface : "jupyterlab"
binderhub_url : "https://mybinder.org"
thebe : true
repository:
url : https://github.com/ubco-cmps/data531_course
path_to_book : ""
branch : master
sphinx:
config:
html_show_copyright: false
html_extra_path: ['files']
parse:
myst_extended_syntax: true