Commit abfc70e
docs: NumPy and Asyncio tutorial super-sections, tutorial landing restructure
- Rewrite NumPy tutorial super-section: 18 pages across 9 captioned
subsections, building ndarray from first principles through
constructors, dtypes, indexing/slicing, shape and strides,
views/copies, element-wise math, broadcasting, reductions,
selection, linear algebra, FFT and filtering, scipy extras
(interp/polyfit/integrate/optimize/special/random), the
image.Image bridge, and performance habits.
- Add Asyncio tutorial super-section: cooperative concurrency,
coroutines/tasks, event loop, gather, timeouts and cancellation,
exceptions, events/locks/threadsafe-flag primitives, awaitable
classes, async iterators, async context managers, loop control,
snapshot-loop capstone, pitfalls.
- Restructure tutorial landing: new intro paragraph and reorganized
toctree exposing every super-section in order (Python Overview,
Hardware Control, Vision Sensors, Image, NumPy, ML, Asyncio,
Networking, Web servers, Production).
- Add Production super-section index and move battery_life,
firmware_development, freezing-scripts (was production.rst),
tls_certificates under production/.
- Add placeholder index pages for image/, ml/, networking/,
webservers/.
- Forward-link python/iteration/coroutines.rst to the Asyncio
section now that it exists.
- Misc audit touchups across quickref/* and shields/*.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 3346db4 commit abfc70e
69 files changed
Lines changed: 4658 additions & 2253 deletions
File tree
- docs/openmvcam
- quickref
- shields
- tutorial
- asyncio
- basics
- capstone
- coordination
- custom
- loop
- primitives
- image
- ml
- networking
- numpy
- basics
- math
- shape
- signals
- production
- python/iteration
- webservers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments