diff --git a/doc/manual/compiler.rst b/doc/manual/compiler.rst index 9d550e7b0..80f431387 100644 --- a/doc/manual/compiler.rst +++ b/doc/manual/compiler.rst @@ -45,6 +45,8 @@ The Python types correspond to ARTIQ type annotations as follows: +---------------+-------------------------+ | list of T | TList(T) | +---------------+-------------------------+ +| NumPy array | TArray(T, num_dims) | ++---------------+-------------------------+ | range | TRange32, TRange64 | +---------------+-------------------------+ | numpy.int32 | TInt32 |