-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
85 lines (84 loc) · 2.73 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
format: jb-book
root: content/home
parts:
- caption:
chapters:
- file: content/mode_emploi
- file: content/intro_notebook
- caption: Chapitres
chapters:
- file: content/chapter/float/float
sections:
- file: content/chapter/float/mpmath
- file: content/chapter/float/rump
- file: content/chapter/float/rump_sagemath
- file: content/chapter/float/associativite
- file: content/chapter/float/systeme_lineaire
- file: content/chapter/float/cond
- file: content/chapter/float/stability
- file: content/chapter/interpolation/interpolation
sections:
- file: content/chapter/interpolation/premiers_exemples
- file: content/chapter/interpolation/runge
- file: content/chapter/interpolation/newton
- file: content/chapter/integration/integration
sections:
- file: content/chapter/integration/ordre
- file: content/chapter/integration/erreur
- file: content/chapter/integration/adapt
- file: content/chapter/syst_lin_direct/syst_lin_direct
sections:
- file: content/chapter/syst_lin_direct/pivot
- file: content/chapter/syst_lin_direct/sys_lin_sage
- file: content/chapter/syst_lin_direct/storage
- file: content/chapter/syst_lin_iteratif/syst_lin_iteratif
sections:
- file: content/chapter/syst_lin_iteratif/methodes
- file: content/chapter/syst_lin_iteratif/gradient
- file: content/chapter/syst_lin_iteratif/poisson1d2d3d
- file: content/chapter/syst_lin_iteratif/precondionnement
- file: content/chapter/eq_non_lineaire/eq_non_lineaire
sections:
- file: content/chapter/eq_non_lineaire/newton_secante
- file: content/chapter/eq_non_lineaire/pathologique
- file: content/chapter/eq_non_lineaire/explosion_thermique
- file: content/chapter/edo_1/edo_1
sections:
- file: content/chapter/edo_1/exemples
- file: content/chapter/edo_1/curtiss
- file: content/chapter/edo_1/arenstorf
- file: content/chapter/edo_1/explosion
- file: content/chapter/edo_2/edo_2
sections:
- file: content/chapter/edo_2/curtiss_rk
- file: content/chapter/edp_1/edp_1
- file: content/chapter/edp_2/edp_2
sections:
- file: content/chapter/edp_2/linear
- 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
- file: content/pc/pc6
title: PC 6
- file: content/pc/pc7
title: PC 7
- file: content/pc/pc8
title: PC 8
- file: content/pc/pc9
title: PC 9
- file: content/pc/pc10
title: PC 10
- caption: Tutorat Python
chapters:
- file: content/tutorial/tuto_01
- file: content/tutorial/tuto_02
- file: content/tutorial/tuto_03