Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jan 26, 2024
1 parent f331819 commit 06e62f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lonboard/_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(self, layers: Union[BaseLayer, Sequence[BaseLayer]], **kwargs) -> N
"""
A MapLibre-compatible basemap style.
Various styles are provided in [`lonboard.basemap`][lonboard.basemap].
Various styles are provided in [`lonboard.basemap`](https://developmentseed.org/lonboard/latest/api/basemap/).
- Type: `str`
- Default
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ plugins:
canonical_version: "latest"
- mkdocs-jupyter:
include_source: True
include: ["examples/**/*.ipynb"]
ignore: ["**/.ipynb_checkpoints/*.ipynb"]
- mkdocstrings:
enable_inventory: true
Expand Down

0 comments on commit 06e62f7

Please sign in to comment.