Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.61 KB

File metadata and controls

31 lines (24 loc) · 1.61 KB

@def prepath = "MLJTutorials"

@def website_title = "MLJ Tutorials" @def website_descr = "Tutorials for the MLJ universe" @def website_url = "https://alan-turing-institute.github.io/MLJTutorials/"

@def author = "Anthony Blaom, Thibaut Lienart and collaborators"

@def hasmath = false @def mintoclevel = 2 @def maxtoclevel = 3

\newcommand{\R}{\mathbb R} \newcommand{\scal}[1]{\langle #1 \rangle}

\newcommand{\tutorial}[1]{Download the ~~~notebook~~~, the ~~~raw script~~~, or the ~~~annotated script~~~ for this tutorial (right-click on the link and save). \toc\literate{/_literate/!#1.jl}}

\newcommand{\refblank}[2]{~~~~~~!#1~~~~~~}

\newcommand{\note}[1]{@@note @@title ⚠ Note@@ @@content #1 @@ @@}