-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
_toc.yml
121 lines (100 loc) · 2.84 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
117
118
119
120
121
format: jb-book
root: index
parts:
- caption: About py5
chapters:
- file: content/about
- file: content/community
- file: content/contribute
- url: https://ixora.io/tags/py5/
title: py5 maintainer's blog
- caption: Getting Started
chapters:
- file: content/install
- file: content/coming_from_processing_java
- file: content/macos_users
- file: content/py5_modes
- file: content/user_functions
- file: content/hybrid_programming
- file: content/processing_mode
- file: content/importing_py5_code
- file: content/live_coding
- caption: Tutorials
chapters:
- file: tutorials/intro_to_py5_and_python
sections:
- glob: tutorials/intro_to_py5_and_python_*
- file: integrations/python_ecosystem_integrations
sections:
- file: integrations/colors
- file: integrations/pillow
- file: integrations/matplotlib
- file: integrations/numpy
- file: integrations/shapely
- file: integrations/trimesh
- file: integrations/cairo
- file: integrations/cached_conversion
- file: integrations/custom_integrations
- file: tutorials/jupyter
sections:
- file: tutorials/jupyter_introducing_py5bot
# - file: tutorials/jupyter_animation_and_sketch_portals
- file: tutorials/jupyter_render_helper_tools
- file: tutorials/jupyter_notebook_magic_and_special_features
- caption: How To...
chapters:
- file: how_tos/use_camera3D
title: Use Camera3D
- file: how_tos/generate_noise_values
title: Generate Noise Values
- file: how_tos/py5vector_class
title: Py5Vector Class
- file: how_tos/pyinstaller
title: Create PyInstaller Packages
- caption: Reference
chapters:
- file: reference/summary
- file: reference/sketch
sections:
- glob: reference/sketch_*
- file: reference/py5graphics
sections:
- glob: reference/py5graphics_*
- file: reference/py5image
sections:
- glob: reference/py5image_*
- file: reference/py5shape
sections:
- glob: reference/py5shape_*
- file: reference/py5shader
sections:
- glob: reference/py5shader_*
- file: reference/py5surface
sections:
- glob: reference/py5surface_*
- file: reference/py5font
sections:
- glob: reference/py5font_*
- file: reference/py5mouseevent
sections:
- glob: reference/py5mouseevent_*
- file: reference/py5keyevent
sections:
- glob: reference/py5keyevent_*
- file: reference/py5vector
sections:
- glob: reference/py5vector_*
- file: reference/py5magics
sections:
- glob: reference/py5magics_*
- file: reference/py5tools
sections:
- glob: reference/py5tools_*
- file: reference/py5functions
sections:
- glob: reference/py5functions_*
- caption: Developer Information
chapters:
- file: developer/how_does_py5_work
- file: developer/build_process
# - file: developer/understanding_py5generator