Skip to content

Commit a91c651

Browse files
author
cjvanlissa
committed
Fix rstudio link
1 parent 0b2ca43 commit a91c651

13 files changed

+15
-15
lines changed

docs/editing-the-book.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta name="author" content="dr. Caspar J. van Lissa" />
2525

2626

27-
<meta name="date" content="2020-03-29" />
27+
<meta name="date" content="2020-03-31" />
2828

2929
<meta name="viewport" content="width=device-width, initial-scale=1" />
3030
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/examples.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta name="author" content="dr. Caspar J. van Lissa" />
2525

2626

27-
<meta name="date" content="2020-03-29" />
27+
<meta name="date" content="2020-03-31" />
2828

2929
<meta name="viewport" content="width=device-width, initial-scale=1" />
3030
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/figtab.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta name="author" content="dr. Caspar J. van Lissa" />
2525

2626

27-
<meta name="date" content="2020-03-29" />
27+
<meta name="date" content="2020-03-31" />
2828

2929
<meta name="viewport" content="width=device-width, initial-scale=1" />
3030
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/getgitbook.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta name="author" content="dr. Caspar J. van Lissa" />
2525

2626

27-
<meta name="date" content="2020-03-29" />
27+
<meta name="date" content="2020-03-31" />
2828

2929
<meta name="viewport" content="width=device-width, initial-scale=1" />
3030
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/gitbook-demo.pdf

-57 Bytes
Binary file not shown.

docs/gitbook-demo.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
\title{A GitBook Example for Teaching}
122122
\author{\href{https://www.uu.nl/staff/CJvanLissa}{dr. Caspar J. van Lissa}}
123-
\date{2020-03-29}
123+
\date{2020-03-31}
124124

125125
\begin{document}
126126
\maketitle
@@ -136,7 +136,7 @@ \chapter{About GitBooks}\label{about-gitbooks}}
136136

137137
A \emph{GitBook} is a useful tool for creating (open?) educational resources. It is an online ``book'' format, that can be hosted directly from a GitHub repository. You are currently reading a GitBook designed to help you get started creating your own educational GitBooks for your courses (how meta!). It does this in two ways: By explaining how to create GitBooks, and by serving as a template that you can copy and edit, instead of having to start from scratch. This template GitBook has all the settings that I consider to be useful for educational GitBooks, but you can always customize it.
138138

139-
I will focus specifically on GitBooks that are made in \href{www.rstudio.com}{Rstudio}, using the \href{https://rstudio.com/wp-content/uploads/2016/03/rmarkdown-cheatsheet-2.0.pdf}{\texttt{rmarkdown} markup language}, rendered using the \href{https://bookdown.org/yihui/bookdown/get-started.html}{\texttt{bookdown} package}, and hosted on \href{https://github.com/}{GitHub}. If you want to get started, skip ahead to Chapter \ref{prerequisites}; if you need more convincing, keep reading below.
139+
I will focus specifically on GitBooks that are made in \href{https://rstudio.com}{Rstudio}, using the \href{https://rstudio.com/wp-content/uploads/2016/03/rmarkdown-cheatsheet-2.0.pdf}{\texttt{rmarkdown} markup language}, rendered using the \href{https://bookdown.org/yihui/bookdown/get-started.html}{\texttt{bookdown} package}, and hosted on \href{https://github.com/}{GitHub}. If you want to get started, skip ahead to Chapter \ref{prerequisites}; if you need more convincing, keep reading below.
140140

141141
\hypertarget{why-use-a-gitbook-for-teaching}{%
142142
\section{Why use a GitBook for teaching?}\label{why-use-a-gitbook-for-teaching}}

docs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta name="author" content="dr. Caspar J. van Lissa" />
2525

2626

27-
<meta name="date" content="2020-03-29" />
27+
<meta name="date" content="2020-03-31" />
2828

2929
<meta name="viewport" content="width=device-width, initial-scale=1" />
3030
<meta name="apple-mobile-web-app-capable" content="yes" />
@@ -172,13 +172,13 @@ <h1>
172172
<div id="header">
173173
<h1 class="title">A GitBook Example for Teaching</h1>
174174
<p class="author"><em><a href="https://www.uu.nl/staff/CJvanLissa">dr. Caspar J. van Lissa</a></em></p>
175-
<p class="date"><em>2020-03-29</em></p>
175+
<p class="date"><em>2020-03-31</em></p>
176176
</div>
177177
<div id="about-gitbooks" class="section level1">
178178
<h1><span class="header-section-number">Chapter 1</span> About GitBooks</h1>
179179
<p><img src="img/using_gitbook.jpeg" /></p>
180180
<p>A <em>GitBook</em> is a useful tool for creating (open?) educational resources. It is an online “book” format, that can be hosted directly from a GitHub repository. You are currently reading a GitBook designed to help you get started creating your own educational GitBooks for your courses (how meta!). It does this in two ways: By explaining how to create GitBooks, and by serving as a template that you can copy and edit, instead of having to start from scratch. This template GitBook has all the settings that I consider to be useful for educational GitBooks, but you can always customize it.</p>
181-
<p>I will focus specifically on GitBooks that are made in <a href="www.rstudio.com">Rstudio</a>, using the <a href="https://rstudio.com/wp-content/uploads/2016/03/rmarkdown-cheatsheet-2.0.pdf"><code>rmarkdown</code> markup language</a>, rendered using the <a href="https://bookdown.org/yihui/bookdown/get-started.html"><code>bookdown</code> package</a>, and hosted on <a href="https://github.com/">GitHub</a>. If you want to get started, skip ahead to Chapter <a href="prerequisites.html#prerequisites">2</a>; if you need more convincing, keep reading below.</p>
181+
<p>I will focus specifically on GitBooks that are made in <a href="https://rstudio.com">Rstudio</a>, using the <a href="https://rstudio.com/wp-content/uploads/2016/03/rmarkdown-cheatsheet-2.0.pdf"><code>rmarkdown</code> markup language</a>, rendered using the <a href="https://bookdown.org/yihui/bookdown/get-started.html"><code>bookdown</code> package</a>, and hosted on <a href="https://github.com/">GitHub</a>. If you want to get started, skip ahead to Chapter <a href="prerequisites.html#prerequisites">2</a>; if you need more convincing, keep reading below.</p>
182182
<div id="why-use-a-gitbook-for-teaching" class="section level2">
183183
<h2><span class="header-section-number">1.1</span> Why use a GitBook for teaching?</h2>
184184
<p><strong>To spead the workload</strong></p>

docs/license-your-gitbook.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta name="author" content="dr. Caspar J. van Lissa" />
2525

2626

27-
<meta name="date" content="2020-03-29" />
27+
<meta name="date" content="2020-03-31" />
2828

2929
<meta name="viewport" content="width=device-width, initial-scale=1" />
3030
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/open-educational-resources.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta name="author" content="dr. Caspar J. van Lissa" />
2525

2626

27-
<meta name="date" content="2020-03-29" />
27+
<meta name="date" content="2020-03-31" />
2828

2929
<meta name="viewport" content="width=device-width, initial-scale=1" />
3030
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/prerequisites.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta name="author" content="dr. Caspar J. van Lissa" />
2525

2626

27-
<meta name="date" content="2020-03-29" />
27+
<meta name="date" content="2020-03-31" />
2828

2929
<meta name="viewport" content="width=device-width, initial-scale=1" />
3030
<meta name="apple-mobile-web-app-capable" content="yes" />

docs/references.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta name="author" content="dr. Caspar J. van Lissa" />
2525

2626

27-
<meta name="date" content="2020-03-29" />
27+
<meta name="date" content="2020-03-31" />
2828

2929
<meta name="viewport" content="width=device-width, initial-scale=1" />
3030
<meta name="apple-mobile-web-app-capable" content="yes" />

0 commit comments

Comments
 (0)