-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathmyst.yml
More file actions
46 lines (46 loc) · 1.12 KB
/
myst.yml
File metadata and controls
46 lines (46 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: 1
project:
title: MachineLearning
authors:
- name: John Samuel
copyright: '2021'
exclude:
- _build
- Thumbs.db
- .DS_Store
- '**.ipynb_checkpoints'
github: johnsamuelwrites/MachineLearning
thebe:
binder:
repo: johnsamuelwrites/MachineLearning
provider: github
url: https://mybinder.org
ref: master
exports:
- format: pdf
template: plain_latex_book
output: exports/book.pdf
toc:
- file: README.md
- title: Français
children:
- file: fr/README.md
- file: fr/TP0/tp0.ipynb
- file: fr/TP1/tp1.ipynb
- file: fr/TP2/tp2.ipynb
- file: fr/TP3/tp3.ipynb
- file: fr/Projet/Projet.md
- title: English
children:
- file: en/README.md
- file: en/practical0/practical0.ipynb
- file: en/practical1/practical1.ipynb
- file: en/practical2/practical2.ipynb
- file: en/practical3/practical3.ipynb
- file: en/Project/project.md
- file: examples/Examples.ipynb
site:
options:
logo: machinelearning.svg
folders: true
template: book-theme