Skip to content

w4nderlust/probmods2

 
 

Repository files navigation

setting up

bower install

compiling

jekyll serve --watch --incremental

style guide

  • put every sentence on its own line.
  • trim leading and trailing whitespace from lines.
  • use ~~~~ norun for non-runnable code blocks.
  • the math delimiter is $$, e.g., $$x + 5$$.
  • make math blocks just by putting a math on its own line, e.g.,
foo bar Bayes Theorem:

$$ P(A \mid B) \propto P(A)P(B \mid A) $$

note that this immediately follows from baz quux
  • as shown above, use \mid for the vertical pipe (| screws up the tex rendering engine)

pushing to production

make deploy

(requires ssh access to probmods.org; send long your pubkey to enable this)

About

probmods 2: electric boogaloo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.0%
  • CSS 2.5%
  • TeX 1.9%
  • Other 0.6%