summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-07-22 14:02:26 -0500
committerJeff Epler <jepler@gmail.com>2020-07-28 16:57:48 -0500
commit9b8df7f6356aada4ce2cf89d24ea1cf635e9efe7 (patch)
treeb1cdff9e14688c209489d588f6e76accbd8423ad /Makefile
parent6afbefc73919ebbed3a056bfdcf7f29a7e51e169 (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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 74d3d88c7..1a3cca95d 100644
--- a/Makefile
+++ b/Makefile
@@ -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