-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtoc.yml
More file actions
executable file
·74 lines (64 loc) · 2.13 KB
/
toc.yml
File metadata and controls
executable file
·74 lines (64 loc) · 2.13 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
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
# This file contains the order and numbering for all sections in the book.
#
# Each entry has the following schema:
#
# - title: mytitle # Title of chapter or section
# url: /myurl # URL of section relative to the /content/ folder.
# sections: # Contains a list of more entries that make up the chapter's sections
# not_numbered: true # if the section shouldn't have a number in the sidebar
# (e.g. Introduction or appendices)
# expand_sections: true # if you'd like the sections of this chapter to always
# be expanded in the sidebar.
# external: true # Whether the URL is an external link or points to content in the book
#
# Below are some special values that trigger specific behavior:
# - search: true # Will provide a link to a search page
# - divider: true # Will insert a divider in the sidebar
# - header: My Header # Will insert a header with no link in the sidebar
- url: /intro
not_numbered: true
title: "Welcome"
- url: /getting_started
not_numbered: true
- url: /basics/basics
not_numbered: false
expand_sections: false
sections:
- url: /basics/types
- url: /basics/collections
- url: /basics/numpy_arrays
- url: /basics/functions
- url: /basics/flow_control
- url: /basics/and_or
- url: /basics/loops
- url: /basics/oop_intro
- url: /good_practice/good_practice
not_numbered: false
expand_sections: false
sections:
- url: /good_practice/documentation
- url: /good_practice/packages
- url: /good_practice/custom_modules
- url: /good_practice/tests
- url: /good_practice/debugging
- url: /good_practice/raising_errors
- url: /data_work/data_work
not_numbered: false
expand_sections: false
sections:
- url: /data_work/io
- url: /data_work/units_and_uncertainties
- url: /data_work/simple_plots
- url: /data_work/surface_plots
- url: /data_work/stats
- url: /data_work/optimisation
- url: /data_work/ir_spectra
- url: /data_work/linear_algebra
- url: /advanced/advanced
not_numbered: false
expand_sections: false
sections:
- url: /advanced/oop
- url: /advanced/object_oriented_plotting
- url: /advanced/classes
- url: /advanced/custom_packages