From e6bac7ffcb206dbae09ce92035104268d317bc63 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Tue, 22 Oct 2024 13:48:26 +0200 Subject: [PATCH] add short intro to example notebook --- docs/examples/streetscape.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/examples/streetscape.ipynb b/docs/examples/streetscape.ipynb index 208279b5..0d6cf91f 100644 --- a/docs/examples/streetscape.ipynb +++ b/docs/examples/streetscape.ipynb @@ -4,7 +4,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Example of using the `Streetscape` class" + "# Example of using the `Streetscape` class\n", + "\n", + "The class is designed for morphological streetscape analysis, focusing on generating nd analyzing streetscape measures based on sight points and sightlines. It attempts to capture the space from the pedestrian point of view." ] }, {