From 777a279615ce2b65cde9a2254b06a0b0f16a5b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannah=20F=C3=B6rster?= Date: Wed, 17 Jul 2024 13:37:45 +0200 Subject: [PATCH] feedback links --- docs/tutorials/01_api/02_api_upload.ipynb | 8 ++++++++ .../02_oep_client/01_client_python_download.ipynb | 5 ++++- .../tutorials/02_oep_client/02_client_python_upload.ipynb | 6 +++++- docs/tutorials/02_oep_client/03_client_cli_download.md | 4 ++++ docs/tutorials/02_oep_client/04_client_cli_upload.md | 4 ++++ 5 files changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/01_api/02_api_upload.ipynb b/docs/tutorials/01_api/02_api_upload.ipynb index 90a0fd38..175ec267 100644 --- a/docs/tutorials/01_api/02_api_upload.ipynb +++ b/docs/tutorials/01_api/02_api_upload.ipynb @@ -44,6 +44,14 @@ " - use python with jupyter notebooks\n" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Feedack \n", + "You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/234" + ] + }, { "attachments": {}, "cell_type": "markdown", diff --git a/docs/tutorials/02_oep_client/01_client_python_download.ipynb b/docs/tutorials/02_oep_client/01_client_python_download.ipynb index 7524bcca..e12e9a04 100644 --- a/docs/tutorials/02_oep_client/01_client_python_download.ipynb +++ b/docs/tutorials/02_oep_client/01_client_python_download.ipynb @@ -30,7 +30,10 @@ " - `oep-client>=0.14` (installs also the command line tool)\n", " - jupyter notebook, e.g. `notebook` or `jupyterlab`\n", "- Skills:\n", - " - use python with jupyter notebooks\n" + " - use python with jupyter notebooks\n", + "\n", + "## Feedback\n", + "You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/235\n" ] }, { diff --git a/docs/tutorials/02_oep_client/02_client_python_upload.ipynb b/docs/tutorials/02_oep_client/02_client_python_upload.ipynb index 4ae53e14..27bc6b8f 100644 --- a/docs/tutorials/02_oep_client/02_client_python_upload.ipynb +++ b/docs/tutorials/02_oep_client/02_client_python_upload.ipynb @@ -40,7 +40,11 @@ " - jupyter notebook, e.g. `notebook` or `jupyterlab`\n", "\n", "- Ideally you exhibit the following skills:\n", - " - use python with jupyter notebooks\n" + " - use python with jupyter notebooks\n", + "\n", + "## Feedback\n", + "You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/236\n", + "\n" ] }, { diff --git a/docs/tutorials/02_oep_client/03_client_cli_download.md b/docs/tutorials/02_oep_client/03_client_cli_download.md index 62dd2580..138ef6c8 100644 --- a/docs/tutorials/02_oep_client/03_client_cli_download.md +++ b/docs/tutorials/02_oep_client/03_client_cli_download.md @@ -20,6 +20,10 @@ This tutorials will enable you to: - Skills: - use the command line +## Feedback +You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/237 + + ## Setup - Linux diff --git a/docs/tutorials/02_oep_client/04_client_cli_upload.md b/docs/tutorials/02_oep_client/04_client_cli_upload.md index 96fa1849..5994024e 100644 --- a/docs/tutorials/02_oep_client/04_client_cli_upload.md +++ b/docs/tutorials/02_oep_client/04_client_cli_upload.md @@ -24,6 +24,10 @@ To execute the following code you will need to need to be a registered user on t - Skills: - use the command line +## Feedback +You can provide feedback on this tutorial here: https://github.com/OpenEnergyPlatform/academy/issues/238 + + ## Setup For the setup commands to work, you need to set your personal OEP API token as an environment variable. Alternatively, you can assign your token directly to the token variable. You can find the token on your OEP profile page.