From e86e0e75be7b3e438000e798c8b59dec26ea726a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20R=C3=BC=C3=9Fmann?= <10085427+PhilippRue@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:29:55 +0100 Subject: [PATCH] Add missing link in docs --- docs/source/user_guide/workflows.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/source/user_guide/workflows.rst b/docs/source/user_guide/workflows.rst index e4877f2d..25be6ea9 100644 --- a/docs/source/user_guide/workflows.rst +++ b/docs/source/user_guide/workflows.rst @@ -847,4 +847,10 @@ The ``aiida_kkr.workflows.kkr_STM_wc`` workflow allows to simulate the local DOS See API documentation for inputs/outputs: https://aiida-kkr.readthedocs.io/en/latest/module_guide/workflows.html#module-aiida_kkr.workflows.kkr_STM -See tests for a usage example: https://github.com/JuDFTteam/aiida-kkr/blob/develop/tests/workflows/test_stm.py +Example Usage +------------- + +See: +* the STM tutorial notbook: https://github.com/JuDFTteam/aiida-kkr/blob/develop/examples/AiiDA-KKR_STM_Tutorial.ipynb +* the CI tests: https://github.com/JuDFTteam/aiida-kkr/blob/develop/tests/workflows/test_stm.py +for a usage examples.