We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dfcba commit 45c9cb2Copy full SHA for 45c9cb2
index.Rmd
@@ -14,15 +14,14 @@ description: "This is a textbook for teaching a first introduction to data scien
14
always_allow_html: true
15
cover-image: "img/ds-a-first-intro-graphic.png"
16
graphics: yes
17
+url: https://datasciencebook.ca
18
output:
19
bookdown::gitbook:
20
css: style.css
21
config:
22
toc:
23
before: |
- <li><a href="./">Data Science: A First Introduction</a></li>
24
- after: |
25
- <li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
+ <li><a href="https://datasciencebook.ca">Data Science: A First Introduction</a></li>
26
edit: null
27
download: null
28
bookdown::pdf_book:
0 commit comments