Skip to content

Commit e57e75f

Browse files
committed
Clarify generated setup files
1 parent 4be7d50 commit e57e75f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/source/tutorials/set_up_a_project.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ move to the next section of the tutorials.
1414

1515
## The directory structure
1616

17-
The following directory tree gives an overview of the project's different parts after
18-
the first build.
17+
The following directory tree gives an overview of the project's different parts.
1918

2019
```text
2120
my_project
2221
23-
├───.pytask
22+
├───.pytask # Generated by pytask.
2423
2524
├───bld
2625
│ └────...
@@ -31,7 +30,7 @@ my_project
3130
│ ├────config.py
3231
│ └────...
3332
34-
├───pytask.lock
33+
├───pytask.lock # Generated by pytask.
3534
3635
└───pyproject.toml
3736
```
@@ -40,7 +39,7 @@ Create the project files and folders for your project or start from pytask's
4039
[cookiecutter-pytask-project](https://github.com/pytask-dev/cookiecutter-pytask-project)
4140
template or any other
4241
[linked template or example project](../how_to_guides/bp_templates_and_projects.md).
43-
pytask creates the `.pytask` folder and `pytask.lock` file during builds.
42+
pytask creates the `.pytask` folder and `pytask.lock` file later when you run tasks.
4443

4544
## The `src` directory
4645

0 commit comments

Comments
 (0)