Skip to content

Commit

Permalink
testing a new yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wokech committed Mar 14, 2024
1 parent 9e4925b commit edf33d5
Show file tree
Hide file tree
Showing 29 changed files with 1,405 additions and 4,958 deletions.
27 changes: 25 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ project:
type: book
output-dir: docs

execute:
echo: true
warning: false
output: false

book:
title: "R for Novice Programmers (1e)"
subtitle: "First Steps with R and RStudio"
image: Cover_R4NP.png
author: William Okech
author: "William Okech"
date: 01/01/2024
reader-mode: true

Expand Down Expand Up @@ -48,18 +53,36 @@ book:
- missing.qmd
- conclusion.qmd
- references.qmd

appendices:
- appendix.qmd
- datasets.qmd

bibliography: references.bib

format:
html:
theme: cosmo
code-link: true
toc: true
toc-depth: 3
lof: true
lot: true
number-sections: true
number-depth: 4
colorlinks: true
highlight-style: github
pdf:
documentclass: scrreprt
toc: true
toc-depth: 3
lof: true
lot: true
number-sections: true
number-depth: 4
colorlinks: true
highlight-style: github
epub: default

editor: visual

3 changes: 1 addition & 2 deletions docs/appendix.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">R for Novice Programmers (1e)</a>
<div class="sidebar-tools-main tools-wide">
<div class="sidebar-tools-main">
<a href="https://github.com/wokech/r4novice" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="./R-for-Novice-Programmers--1e-.pdf" title="Download PDF" class="quarto-navigation-tool px-1" aria-label="Download PDF"><i class="bi bi-file-pdf"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down
94 changes: 21 additions & 73 deletions docs/arithmetic_variables.html

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions docs/conclusion.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">R for Novice Programmers (1e)</a>
<div class="sidebar-tools-main tools-wide">
<div class="sidebar-tools-main">
<a href="https://github.com/wokech/r4novice" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="./R-for-Novice-Programmers--1e-.pdf" title="Download PDF" class="quarto-navigation-tool px-1" aria-label="Download PDF"><i class="bi bi-file-pdf"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down
155 changes: 30 additions & 125 deletions docs/data_struct_1.html

Large diffs are not rendered by default.

337 changes: 53 additions & 284 deletions docs/data_struct_2.html

Large diffs are not rendered by default.

178 changes: 36 additions & 142 deletions docs/data_types.html

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions docs/datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">R for Novice Programmers (1e)</a>
<div class="sidebar-tools-main tools-wide">
<div class="sidebar-tools-main">
<a href="https://github.com/wokech/r4novice" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="./R-for-Novice-Programmers--1e-.pdf" title="Download PDF" class="quarto-navigation-tool px-1" aria-label="Download PDF"><i class="bi bi-file-pdf"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down
3 changes: 1 addition & 2 deletions docs/download_install.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@
<div class="pt-lg-2 mt-2 text-left sidebar-header">
<div class="sidebar-title mb-0 py-0">
<a href="./">R for Novice Programmers (1e)</a>
<div class="sidebar-tools-main tools-wide">
<div class="sidebar-tools-main">
<a href="https://github.com/wokech/r4novice" title="Source Code" class="quarto-navigation-tool px-1" aria-label="Source Code"><i class="bi bi-github"></i></a>
<a href="./R-for-Novice-Programmers--1e-.pdf" title="Download PDF" class="quarto-navigation-tool px-1" aria-label="Download PDF"><i class="bi bi-file-pdf"></i></a>
<a href="" class="quarto-reader-toggle quarto-navigation-tool px-1" onclick="window.quartoToggleReader(); return false;" title="Toggle reader mode">
<div class="quarto-reader-toggle-btn">
<i class="bi"></i>
Expand Down
Loading

0 comments on commit edf33d5

Please sign in to comment.