Skip to content

Commit

Permalink
Include examples in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Jan 23, 2024
1 parent 3252a6c commit 3ee7062
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/examples/3d_indoor_mapping/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<a href="app.html" target="_blank">See example in action</a>
<!-- <a href="app.html" target="_blank">See example in action</a> -->

<iframe src="app.html" height="620px", width="100%" style="border:none;"></iframe>

```python
-8<-- "3d_indoor_mapping/app.py"
Expand Down
6 changes: 4 additions & 2 deletions docs/examples/custom_basemap/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<!-- <a href="app.html" target="_blank">See example in action</a> -->

<iframe src="app.html" height="620px", width="100%" style="border:none;"></iframe>

```python
-8<-- "custom_basemap/app.py"
```

<a href="app.html" target="_blank">See example in action</a>

Run example:

``` bash
Expand Down
4 changes: 3 additions & 1 deletion docs/examples/road_safety/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<a href="app.html" target="_blank">See example in action (without reactive effects)</a>
<!-- <a href="app.html" target="_blank">See example in action (without reactive effects)</a> -->

<iframe src="app.html" height="720px", width="100%" style="border:none;"></iframe>

```python
-8<-- "road_safety/app.py"
Expand Down
4 changes: 3 additions & 1 deletion docs/examples/vancouver_blocks/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<a href="app.html" target="_blank">See example in action (without reactive effects)</a>
<!-- <a href="app.html" target="_blank">See example in action (without reactive effects)</a> -->

<iframe src="app.html" height="620px", width="100%" style="border:none;"></iframe>

```python
-8<-- "vancouver_blocks/app.py"
Expand Down

0 comments on commit 3ee7062

Please sign in to comment.