You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/tutorials/set_up_a_project.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ tutorial explains the minimal setup.
6
6
If you want to use pytask with a collection of scripts, you can skip this lesson and
7
7
move to the next section of the tutorials.
8
8
9
+
```{seealso}
10
+
In case you are thinking about developing multiple packages in the project that should be separated (one for dealing with the data, one for the analysis and a package for the pytask tasks), consider using a [workspace](../how_to_guides/using_workspaces.md).
11
+
```
12
+
13
+
## The directory structure
14
+
9
15
The following directory tree gives an overview of the project's different parts.
0 commit comments