From 7284314fcbc4efd7d4b16807c18075fbeef3bace Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Mon, 1 Feb 2021 09:35:06 +0100 Subject: [PATCH] README: fix example hyperref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c80012e..4bf698c 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ for grp in grpids : print("failed to print channelgroup: " + str(grp) + " : " + str(e)) ``` -For a full example including more details see [python/usage.py](python/usage.py) +For a full example including more details see the [extensive example](python/usage.py) and the absolute minimal example [minimal usage](python/minimal.py). In order to simply extract all data of the TDM datatset and dump it to files in a given (existing!) directory, do