Skip to content

Commit

Permalink
Merge pull request #322 from DexGroves/master
Browse files Browse the repository at this point in the history
Fix nbviewer read-online links
  • Loading branch information
CamDavidsonPilon committed Oct 12, 2016
2 parents bef3aeb + 7b09530 commit 72c141b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Chapter1_Introduction/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Chapter 1: Introduction to Bayesian Methods
===========

### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter1_Introduction/Chapter1.ipynb)
### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter1_Introduction/Ch1_Introduction_PyMC2.ipynb)
2 changes: 1 addition & 1 deletion Chapter2_MorePyMC/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Chapter 2: A little more on PyMC
=================================

### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter2_MorePyMC/Chapter2.ipynb)
### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter2_MorePyMC/Ch2_MorePyMC_PyMC2.ipynb)
2 changes: 1 addition & 1 deletion Chapter3_MCMC/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Chapter 3: Opening the black box of MCMC (Markov Chain Monte Carlo)
==================================================================

### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter3_MCMC/Chapter3.ipynb)
### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter3_MCMC/Ch3_IntroMCMC_PyMC2.ipynb)
2 changes: 1 addition & 1 deletion Chapter4_TheGreatestTheoremNeverTold/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Chapter 4: The Greatest Theorem Never Told
====
### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter4_TheGreatestTheoremNeverTold/Chapter4.ipynb)
### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter4_TheGreatestTheoremNeverTold/Ch4_LawOfLargeNumbers_PyMC2.ipynb)
2 changes: 1 addition & 1 deletion Chapter5_LossFunctions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Chapter 5: Would you rather lose an arm or a leg?
====

### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter5_LossFunctions/Chapter5.ipynb)
### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter5_LossFunctions/Ch5_LossFunctions_PyMC2.ipynb)
2 changes: 1 addition & 1 deletion Chapter6_Priorities/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Chapter 6: Getting our priorities straight
===========

### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter6_Priorities/Chapter6.ipynb)
### [Read it online here](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter6_Priorities/Ch6_Priors_PyMC2.ipynb)

0 comments on commit 72c141b

Please sign in to comment.