From b40c5a6dca68cd1912b2b164823dd34d599ff700 Mon Sep 17 00:00:00 2001 From: Valentin Reis Date: Mon, 2 Nov 2020 10:25:15 -0600 Subject: [PATCH] [doc] update readme file. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 77e009c..b3d2494 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,11 @@ manifest files is contained in Dhall type definitions: JSON schema files for upstream and downstream APIs are available: - JSON/YAML schemas: `resources/schemas/{upstream-*,downstream}.json` +### notebooks + +Tutorial notebooks for configuration and upstream python bindings are available +in the `notebooks` folder. + ## Development - building: `make` -- GitLab