@def title = "Dataflowr - Deep Learning DIY" @def website_descr = "Website for deep learning course" @def prepath = "website" @def website_url = "https://dataflowr.github.io/website/"
@def author = "Marc Lelarge"
@def use_header_img = true @def use_hero = false @def hero_width = "80%" @def hero_margin_top = "100px"
@def add_github_view = true @def add_github_star = true @def github_repo = "dataflowr/website"
@def section_width = 10
@def header_color = "#3f6388" @def link_color = "#2669DD" @def link_hover_color = "teal" @def section_bg_color = "#f6f8fa" @def footer_link_color = "cornflowerblue"
@def highlight_theme = "atom-one-dark" @def code_border_radius = "10px" @def code_output_indent = "15px"
\newcommand{\note}[1]{@@note @@title ⚠ Note@@ @@content #1 @@ @@} \newcommand{\warn}[1]{@@warning @@title ⚠ Warning!@@ @@content #1 @@ @@}
\newcommand{\E}{\mathbb E} \newcommand{\R}{\mathbb R} \newcommand{\Sc}{\mathcal S} \newcommand{\bx}{{\bf x}} \newcommand{\by}{{\bf y}} \newcommand{\be}{{\bf e}} \newcommand{\ba}{{\bf a}} \newcommand{\bb}{{\bf b}} \newcommand{\bv}{{\bf v}} \newcommand{\bw}{{\bf w}}
@def sections = Pair{String,String}[] @def section_counter = 1 @def showall = true
@def mintoclevel = 2
@def ignore = ["node_modules/", "franklin", "franklin.pub"]
\newcommand{\R}{\mathbb R} \newcommand{\scal}[1]{\langle #1 \rangle} \newcommand{\blurb}[1]{~~~
~~~#1~~~
~~~}