Open PabRod opened 2 years ago
Currently, the self-standing examples live in the ./examples/ folder, while the ones depending on external files live in ./data/.
./examples/
./data/
Move all example scripts to ./examples/.
Shall we keep the example-related data in ./data/, or move it also to ./examples/?
Problem
Currently, the self-standing examples live in the
./examples/
folder, while the ones depending on external files live in./data/
.Action
Move all example scripts to
./examples/
.Side question
Shall we keep the example-related data in
./data/
, or move it also to./examples/
?