+++ author = "Neuroblox Inc" mintoclevel = 2
uncomment and adjust the following line if the expected base URL of your website is something like [www.thebase.com/yourproject/]
please do read the docs on deployment to avoid common issues: https://franklinjl.org/workflow/deploy/#deploying_your_website
ignore = ["node_modules/"]
generate_rss = true website_title = "Neuroblox Course" website_descr = "Educational material for Neuroblox.jl in the form of a 5 day course." website_url = "https://neuroblox.github.io/course/" prepath = "course" +++
\newcommand{\R}{\mathbb R} \newcommand{\scal}[1]{\langle #1 \rangle} \newcommand{\center}[1]{@@text-center #1 @@}
\newcommand{\figenv}[3]{
<figure style="text-align:center;">
<img src="!#2" style="padding:0;#3" alt="#1"/>
<figcaption>#1</figcaption>
</figure>
}