diff --git a/docs/examples/howto_logparser/README.rst b/docs/examples/howto_logparser/README.rst
new file mode 100644
index 0000000000000000000000000000000000000000..7e11020beac367a3b15f163de5d268670d0d7008
--- /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 f66849f99cce3a46fbd8b8421536d96001b21e17..36e806b45442bbb961913fec67b9cd9d1fa8511a 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`
+
 """
 
 # %%