We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f941b commit 532558aCopy full SHA for 532558a
1 file changed
docs/getting_started.rst
@@ -624,6 +624,7 @@ Then we can define the data and tell the server how to render it.
624
info=lambda: npmatrix.tileset_info(data),
625
tiles=lambda tids: npmatrix.tiles_wrapper(data, tids),
626
uid="example-npmatrix",
627
+ datatype="matrix",
628
)
629
630
0 commit comments