Commit Graph

44 Commits

Author SHA1 Message Date
Colin Sullivan 690241a8a9 Added self-documenting comments and default Rule to list commands with descriptions 2016-10-05 13:38:34 -04:00
Peter Bull 76930056bf Add docstring in make_dataset; closes #1 2016-09-05 19:57:24 -04:00
Peter Bull 5a818e8886 Add backlink; closes #39 2016-09-05 19:33:23 -04:00
Francis T. O'Donovan 937563bb97 Fix typo in getting-started.rst 2016-08-24 13:09:43 -04:00
Peter Bull 2c08fd900b Merge pull request #44 from hwartig/patch-2
Make `make lint` work for new projects.
2016-08-08 22:02:32 -04:00
Harald Wartig 91b9e1f3d0 Remove dead whitespace.
For newly created projects `make lint` would otherwise complain about
the dead whitespace in `src/data/make_dataset.py`.
2016-08-06 11:09:59 +02:00
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
Harald Wartig f8dc8b0a2d Update commands doc.
The current Makefile template doesn't use `s3cmd` anymore but `aws s3 sync`.
2016-08-06 10:54:19 +02:00
Ole Henrik Skogstrøm 58e0ee4d84 Rename src/model to src/models
fixes #40
2016-07-21 15:41:23 +02:00
Dong Liu a4b79f9970 Update .gitignore file to avoid ignoring the src/data folder
Update .gitignore file to avoid ignoring the src/data folder
2016-07-08 09:15:02 +01:00
Dong Liu 52bc431939 Update .gitignore file to ignore the data folder 2016-07-06 11:21:53 +01:00
Isaac Slavitt 440de6989d Bump python-dotenv version, closes #30 2016-05-28 08:28:03 -04:00
Michael Bell de9b34052d Removed --recursive flag from s3 sync in the Makefile 2016-05-24 16:53:17 -04:00
Peter Bull 03a96219ea Update to awscli so Python 3 works
Closes #23
2016-05-21 16:51:34 -04:00
Peter Bull 7d8086ea87 Wrong path in Make data 2016-05-02 22:35:49 -04:00
Isaac Slavitt 7a9232ff4e Update docs and src for new python-dotenv release 2016-05-01 14:14:56 -04:00
Isaac Slavitt 880c55ee4b Bump python-dotenv to version w/ new `find_dotenv`
Closes #18
2016-05-01 11:08:04 -04:00
Cody Rioux d3d7b74ff9 Added virtualenv directories to flake8 exclude list. 2016-04-29 14:17:38 -07:00
Cody Rioux fa3c332415 Silenced pip on installation of requirements. 2016-04-29 14:17:08 -07:00
Isaac Slavitt b86cae7431 Fix project root since script was moved 2016-04-29 14:14:47 -04:00
Jordan Bramble e69ae335a4 updates docs to reflect new directory structure; adds more general name to visualization directory 2016-04-27 00:51:04 -04:00
Jordan Bramble 3c345193bb adds visualization directory to src 2016-04-26 17:35:07 -04:00
Isaac Slavitt 3fdd064e9f Fix missing imports 2016-04-14 15:50:11 -04:00
Peter Bull 618fcbfff4 Fix BSD not printing issue 2016-03-23 16:19:23 -04:00
Isaac Slavitt 1f06e5779f Replace | with │ 🚲🏠 2016-03-19 18:18:31 -04:00
Peter Bull d4634ac579 remove changed folder structure from README 2016-03-19 18:16:22 -04:00
Peter Bull 9841cfa1b6 Add license options 2016-03-19 17:46:54 -04:00
Peter Bull 3f706d9239 Keep /src/data/ where scripts are 2016-03-19 17:42:47 -04:00
Peter Bull 74d36bd24c Update to structure 2016-03-19 16:49:01 -04:00
Peter Bull 18e38f4164 Remove some extras from .gitignore 2016-03-19 16:28:18 -04:00
Peter Bull 78b24baab7 Add license file 2016-03-19 16:27:54 -04:00
Peter Bull 4e29e24bfe Make s3 bucket variable work
bonus: instruction not to include s3:// in the bucket name
2015-11-03 13:58:35 -05:00
isms 5214aeefa3 Add python-dotenv and default .env file 2015-11-02 09:25:23 -05:00
isms f90e83a968 Add support for .env loading 2015-11-02 09:09:45 -05:00
isms 6e0dc39a6c Add flake8 linting 2015-11-02 09:02:49 -05:00
isms 7e1179a366 Add models and reports directories 2015-10-30 17:37:47 -04:00
isms ea82744029 Add Sphinx documentation template 2015-10-30 16:05:20 -04:00
isms 47f554a2ea Add requirements target 2015-10-30 16:05:08 -04:00
isms ba99332b2d Start to flesh out READMEs 2015-10-30 15:47:00 -04:00
isms 901ccef511 Move .gitignore to project root 2015-10-30 15:25:38 -04:00
isms c189298be2 Add other directories 📁 2015-10-30 15:23:59 -04:00
isms 18b322288a Force add data directories 2015-10-30 15:22:43 -04:00
isms 809b281c58 Add Makefile entries for syncing data to S3 2015-10-30 15:19:25 -04:00
isms 004f0635a4 Initial commit 2015-10-30 15:09:43 -04:00