From 5081a6378511bd0bfb830d922f95974104ec1699 Mon Sep 17 00:00:00 2001 From: Mario Bedrunka <34478736+McBs@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:24:18 +0200 Subject: [PATCH] Update README.rst --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b4c53b30..5f3726b5 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,10 @@ Getting Started --------------- To find some very simple examples of how to use lettuce, please have a look -at the examples_. These will guide you through lettuce's main features. +at the examples_. These will guide you through lettuce's main features. The +simplest example is: + +https://github.com/lettucecfd/lettuce/blob/ef9830b59c6ad50e02fdf0ce24cc47ea520aa354/examples/00_simplest_TGV.py#L6-L21 Please ensure you have Jupyter installed to run the Jupyter notebooks.