Skip to content
Snippets Groups Projects
Commit f1496bc4 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

DOC: some clarifications of the cfood example

parent d48ca0f9
No related branches found
No related tags found
2 merge requests!91Release 0.3,!90Example cfood in the tutorials section
Pipeline #33098 passed
...@@ -2,13 +2,13 @@ Example CFood ...@@ -2,13 +2,13 @@ Example CFood
============= =============
Let's walk through an example cfood that makes use of a simple directory structure. We assume Let's walk through an example cfood that makes use of a simple directory structure. We assume
the structure to have the following form, starting from the file crawler root: the structure which is supposed to be crawled to have the following form:
.. code-block:: .. code-block::
ExperimentalData/ ExperimentalData/
2022_TestData/ 2022_ProjectA/
2022-02-17_TestDataset/ 2022-02-17_TestDataset/
file1.dat file1.dat
...@@ -16,7 +16,7 @@ the structure to have the following form, starting from the file crawler root: ...@@ -16,7 +16,7 @@ the structure to have the following form, starting from the file crawler root:
... ...
... ...
2023_AnotherDataFolder/ 2023_ProjectB/
... ...
... ...
...@@ -32,7 +32,7 @@ Let's first clarify the terms we are using: ...@@ -32,7 +32,7 @@ Let's first clarify the terms we are using:
ExperimentalData/ <--- Category level (level 0) ExperimentalData/ <--- Category level (level 0)
2022_TestData/ <--- Project level (level 1) 2022_ProjectA/ <--- Project level (level 1)
2022-02-17_TestDataset/ <--- Activity / Measurement level (level 2) 2022-02-17_TestDataset/ <--- Activity / Measurement level (level 2)
file1.dat <--- Files on level 3 file1.dat <--- Files on level 3
...@@ -40,7 +40,7 @@ Let's first clarify the terms we are using: ...@@ -40,7 +40,7 @@ Let's first clarify the terms we are using:
... ...
... ...
2023_AnotherDataFolder/ <--- Project level (level 1) 2023_ProjectB/ <--- Project level (level 1)
... ...
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment