Skip to content

Commit

Permalink
Combined principles 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Jan 7, 2017
1 parent 4247c5b commit f70b31b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,12 @@ <h2><span class="header-section-number">1.1</span> Principles of this Book</h2>
<ul>
<li>We find it frustrating when textbooks give examples but not the source code and the data itself. We not only give you the source code for all examples, but also the source code for the whole book!</li>
<li>We encourage use of R Markdown to foster notions of reproducible research.</li>
</ul></li>
<li><strong>Ultimately the best textbook is one you’ve written yourself</strong>
<ul>
<li>You best know your audience, their background, and their priorities and you know best your own style and types of examples and problems you like best. Customizability is the ultimate end.</li>
<li>A new paradigm for textbooks? Versions, not editions? Pull requests, crowd-sourcing, and development versions?</li>
</ul></li>
</ul></li>
</ol>
</div>
<div id="contribute" class="section level2">
Expand Down Expand Up @@ -850,7 +850,7 @@ <h2>Colophon</h2>
</tbody>
</table>
<p><strong>Book was last updated:</strong></p>
<pre><code>## [1] &quot;By Chester on Saturday, January 07, 2017 09:14:56 EST&quot;</code></pre>
<pre><code>## [1] &quot;By Chester on Saturday, January 07, 2017 11:29:21 EST&quot;</code></pre>

</div>
</div>
Expand Down
Binary file modified docs/ismaykim.pdf
Binary file not shown.
26 changes: 13 additions & 13 deletions docs/ismaykim.tex
Original file line number Diff line number Diff line change
Expand Up @@ -289,19 +289,19 @@ \section{Principles of this Book}\label{principles-of-this-book}
\item
We encourage use of R Markdown to foster notions of reproducible
research.
\end{itemize}
\item
\textbf{Ultimately the best textbook is one you've written yourself}

\begin{itemize}
\tightlist
\item
You best know your audience, their background, and their priorities
and you know best your own style and types of examples and problems
you like best. Customizability is the ultimate end.
\item
A new paradigm for textbooks? Versions, not editions? Pull requests,
crowd-sourcing, and development versions?
\textbf{Ultimately the best textbook is one you've written yourself}

\begin{itemize}
\tightlist
\item
You best know your audience, their background, and their
priorities and you know best your own style and types of examples
and problems you like best. Customizability is the ultimate end.
\item
A new paradigm for textbooks? Versions, not editions? Pull
requests, crowd-sourcing, and development versions?
\end{itemize}
\end{itemize}
\end{enumerate}

Expand Down Expand Up @@ -452,7 +452,7 @@ \section*{Colophon}\label{colophon}
\textbf{Book was last updated:}

\begin{verbatim}
## [1] "By Chester on Saturday, January 07, 2017 09:13:12 EST"
## [1] "By Chester on Saturday, January 07, 2017 11:27:14 EST"
\end{verbatim}

\chapter{Introduction}\label{intro}
Expand Down
Binary file modified docs/ismaykim_files/figure-html/jitter-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/search_index.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ These are some principles we keep in mind. If you agree with them, this might be
1. **Complete reproducibility**
+ We find it frustrating when textbooks give examples but not the source code and the data itself. We not only give you the source code for all examples, but also the source code for the whole book!
+ We encourage use of R Markdown to foster notions of reproducible research.
1. **Ultimately the best textbook is one you’ve written yourself**
+ You best know your audience, their background, and their priorities and you know best your own style and types of examples and problems you like best. Customizability is the ultimate end.
+ A new paradigm for textbooks? Versions, not editions? Pull requests, crowd-sourcing, and development versions?
+ **Ultimately the best textbook is one you’ve written yourself**
- You best know your audience, their background, and their priorities and you know best your own style and types of examples and problems you like best. Customizability is the ultimate end.
- A new paradigm for textbooks? Versions, not editions? Pull requests, crowd-sourcing, and development versions?

## Contribute

Expand Down

0 comments on commit f70b31b

Please sign in to comment.