Skip to content

Commit

Permalink
docs: Fix numpy example (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored May 12, 2024
1 parent 50f941b commit 532558a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ Then we can define the data and tell the server how to render it.
info=lambda: npmatrix.tileset_info(data),
tiles=lambda tids: npmatrix.tiles_wrapper(data, tids),
uid="example-npmatrix",
datatype="matrix",
)
)
Expand Down

0 comments on commit 532558a

Please sign in to comment.