Skip to content

Commit a837ada

Browse files
committed
Update documentation.
1 parent af9946b commit a837ada

8 files changed

Lines changed: 15 additions & 11 deletions

datashuttle/tui/shared/validate_content.py

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,13 @@ def compose(self) -> ComposeResult:
8383
Button("Select", id="validate_select_button"),
8484
id="validate_path_container",
8585
),
86+
Select(
87+
((name, name) for name in ["rawdata", "derivatives", "both"]),
88+
value="rawdata",
89+
allow_blank=False,
90+
id="validate_top_level_folder_select",
91+
),
8692
Horizontal(
87-
Select(
88-
(
89-
(name, name)
90-
for name in ["rawdata", "derivatives", "both"]
91-
),
92-
value="rawdata",
93-
allow_blank=False,
94-
id="validate_top_level_folder_select",
95-
),
9693
Checkbox(
9794
"Include Central",
9895
value=False,
-163 KB
Loading
-120 KB
Loading
2.87 KB
Loading
2.85 KB
Loading
1.88 KB
Loading
2.2 KB
Loading

docs/source/pages/user_guides/create-folders.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,26 @@ the top-level folder, and bypass validation.
124124
```{image} /_static/screenshots/how-to-create-folders-settings-dark.png
125125
:align: center
126126
:class: only-dark
127-
:width: 500px
127+
:width: 900px
128128
```
129129
```{image} /_static/screenshots/how-to-create-folders-settings-light.png
130130
:align: center
131131
:class: only-light
132-
:width: 500px
132+
:width: 900px
133+
133134
```
134135
<br>
135136

136137
Top level folder
137138
: This dropdown box will set whether folders are created in the
138139
`rawdata` or `derivatives` top-level folder.
139140

141+
Search central for suggestions
142+
: By default, suggesting the next `sub-` or `ses-` number will
143+
be based only on the local project. Select this to also search
144+
the project on central. If a `local only` project, this will have
145+
no effect.
146+
140147
Bypass validation
141148
: This setting will allow folder creation even if the names
142149
are not valid (i.e. they break with

0 commit comments

Comments
 (0)