Skip to content

Commit 82f5bd2

Browse files
authored
Merge pull request #427 from UBC-DSCI/dev
Dev
2 parents 8baeda9 + f4304dc commit 82f5bd2

File tree

120 files changed

+987
-408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+987
-408
lines changed

docs/404.html

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,27 @@
44

55
<meta charset="utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7-
<title>Page not found | Data Science: A First Introduction</title>
7+
<title>Page not found | Data Science</title>
88
<meta name="description" content="This is a textbook for teaching a first introduction to data science." />
99
<meta name="generator" content="bookdown 0.24 and GitBook 2.6.7" />
1010

11-
<meta property="og:title" content="Page not found | Data Science: A First Introduction" />
11+
<meta property="og:title" content="Page not found | Data Science" />
1212
<meta property="og:type" content="book" />
13-
14-
13+
<meta property="og:url" content="https://datasciencebook.ca" />
14+
<meta property="og:image" content="https://datasciencebook.ca/img/ds-a-first-intro-graphic.png" />
1515
<meta property="og:description" content="This is a textbook for teaching a first introduction to data science." />
1616

1717

1818
<meta name="twitter:card" content="summary" />
19-
<meta name="twitter:title" content="Page not found | Data Science: A First Introduction" />
19+
<meta name="twitter:title" content="Page not found | Data Science" />
2020

2121
<meta name="twitter:description" content="This is a textbook for teaching a first introduction to data science." />
22-
22+
<meta name="twitter:image" content="https://datasciencebook.ca/img/ds-a-first-intro-graphic.png" />
2323

24-
<meta name="author" content="Tiffany-Anne Timbers" />
25-
<meta name="author" content="Trevor Campbell" />
26-
<meta name="author" content="Melissa Lee" />
24+
<meta name="author" content="Tiffany Timbers, Trevor Campbell, and Melissa Lee Foreword by Roger Peng" />
2725

2826

29-
<meta name="date" content="2022-02-05" />
27+
<meta name="date" content="2022-02-11" />
3028

3129
<meta name="viewport" content="width=device-width, initial-scale=1" />
3230
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -167,10 +165,11 @@
167165
<nav role="navigation">
168166

169167
<ul class="summary">
170-
<li><a href="./">Data Science: A First Introduction</a></li>
168+
<li><a href="https://datasciencebook.ca">Data Science: A First Introduction</a></li>
171169

172170
<li class="divider"></li>
173-
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Foreword</a></li>
171+
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Welcome!</a></li>
172+
<li class="chapter" data-level="" data-path="foreword.html"><a href="foreword.html"><i class="fa fa-check"></i>Foreword</a></li>
174173
<li class="chapter" data-level="" data-path="preface.html"><a href="preface.html"><i class="fa fa-check"></i>Preface</a></li>
175174
<li class="chapter" data-level="" data-path="acknowledgments.html"><a href="acknowledgments.html"><i class="fa fa-check"></i>Acknowledgments</a></li>
176175
<li class="chapter" data-level="" data-path="about-the-authors.html"><a href="about-the-authors.html"><i class="fa fa-check"></i>About the authors</a></li>
@@ -511,9 +510,6 @@
511510
<li class="appendix"><span><b>Appendix</b></span></li>
512511
<li class="chapter" data-level="A" data-path="appendixA.html"><a href="appendixA.html"><i class="fa fa-check"></i><b>A</b> Downloading files from JupyterHub</a></li>
513512
<li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li>
514-
<li class="divider"></li>
515-
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
516-
517513
</ul>
518514

519515
</nav>
@@ -523,7 +519,8 @@
523519
<div class="body-inner">
524520
<div class="book-header" role="navigation">
525521
<h1>
526-
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./">Data Science: A First Introduction</a>
522+
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./"><p><img src="img/ds-a-first-intro-graphic.png" /><br />
523+
Data Science</p></a>
527524
</h1>
528525
</div>
529526

docs/Getting-started-with-version-control.html

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,27 @@
44

55
<meta charset="utf-8" />
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7-
<title>Chapter 12 Collaboration with version control | Data Science: A First Introduction</title>
7+
<title>Chapter 12 Collaboration with version control | Data Science</title>
88
<meta name="description" content="This is a textbook for teaching a first introduction to data science." />
99
<meta name="generator" content="bookdown 0.24 and GitBook 2.6.7" />
1010

11-
<meta property="og:title" content="Chapter 12 Collaboration with version control | Data Science: A First Introduction" />
11+
<meta property="og:title" content="Chapter 12 Collaboration with version control | Data Science" />
1212
<meta property="og:type" content="book" />
13-
14-
13+
<meta property="og:url" content="https://datasciencebook.ca" />
14+
<meta property="og:image" content="https://datasciencebook.ca/img/ds-a-first-intro-graphic.png" />
1515
<meta property="og:description" content="This is a textbook for teaching a first introduction to data science." />
1616

1717

1818
<meta name="twitter:card" content="summary" />
19-
<meta name="twitter:title" content="Chapter 12 Collaboration with version control | Data Science: A First Introduction" />
19+
<meta name="twitter:title" content="Chapter 12 Collaboration with version control | Data Science" />
2020

2121
<meta name="twitter:description" content="This is a textbook for teaching a first introduction to data science." />
22-
22+
<meta name="twitter:image" content="https://datasciencebook.ca/img/ds-a-first-intro-graphic.png" />
2323

24-
<meta name="author" content="Tiffany-Anne Timbers" />
25-
<meta name="author" content="Trevor Campbell" />
26-
<meta name="author" content="Melissa Lee" />
24+
<meta name="author" content="Tiffany Timbers, Trevor Campbell, and Melissa Lee Foreword by Roger Peng" />
2725

2826

29-
<meta name="date" content="2022-02-05" />
27+
<meta name="date" content="2022-02-11" />
3028

3129
<meta name="viewport" content="width=device-width, initial-scale=1" />
3230
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -167,10 +165,11 @@
167165
<nav role="navigation">
168166

169167
<ul class="summary">
170-
<li><a href="./">Data Science: A First Introduction</a></li>
168+
<li><a href="https://datasciencebook.ca">Data Science: A First Introduction</a></li>
171169

172170
<li class="divider"></li>
173-
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Foreword</a></li>
171+
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>Welcome!</a></li>
172+
<li class="chapter" data-level="" data-path="foreword.html"><a href="foreword.html"><i class="fa fa-check"></i>Foreword</a></li>
174173
<li class="chapter" data-level="" data-path="preface.html"><a href="preface.html"><i class="fa fa-check"></i>Preface</a></li>
175174
<li class="chapter" data-level="" data-path="acknowledgments.html"><a href="acknowledgments.html"><i class="fa fa-check"></i>Acknowledgments</a></li>
176175
<li class="chapter" data-level="" data-path="about-the-authors.html"><a href="about-the-authors.html"><i class="fa fa-check"></i>About the authors</a></li>
@@ -511,9 +510,6 @@
511510
<li class="appendix"><span><b>Appendix</b></span></li>
512511
<li class="chapter" data-level="A" data-path="appendixA.html"><a href="appendixA.html"><i class="fa fa-check"></i><b>A</b> Downloading files from JupyterHub</a></li>
513512
<li class="chapter" data-level="" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i>References</a></li>
514-
<li class="divider"></li>
515-
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
516-
517513
</ul>
518514

519515
</nav>
@@ -523,7 +519,8 @@
523519
<div class="body-inner">
524520
<div class="book-header" role="navigation">
525521
<h1>
526-
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./">Data Science: A First Introduction</a>
522+
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./"><p><img src="img/ds-a-first-intro-graphic.png" /><br />
523+
Data Science</p></a>
527524
</h1>
528525
</div>
529526

0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes

0 commit comments

Comments
 (0)