diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-07-22 14:02:26 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-07-28 16:57:48 -0500 |
| commit | 9b8df7f6356aada4ce2cf89d24ea1cf635e9efe7 (patch) | |
| tree | b1cdff9e14688c209489d588f6e76accbd8423ad /Makefile | |
| parent | 6afbefc73919ebbed3a056bfdcf7f29a7e51e169 (diff) | |
Upgrade ulab
This version
* moves source files to reflect module structure
* adds inline documentation suitable for extract_pyi
* incompatibly moves spectrogram to fft
* incompatibly removes "extras"
There are some remaining markup errors in the specific revision of
extmod/ulab but they do not prevent the doc building process from
completing.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -241,6 +241,7 @@ check-translate: stubs: @mkdir -p circuitpython-stubs @$(PYTHON) tools/extract_pyi.py shared-bindings/ $(STUBDIR) + @$(PYTHON) tools/extract_pyi.py extmod/ulab/code/ $(STUBDIR)/ulab @$(PYTHON) tools/extract_pyi.py ports/atmel-samd/bindings $(STUBDIR) @$(PYTHON) setup.py -q sdist |
