From 753cfaf9c537854e736f4efe77f03c9031c302e8 Mon Sep 17 00:00:00 2001
From: Tobias Meisel <tobias.meisel@ufz.de>
Date: Wed, 20 Mar 2024 10:58:29 +0100
Subject: [PATCH] [logparser] Add readme

---
 docs/examples/howto_logparser/README.rst                 | 6 ++++++
 docs/examples/howto_logparser/plot_logparser_analyses.py | 1 +
 2 files changed, 7 insertions(+)
 create mode 100644 docs/examples/howto_logparser/README.rst

diff --git a/docs/examples/howto_logparser/README.rst b/docs/examples/howto_logparser/README.rst
new file mode 100644
index 000000000..7e11020be
--- /dev/null
+++ b/docs/examples/howto_logparser/README.rst
@@ -0,0 +1,6 @@
+How to use the OGS log parser
+=============================
+
+.. sectionauthor:: Tobias Meisel (Helmholtz Centre for Environmental Research GmbH - UFZ)
+
+The following jupyter notebooks provide some examples of how to use the log parser.
diff --git a/docs/examples/howto_logparser/plot_logparser_analyses.py b/docs/examples/howto_logparser/plot_logparser_analyses.py
index f66849f99..36e806b45 100644
--- a/docs/examples/howto_logparser/plot_logparser_analyses.py
+++ b/docs/examples/howto_logparser/plot_logparser_analyses.py
@@ -9,6 +9,7 @@ We uses the project file from the following benchmark:
 `<t_end> 1e8 </t_end>`
 and for the staggered scheme the variant taken from
 `Tests/Data/Parabolic/HT/StaggeredCoupling/HeatTransportInStationaryFlow/HeatTransportInStationaryFlow.prj`
+
 """
 
 # %%
-- 
GitLab