-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
116 lines (105 loc) · 3.49 KB
/
_toc.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: content/home
parts:
- caption:
chapters:
- file: content/mode_emploi
- file: content/intro_notebook
- caption: Chapitre 1
chapters:
- file: content/chapter/01_float/intro
sections:
- file: content/chapter/01_float/mpmath
- file: content/chapter/01_float/sagemath_rump
- file: content/chapter/01_float/notions
sections:
- file: content/chapter/01_float/error
- file: content/chapter/01_float/conditioning
- file: content/chapter/01_float/stability
- file: content/chapter/01_float/challenge_rump
- caption: Chapitre 2
chapters:
- file: content/chapter/02_interp/intro
sections:
- file: content/chapter/02_interp/examples
- file: content/chapter/02_interp/notions
sections:
- file: content/chapter/02_interp/runge
- file: content/chapter/02_interp/cond
- file: content/chapter/02_interp/stability
- file: content/chapter/02_interp/loin
sections:
- file: content/chapter/02_interp/interp_runge
- file: content/chapter/02_interp/interp_sin
- file: content/chapter/02_interp/challenge_interp
- caption: Chapitre 3
chapters:
- file: content/chapter/03_integ/intro
sections:
- file: content/chapter/03_integ/quad
- file: content/chapter/03_integ/notions
sections:
- file: content/chapter/03_integ/ordre
- file: content/chapter/03_integ/erreur
- file: content/chapter/03_integ/loin
sections:
- file: content/chapter/03_integ/adapt
- file: content/chapter/03_integ/challenge_integ
- caption: Chapitre 4
chapters:
- file: content/chapter/04_direct_lin_sys/intro
sections:
- file: content/chapter/04_direct_lin_sys/exemples
- file: content/chapter/04_direct_lin_sys/notions
sections:
- file: content/chapter/04_direct_lin_sys/sys_lin_sage
- file: content/chapter/04_direct_lin_sys/pivot
- file: content/chapter/04_direct_lin_sys/loin
sections:
- file: content/chapter/04_direct_lin_sys/storage
- file: content/chapter/04_direct_lin_sys/challenge
- caption: Chapitre 5
chapters:
- file: content/chapter/05_iterative_lin_sys/intro
sections:
- file: content/chapter/05_iterative_lin_sys/limite_direct
- file: content/chapter/05_iterative_lin_sys/notions
sections:
- file: content/chapter/05_iterative_lin_sys/methodes
- file: content/chapter/05_iterative_lin_sys/gradient
- file: content/chapter/05_iterative_lin_sys/poisson1d2d3d
- file: content/chapter/05_iterative_lin_sys/loin
sections:
- file: content/chapter/05_iterative_lin_sys/precondionnement
- file: content/chapter/05_iterative_lin_sys/cg
- caption: Chapitre 6
chapters:
- file: content/chapter/06_non_linear_eq/intro
sections:
- file: content/chapter/06_non_linear_eq/exemples
- file: content/chapter/06_non_linear_eq/notions
sections:
- file: content/chapter/06_non_linear_eq/newton_secante
- file: content/chapter/06_non_linear_eq/explosion_thermique
- file: content/chapter/06_non_linear_eq/loin
sections:
- file: content/chapter/06_non_linear_eq/newton_modifie
- file: content/chapter/06_non_linear_eq/challenge
- caption: Petites Classes
chapters:
- file: content/pc/pc1
title: PC 1
- file: content/pc/pc2
title: PC 2
- file: content/pc/pc3
title: PC 3
- file: content/pc/pc4
title: PC 4
- file: content/pc/pc5
title: PC 5
- caption: Tutorat Python
chapters:
- file: content/tutorial/tuto_01
- file: content/tutorial/tuto_02