Skip to content

Commit

Permalink
Update output dir of _book
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchapp3 committed Oct 1, 2024
1 parent c41ab10 commit 241f6cc
Show file tree
Hide file tree
Showing 69 changed files with 37,554 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ delete_merged_file: true
language:
ui:
chapter_name: "Chapter "

# Specify the output directory for the Bookdown build (output directly to main directory)
output_dir: "."
Binary file modified _main_files/figure-html/unnamed-chunk-186-1.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 _main_files/figure-html/unnamed-chunk-194-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
697 changes: 697 additions & 0 deletions coding-best-practices.html

Large diffs are not rendered by default.

1,104 changes: 1,104 additions & 0 deletions data-import-from-pdf-sources.html

Large diffs are not rendered by default.

1,347 changes: 1,347 additions & 0 deletions data-import-processing-and-summary-statistics.html

Large diffs are not rendered by default.

1,050 changes: 1,050 additions & 0 deletions data-manipulation-and-reshaping.html

Large diffs are not rendered by default.

687 changes: 687 additions & 0 deletions data-sharing-through-online-repositories.html

Large diffs are not rendered by default.

869 changes: 869 additions & 0 deletions data-visualizations.html

Large diffs are not rendered by default.

742 changes: 742 additions & 0 deletions data-wrangling-in-excel.html

Large diffs are not rendered by default.

866 changes: 866 additions & 0 deletions downloading-and-programming-in-r.html

Large diffs are not rendered by default.

781 changes: 781 additions & 0 deletions fair-data-management-practices.html

Large diffs are not rendered by default.

632 changes: 632 additions & 0 deletions file-management-using-github.html

Large diffs are not rendered by default.

1,075 changes: 1,075 additions & 0 deletions improving-coding-efficiencies.html

Large diffs are not rendered by default.

943 changes: 943 additions & 0 deletions improving-data-visualizations.html

Large diffs are not rendered by default.

572 changes: 572 additions & 0 deletions index.html

Large diffs are not rendered by default.

1,001 changes: 1,001 additions & 0 deletions intoduction-to-statistical-tests.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions libs/anchor-sections-1.1.0/anchor-sections-hash.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* Styles for section anchors */
a.anchor-section::before {content: '#';font-size: 80%;}
8 changes: 8 additions & 0 deletions libs/anchor-sections-1.1.0/anchor-sections-icon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* Styles for section anchors content */
/* From https://icons.getbootstrap.com/icons/link-45deg/
Licence: https://github.com/twbs/icons/blob/main/LICENSE.md */

a.anchor-section:before {
display: inline-block;
content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-link-45deg' viewBox='0 0 16 16'><path d='M4.715 6.542L3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.001 1.001 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z'/><path d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 0 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 0 0-4.243-4.243L6.586 4.672z'/></svg>");
}
6 changes: 6 additions & 0 deletions libs/anchor-sections-1.1.0/anchor-sections-symbol.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* Styles for section anchors content */
/* Link symbol : https://codepoints.net/U+1F517
with variation selector https://graphemica.com/FE0E */
a.anchor-section::before{content: '\01F517\00FE0E';font-size: 20px;}
/* deactivate underline for link symbol */
a.anchor-section:hover {text-decoration: none;}
4 changes: 4 additions & 0 deletions libs/anchor-sections-1.1.0/anchor-sections.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* Styles for section anchors */
a.anchor-section {margin-left: 10px; visibility: hidden; color: inherit;}
.hasAnchor:hover a.anchor-section {visibility: visible;}
ul > li > .anchor-section {display: none;}
11 changes: 11 additions & 0 deletions libs/anchor-sections-1.1.0/anchor-sections.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
document.addEventListener('DOMContentLoaded', function () {
// If section divs is used, we need to put the anchor in the child header
const headers = document.querySelectorAll("div.hasAnchor.section[class*='level'] > :first-child")

headers.forEach(function (x) {
// Add to the header node
if (!x.classList.contains('hasAnchor')) x.classList.add('hasAnchor')
// Remove from the section or div created by Pandoc
x.parentElement.classList.remove('hasAnchor')
})
})
1 change: 1 addition & 0 deletions libs/crosstalk-1.2.1/css/crosstalk.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 241f6cc

Please sign in to comment.