Skip to content
Merged

Dev #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ m
m = Map(controls=[ol.ZoomSliderControl()])
m.save()
```

```python {marimo}
import openlayers as ol

ol.MapWidget(controls=[ol.ZoomSliderControl()])
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ theme:
primary: green

plugins:
- marimo:
- search:
- mkdocstrings:
handlers:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dev = [
"jupyter>=1.1.1",
"marimo>=0.13.2",
"mkdocs>=1.6.1",
"mkdocs-marimo>=0.2.1",
"mkdocs-material>=9.6.12",
"mkdocstrings[python]>=0.29.1",
"pyproj>=3.6.1",
Expand Down
1 change: 1 addition & 0 deletions requirements.docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mkdocs>=1.6.1
mkdocs-material>=9.6.12
mkdocstrings[python]>=0.29.1
mkdocs-marimo>=0.2.1
27 changes: 26 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.