From 3ee7062b3e9cd89220faea93570da31a5b870396 Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Tue, 23 Jan 2024 12:07:41 +0100 Subject: [PATCH] Include examples in docs --- docs/examples/3d_indoor_mapping/index.md | 4 +++- docs/examples/custom_basemap/index.md | 6 ++++-- docs/examples/road_safety/index.md | 4 +++- docs/examples/vancouver_blocks/index.md | 4 +++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/examples/3d_indoor_mapping/index.md b/docs/examples/3d_indoor_mapping/index.md index 9f231f34..ce42e75f 100644 --- a/docs/examples/3d_indoor_mapping/index.md +++ b/docs/examples/3d_indoor_mapping/index.md @@ -1,4 +1,6 @@ -See example in action + + + ```python -8<-- "3d_indoor_mapping/app.py" diff --git a/docs/examples/custom_basemap/index.md b/docs/examples/custom_basemap/index.md index 608ef7df..f23ec65c 100644 --- a/docs/examples/custom_basemap/index.md +++ b/docs/examples/custom_basemap/index.md @@ -1,9 +1,11 @@ + + + + ```python -8<-- "custom_basemap/app.py" ``` -See example in action - Run example: ``` bash diff --git a/docs/examples/road_safety/index.md b/docs/examples/road_safety/index.md index 4173e20c..5ba821d2 100644 --- a/docs/examples/road_safety/index.md +++ b/docs/examples/road_safety/index.md @@ -1,4 +1,6 @@ -See example in action (without reactive effects) + + + ```python -8<-- "road_safety/app.py" diff --git a/docs/examples/vancouver_blocks/index.md b/docs/examples/vancouver_blocks/index.md index 5af20d82..3e25f50c 100644 --- a/docs/examples/vancouver_blocks/index.md +++ b/docs/examples/vancouver_blocks/index.md @@ -1,4 +1,6 @@ -See example in action (without reactive effects) + + + ```python -8<-- "vancouver_blocks/app.py"