File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ This template lays out a set of recommended folders for organizing files in the
1313These folders are:
1414
1515- ` custom/ ` custom code for the project
16+ - ` data/ ` any data from the project that are included in the repository
17+ - ` figures/ ` any figures from the project that are included in the repository
1618- ` notebooks/ ` Jupyter notebooks that do or illustrate parts of the project
1719- ` scripts/ ` scripts that run parts of the project
18- - ` figures/ ` any figures from the project that are included in the repository
19- - ` data/ ` any data from the project that are included in the repository
2020
2121In addition, the repository should include the following files:
2222
23- - A LICENSE file, indicating the LICENSE that the code is shared under
24- - A requirements.txt file, listing out any dependencies
23+ - A ` LICENSE ` file, indicating which license the code is shared under
24+ - A ` requirements.txt ` file, listing out any dependencies
2525
2626## README Outline
2727
You can’t perform that action at this time.
0 commit comments