Updates Reproducible research chapter.

This commit is contained in:
Garrett
2016-08-18 13:40:09 -04:00
parent a3a34173f8
commit 4cf15b541d
86 changed files with 11401 additions and 107 deletions

View File

@@ -0,0 +1,30 @@
pre .operator,
pre .paren {
color: rgb(104, 118, 135)
}
pre .literal {
color: #990073
}
pre .number {
color: #099;
}
pre .comment {
color: #998;
font-style: italic
}
pre .keyword {
color: #900;
font-weight: bold
}
pre .identifier {
color: rgb(0, 0, 0);
}
pre .string {
color: #d14;
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,29 @@
pre .operator,
pre .paren {
color: rgb(104, 118, 135)
}
pre .literal {
color: rgb(88, 72, 246)
}
pre .number {
color: rgb(0, 0, 205);
}
pre .comment {
color: rgb(76, 136, 107);
}
pre .keyword {
color: rgb(0, 0, 255);
}
pre .identifier {
color: rgb(0, 0, 0);
}
pre .string {
color: rgb(3, 106, 7);
}