Go to file
Harald Wartig 1a2d598725 Exclude docs/conf.py from linting.
Running `make lint` after initializing a fresh project complains about errors in `docs/conf.py`. Which is kinda awkward for the user as he didn't write any code yet and already has errors. As this file is autogenerated I think it is best to exclude it from linting rather than fixing the errors.
2016-08-06 11:07:13 +02:00
docs Fix imports, closes #27 2016-05-25 14:37:33 -04:00
{{ cookiecutter.repo_name }} Exclude docs/conf.py from linting. 2016-08-06 11:07:13 +02:00
.gitattributes Start to flesh out READMEs 2015-10-30 15:47:00 -04:00
.gitignore Initial docs commit 2016-04-23 12:19:28 -04:00
LICENSE Add LICENSE 2016-07-12 11:46:44 -04:00
README.md Minor readme updates 2016-04-23 17:16:53 -04:00
cookiecutter.json Stupidest part of the JSON spec. 2016-03-26 12:55:20 -04:00
requirements.txt Initial docs commit 2016-04-23 12:19:28 -04:00

README.md

Cookiecutter Data Science

A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.

Project homepage

Requirements to use the cookiecutter template:


To start a new project, run:


cookiecutter https://github.com/drivendata/cookiecutter-data-science

asciicast