Open luk-f-a opened 5 years ago
Thanks for the report. Yes, it'd be good to do this, and also to add in more of the types that are not documented. I think with the increasing use of numba.typed
containers more users will be making use of the numba.types
. Section 2.1.3.3
does indeed seem appropriate.
@stuartarchibald IIRC there was something that addressed this, aye?
@esc Are you thinking of this http://numba.pydata.org/numba-doc/dev/user/jitclass.html#specifying-numba-typed-containers-as-class-members? In which case, don't think it fixes this ticket.
yes, that was what I was thinking about.
@stuartarchibald , if the jitclass section is the right place, I can add a few examples there. I just didn't want to end up duplicating the "types and signatures" section in case you'd prefer to add the content there.
Currently the unicode type is not mentioned in section 2.1 of the documentation, making it harder to know what the correct signature is for jitclasses and other places where a type is required.
I am guessing the right place is either 2.1.3.3 or 2.1.4.