circuitpython-ulab/code
Jeff Epler d0f68c8560 Fix doc build problem in CircuitPython
CircuitPython doc build fails with this diagnostic:
```
/home/runner/work/circuitpython/circuitpython/shared-bindings/ulab/index.rst:220:'any' reference target not found: List[float]
```

Use double backticks instead of single backticks to differentiate between
a reference to a type and just "show in monospace font".
2020-10-24 15:08:48 -05:00
..
approx fixed compilation error in approx 2020-10-23 22:00:41 +02:00
compare Add type hints to Python stubs 2020-07-31 01:06:48 +09:00
fft Add type hints to Python stubs 2020-07-31 01:06:48 +09:00
filter Add type hints to Python stubs 2020-07-31 01:06:48 +09:00
linalg add MICROPY_FLOAT_CONST for mp_obj_new_float 2020-08-24 14:11:17 -04:00
numerical Remove double parentheses in numerical.c 2020-08-04 15:31:19 +02:00
poly Add type hints to Python stubs 2020-07-31 01:06:48 +09:00
user added user/ files 2020-07-22 20:34:48 +02:00
vector Minor fixes on Python stubs 2020-08-06 23:49:51 +09:00
micropython.mk renamed create.c/h, moved stubs from ulab.c to ulab_create.c 2020-07-23 19:10:50 +02:00
ndarray.c Fix doc build problem in CircuitPython 2020-10-24 15:08:48 -05:00
ndarray.h first implementation of arange 2020-07-19 22:19:57 +02:00
ndarray_properties.h Use circuitpy-compat for none 2020-02-27 08:56:04 -06:00
ulab.c wrong type in indexing raises TypeError now 2020-10-24 18:43:32 +02:00
ulab.h re-organised code, so that circuitpython documentation can automatically be generated 2020-07-22 20:19:14 +02:00
ulab_create.c fixed compilation error in eye 2020-10-23 21:55:32 +02:00
ulab_create.h renamed create.c/h, moved stubs from ulab.c to ulab_create.c 2020-07-23 19:10:50 +02:00