Skip to content

Commit a578d94

Browse files
author
Stefan Kuethe
committed
Add site_url
1 parent e1bbed2 commit a578d94

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ srcjs/anywidget-bindings/
1919
# Misc
2020
*.swp
2121

22+
site/

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ m = Map(controls=[ol.ZoomSliderControl()])
1717
m.save()
1818
```
1919

20-
```python {marimo}
20+
```python {marimo display_code=true}
2121
import openlayers as ol
2222

23-
ol.MapWidget(controls=[ol.ZoomSliderControl()])
23+
m = ol.MapWidget(controls=[ol.ZoomSliderControl()])
24+
m
2425
```

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
site_name: OpenLayers For Python
2+
site_url: https://eoda-dev.github.io/py-openlayers
23

34
repo_name: py-openlayers
45
repo_url: https://github.com/eoda-dev/py-openlayers

0 commit comments

Comments
 (0)