Skip to content

Commit 68430eb

Browse files
authored
docs: Fix list rendering in Map.add_layer API Docs (#952)
Before: <img width="1394" height="316" alt="image" src="https://github.com/user-attachments/assets/dc30df82-dad1-4b0e-b04f-fff8efa9e57c" /> After: <img width="725" height="361" alt="image" src="https://github.com/user-attachments/assets/ce90d3b7-318d-4f27-9111-42f59988ef98" />
1 parent 9075ed9 commit 68430eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lonboard/_map.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ def add_layer(
428428
429429
Args:
430430
layers: New layers to add to the map. This can be:
431+
431432
- a layer instance
432433
- a list or tuple of layer instances
433434
- another `Map` instance, in which case its layers will be added to this

0 commit comments

Comments
 (0)