From b73e31afbf3014225fe0a096aaf86c173cf36086 Mon Sep 17 00:00:00 2001 From: nilomr Date: Mon, 20 Feb 2023 22:02:57 +0000 Subject: [PATCH] add note on raw data --- docs/contents/project-setup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/contents/project-setup.md b/docs/contents/project-setup.md index 32ddd81..d76fc26 100644 --- a/docs/contents/project-setup.md +++ b/docs/contents/project-setup.md @@ -75,9 +75,6 @@ print(DIRS) If `mkdir` is set to `True`, the directories will be created if they don't already exist. This is the resulting directory tree, assuming that your raw data folder is called `raw`. -- If you are starting with a dataset that has already been -segmented, you can simply pass the path to the segmented data folder instead to -the `RAW_DATA` argument of `ProjDirs`. ```{code-block} text @@ -98,6 +95,11 @@ the `RAW_DATA` argument of `ProjDirs`. ``` +**Note**: If you are starting with a dataset that has already been +segmented, you can simply pass the path to the segmented data folder instead to +the `RAW_DATA` argument of `ProjDirs`. + + See the {py:class}`~pykanto.utils.paths.ProjDirs` docs for more information.