-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path_toc.yml
More file actions
39 lines (38 loc) · 735 Bytes
/
_toc.yml
File metadata and controls
39 lines (38 loc) · 735 Bytes
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
format: jb-book
root: index
parts:
- caption: 基礎
numbered: true
chapters:
- file: 01calc
- file: 02variable
- file: 03control
- file: 04function
- file: 05module
- caption: データ構造
numbered: true
chapters:
- file: 06list
- file: 07tuple
- file: 08str
- file: 09dict
- file: 10set
- caption: 発展
numbered: true
chapters:
- file: 11file
- file: 12immutable
- file: 13class
- file: 14exception
- file: 15iterator
- caption: 科学技術計算とデータ分析
numbered: true
chapters:
- file: 16numpy1
- file: 17numpy2
- file: 18plot
- caption: 付録
numbered: False
chapters:
- file: jupyter
- file: references