Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Feb 17, 2013
1 parent 0d07512 commit ca3a6a6
Show file tree
Hide file tree
Showing 8 changed files with 296 additions and 750 deletions.
183 changes: 104 additions & 79 deletions Chapter1_Introduction/Chapter1_Introduction.ipynb

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions Chapter1_Introduction/chp1data/txtdata.csv
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
1.800000000000000000e+01
2.200000000000000000e+01
2.000000000000000000e+00
1.000000000000000000e+00
1.000000000000000000e+00
1.000000000000000000e+00
2.000000000000000000e+00
1.000000000000000000e+00
3.500000000000000000e+01
2.800000000000000000e+01
2.200000000000000000e+01
1.400000000000000000e+01
9.000000000000000000e+00
1.600000000000000000e+01
3.000000000000000000e+00
2.700000000000000000e+01
2.300000000000000000e+01
6.800000000000000000e+01
1.300000000000000000e+01
2.400000000000000000e+01
8.000000000000000000e+00
Expand Down
165 changes: 134 additions & 31 deletions Chapter2_MorePyMC/MorePyMC.ipynb

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions Chapter3_MCMC/IntroMCMC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,36 @@
"worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<style>\n",
" @font-face {\n",
" font-family: \"Computer Modern\";\n",
" src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');\n",
" }\n",
" div.cell{\n",
" width:800px;\n",
" margin-left:auto;\n",
" margin-right:auto;\n",
" }\n",
" h1 {\n",
" text-align:center;\n",
" font-family:\"Charis SIL\", serif;\n",
" }\n",
" div.text_cell_render{\n",
" font-family: Computer Modern, \"Helvetica Neue\", Arial, Helvetica, Geneva, sans-serif;\n",
" }\n",
" div.text-cell{\n",
" line-height: 1.4;\n",
" }\n",
" .CodeMirror{\n",
" font-family: Consolas, monospace;\n",
" }\n",
"</style>"
]
},
{
"cell_type": "code",
"collapsed": false,
Expand Down Expand Up @@ -38,6 +68,8 @@
"metadata": {},
"source": [
"# Chapter 3\n",
"\n",
"\n",
"## Opening the black box of MCMC\n",
"\n",
"_______"
Expand Down
107 changes: 0 additions & 107 deletions styles/codemirror.css

This file was deleted.

26 changes: 26 additions & 0 deletions styles/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<style>
@font-face {
font-family: "Computer Modern";
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
}
div.cell{
width:800px;
margin-left:auto;
margin-right:auto;
}
h1 {
text-align:center;
font-family:"Charis SIL", serif;
}
div.text_cell_render{
font-family: Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
line-height: 145%;
font-size: 110%;
}
.CodeMirror{
font-family: Consolas, monospace;
}
.prompt{
display: None;
}
</style>
86 changes: 0 additions & 86 deletions styles/initmathjax.js

This file was deleted.

Loading

0 comments on commit ca3a6a6

Please sign in to comment.