Skip to content

Commit e1bbed2

Browse files
Merge pull request #11 from eoda-dev/dev
Dev
2 parents 61148fc + 86ff975 commit e1bbed2

File tree

5 files changed

+35
-1
lines changed

5 files changed

+35
-1
lines changed

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ m
1616
m = Map(controls=[ol.ZoomSliderControl()])
1717
m.save()
1818
```
19+
20+
```python {marimo}
21+
import openlayers as ol
22+
23+
ol.MapWidget(controls=[ol.ZoomSliderControl()])
24+
```

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ theme:
99
primary: green
1010

1111
plugins:
12+
- marimo:
1213
- search:
1314
- mkdocstrings:
1415
handlers:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dev = [
2727
"jupyter>=1.1.1",
2828
"marimo>=0.13.2",
2929
"mkdocs>=1.6.1",
30+
"mkdocs-marimo>=0.2.1",
3031
"mkdocs-material>=9.6.12",
3132
"mkdocstrings[python]>=0.29.1",
3233
"pyproj>=3.6.1",

requirements.docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
mkdocs>=1.6.1
22
mkdocs-material>=9.6.12
33
mkdocstrings[python]>=0.29.1
4+
mkdocs-marimo>=0.2.1

uv.lock

Lines changed: 26 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)