Skip to content

Commit

Permalink
Rebuilt docs/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rudeboybert committed Dec 5, 2019
1 parent 070d554 commit 6358dd7
Show file tree
Hide file tree
Showing 180 changed files with 8,574 additions and 8,119 deletions.
388 changes: 217 additions & 171 deletions docs/1-getting-started.html

Large diffs are not rendered by default.

575 changes: 277 additions & 298 deletions docs/10-inference-for-regression.html

Large diffs are not rendered by default.

707 changes: 437 additions & 270 deletions docs/11-thinking-with-data.html

Large diffs are not rendered by default.

694 changes: 335 additions & 359 deletions docs/2-viz.html

Large diffs are not rendered by default.

644 changes: 331 additions & 313 deletions docs/3-wrangling.html

Large diffs are not rendered by default.

585 changes: 298 additions & 287 deletions docs/4-tidy.html

Large diffs are not rendered by default.

816 changes: 416 additions & 400 deletions docs/5-regression.html

Large diffs are not rendered by default.

692 changes: 351 additions & 341 deletions docs/6-multiple-regression.html

Large diffs are not rendered by default.

714 changes: 359 additions & 355 deletions docs/7-sampling.html

Large diffs are not rendered by default.

1,314 changes: 678 additions & 636 deletions docs/8-confidence-intervals.html

Large diffs are not rendered by default.

1,052 changes: 516 additions & 536 deletions docs/9-hypothesis-testing.html

Large diffs are not rendered by default.

225 changes: 123 additions & 102 deletions docs/A-appendixA.html

Large diffs are not rendered by default.

714 changes: 365 additions & 349 deletions docs/B-appendixB.html

Large diffs are not rendered by default.

211 changes: 115 additions & 96 deletions docs/C-appendixC.html

Large diffs are not rendered by default.

2,228 changes: 2,082 additions & 146 deletions docs/D-appendixD.html

Large diffs are not rendered by default.

1,100 changes: 158 additions & 942 deletions docs/E-appendixE.html

Large diffs are not rendered by default.

Binary file modified docs/images/logos/Rlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/logos/book_cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/logos/book_cover_old.png
Binary file not shown.
463 changes: 101 additions & 362 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/labs.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>ModernDive Labs</title> </head> <body> <p>This is placeholder for student labs and other resources corresponding to the textbook at <a href="https://moderndive.com" target="_blank">moderndive.com</a> </p> </body> </html>
<meta http-equiv="Refresh" content="0; url=https://moderndive.github.io/moderndive_labs/index.html" />
16 changes: 15 additions & 1 deletion docs/libs/gitbook-2.6.7/js/plugin-bookdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
}
});

// add the View button (file view on Github)
var view = config.view;
if (view && view.link) gitbook.toolbar.createButton({
icon: 'fa fa-eye',
label: view.text || 'View Source',
position: 'left',
onClick: function(e) {
e.preventDefault();
window.open(view.link);
}
});

// add the Download button
var down = config.download;
var normalizeDownload = function() {
Expand Down Expand Up @@ -72,7 +84,7 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
if (config.search !== false) info.push('f: Toggle search input ' +
'(use <up>/<down>/Enter in the search input to navigate through search matches; ' +
'press Esc to cancel search)');
gitbook.toolbar.createButton({
if (config.info !== false) gitbook.toolbar.createButton({
icon: 'fa fa-info',
label: 'Information about the toolbar',
position: 'left',
Expand All @@ -85,6 +97,8 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
// highlight the current section in TOC
var href = window.location.pathname;
href = href.substr(href.lastIndexOf('/') + 1);
// accentuated characters need to be decoded (#819)
href = decodeURIComponent(href);
if (href === '') href = 'index.html';
var li = $('a[href^="' + href + location.hash + '"]').parent('li.chapter').first();
var summary = $('ul.summary'), chaps = summary.find('li.chapter');
Expand Down
3 changes: 2 additions & 1 deletion docs/libs/gitbook-2.6.7/js/plugin-fontsettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {

gitbook.events.bind("start", function(e, config) {
var opts = config.fontsettings;

if (!opts) return;

// Create buttons in toolbar
gitbook.toolbar.createButton({
icon: 'fa fa-font',
Expand Down
16 changes: 4 additions & 12 deletions docs/libs/gitbook-2.6.7/js/plugin-sharing.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,15 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
'icon': 'fa fa-facebook',
'onClick': function(e) {
e.preventDefault();
window.open("http://www.facebook.com/sharer/sharer.php?s=100&p[url]="+encodeURIComponent(location.href));
window.open("http://www.facebook.com/sharer/sharer.php?u="+encodeURIComponent(location.href));
}
},
'twitter': {
'label': 'Twitter',
'icon': 'fa fa-twitter',
'onClick': function(e) {
e.preventDefault();
window.open("http://twitter.com/home?status="+encodeURIComponent(document.title+" "+location.href));
}
},
'google': {
'label': 'Google+',
'icon': 'fa fa-google-plus',
'onClick': function(e) {
e.preventDefault();
window.open("https://plus.google.com/share?url="+encodeURIComponent(location.href));
window.open("http://twitter.com/intent/tweet?text="+document.title+"&url="+encodeURIComponent(location.href)+"&hashtags=rmarkdown,bookdown");
}
},
'linkedin': {
Expand All @@ -52,7 +44,7 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
},
'instapaper': {
'label': 'Instapaper',
'icon': 'fa fa-instapaper',
'icon': 'fa fa-italic',
'onClick': function(e) {
e.preventDefault();
window.open("http://www.instapaper.com/text?u="+encodeURIComponent(location.href));
Expand All @@ -78,7 +70,7 @@ gitbook.require(["gitbook", "lodash", "jQuery"], function(gitbook, _, $) {
var menu = _.chain(opts.all)
.map(function(id) {
var site = SITES[id];

if (!site) return;
return {
text: site.label,
onClick: site.onClick
Expand Down
Loading

0 comments on commit 6358dd7

Please sign in to comment.