micropython-ulab/code/numpy
Jeff Epler 7032a92339 Fix documentation build
* Move most documentation out of the ulab base module.
 * float -> _float
 * ulab.ndarray -> ulab.numpy.ndarray

This still does not build unless it is taken together with a modification
to CircuitPython that _also_ moves references to ulab.numpy.
Because of this, this PR will continue to show red.  The suitability of
the changes can be gaged by looking at the related CircuitPython PR build
or by running locally the build-cp.sh script with the right ref checked
out in circuitpython/
2021-07-20 17:26:43 -05:00
..
fft Fix documentation build 2021-07-20 17:26:43 -05:00
linalg Fix documentation build 2021-07-20 17:26:43 -05:00
ndarray fix assertion 2021-07-13 21:35:01 +02:00
approx.c Fix documentation build 2021-07-20 17:26:43 -05:00
approx.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
compare.c re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
compare.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
filter.c re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
filter.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
numerical.c Fix documentation build 2021-07-20 17:26:43 -05:00
numerical.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
numpy.c Fix documentation build 2021-07-20 17:26:43 -05:00
numpy.h add relativ path for ulab.h and ndarray.h 2021-03-31 16:11:09 +02:00
poly.c re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
poly.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
stats.c Fix documentation build 2021-07-20 17:26:43 -05:00
stats.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
transform.c Fix documentation build 2021-07-20 17:26:43 -05:00
transform.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00
vector.c Fix documentation build 2021-07-20 17:26:43 -05:00
vector.h re-arrange files, so that circuitpython docs can be generated 2021-07-14 23:15:19 +02:00