From 6f42a1170a47d311688c41ac82241fbb19bc9a8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 29 Jan 2021 12:00:02 +0100
Subject: [PATCH] Improve documentation of notebooks

---
 analysis/demand-metric-plot.ipynb | 2 +-
 analysis/demand-metric.ipynb      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/analysis/demand-metric-plot.ipynb b/analysis/demand-metric-plot.ipynb
index 95f371510..985d1fc91 100644
--- a/analysis/demand-metric-plot.ipynb
+++ b/analysis/demand-metric-plot.ipynb
@@ -34,7 +34,7 @@
   },
   {
    "source": [
-    "We need to specify the directory, where the demand CSV files can be found, and a dictionary that maps a system description (e.g. its name) to the corresponding CSV file (prefix). "
+    "We need to specify the directory, where the demand CSV files can be found, and a dictionary that maps a system description (e.g. its name) to the corresponding CSV file (prefix). To use Unicode narrow non-breaking spaces in the description format it as `u\"1000\\u202FmCPU\"`."
    ],
    "cell_type": "markdown",
    "metadata": {}
diff --git a/analysis/demand-metric.ipynb b/analysis/demand-metric.ipynb
index 525bde211..bcea129b7 100644
--- a/analysis/demand-metric.ipynb
+++ b/analysis/demand-metric.ipynb
@@ -4,7 +4,7 @@
    "source": [
     "# Theodolite Analysis - Demand Metric\n",
     "\n",
-    "This notebook allows applies Theodolite's *demand* metric to describe scalability of a SUT based on Theodolite measurement data.\n",
+    "This notebook applies Theodolite's *demand* metric to describe scalability of a SUT based on Theodolite measurement data.\n",
     "\n",
     "Theodolite's *demand* metric is a function, mapping load intensities to the minimum required resources (e.g., instances) that are required to process this load. With this notebook, the *demand* metric function is approximated by a map of tested load intensities to their minimum required resources.\n",
     "\n",
-- 
GitLab