From 6e2e097e8d8c39e564394b7bf009ace500c0499d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Fri, 14 Apr 2023 11:23:30 +0200 Subject: [PATCH] ident --- src/doc/tutorials/parameterfile.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/doc/tutorials/parameterfile.rst b/src/doc/tutorials/parameterfile.rst index 2ce6309a..278d7916 100644 --- a/src/doc/tutorials/parameterfile.rst +++ b/src/doc/tutorials/parameterfile.rst @@ -37,6 +37,16 @@ is the date of the Experiment. Thus, the data model could be described in a date: datatype: DATETIME + +We will identify Experiments solely using the date. Thus the +``identifiable.yml`` is: + +.. code:: yaml + + Experiment: + 1. date + + The following section tells the crawler that the key value pair ``frequency: 0.5`` shall be used to set the Property "frequency" of an "Experiment" Record: -- GitLab