28 Commits

Author SHA1 Message Date
Peter Bull 1fe968d24e [WIP] New version with cleaner options (#162)
* WIP - New version with cleaner options

* Fix find-replace error (#177)

* Remove unnecessary .gitkeep

* Remove unused tox.ini

* Split reqs into dev/non-dev

* Add basic packages support

* Add tests for testing environment creation and requirements

* Set up CI with Azure Pipelines (#194)

* Change archived asciinema example (#163)

* Change archived asciinema example

* Update README.md

Fix Asciinema powerline error

* Update docs to show updated asciinema example

* Added source and destination to Make data target (#169)

* Fix broken Airflow link (#182)

* Fixed: Typo in Makefile (#184)

Fixed typo in Makefile, section "Set up python interpreter environment": intalled --> installed

* Set up CI with Azure Pipelines

[skip ci]

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* Update azure-pipelines.yml for Azure Pipelines

* str paths for windows support

* handle multiple data providers (#199)

* Add missing env directory bin/activate path

* Remove version from PYTHON_INTERPRETER command

* Search for virtualenvwrapper.sh path if executable not found

* Try chardet for character encoding detection

* Specify python and virtualenv binaries for virtualenvwrapper

* Add shebang to virtualenvwrapper.sh

* Diagnostic

* Try virtualenvwrapper-win

* Set encoding if detected None

* Fixes to Mac and Windows tests on Azure pipelines (#217)

* Temporarily comment out py36

* Update azure-pipelines.yml

* Fix tests on Windows and Mac (#1)

* Temporarily remove py37

* Update virtualenv_harness.sh

* put py37 back in

* Set encoding to utf-8

* Comment out rmvirtualenv

* Update test_creation.py

* Update virtualenv_harness.sh

* Add --show-capture

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update test_creation.py

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update Makefile

* Update virtualenv_harness.sh

* Update cookiecutter.json

* Update cookiecutter.json

* Update virtualenv_harness.sh

* Update Makefile

* Update Makefile

* Update Makefile

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update Makefile

* Update Makefile

* Update Makefile

* Update Makefile

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update Makefile

* Update Makefile

* Update virtualenv_harness.sh

* Update Makefile

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update test_creation.py

* Update azure-pipelines.yml

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update virtualenv_harness.sh

* Update cookiecutter.json

* Update conda_harness.sh

* Update conda_harness.sh

* Update conda_harness.sh

Co-authored-by: Eric Jalbert <ericmjalbert@users.noreply.github.com>
Co-authored-by: Jonathan Raviotta <jraviotta@users.noreply.github.com>
Co-authored-by: Wes Roach <wesr000@gmail.com>
Co-authored-by: Christopher Geis <16896724+geisch@users.noreply.github.com>
Co-authored-by: Peter Bull <pjbull@gmail.com>
Co-authored-by: Ian Preston <17241371+ianepreston@users.noreply.github.com>
Co-authored-by: Jay Qi <jayqi@users.noreply.github.com>
Co-authored-by: inchiosa <4316698+inchiosa@users.noreply.github.com>

* More graceful deprecation

* Make tests pass locally

* test version match installed version

* Remove unused imports

* Unremove used import

* Move to GH Actions

* Fix typo

* Test non-windows

* Add netlify configs

* Update suggestion to keep using deprecated cookiecutter template (#231)

* Add mkdocs requirements file to docs directory

* Try setting python version in runtime txt for netlify

* Trigger build

* Python 3.8 netlify

* Python 3.6 netlify

* Do not specify python runtime for netlify

* Use 3.7

This reverts commit 898d7d3cf6008e47e89ed607167fad7aee1e065e.

Co-authored-by: James Myatt <james@jamesmyatt.co.uk>
Co-authored-by: drivendata <info@drivendata.org>
Co-authored-by: Eric Jalbert <ericmjalbert@users.noreply.github.com>
Co-authored-by: Jonathan Raviotta <jraviotta@users.noreply.github.com>
Co-authored-by: Wes Roach <wesr000@gmail.com>
Co-authored-by: Christopher Geis <16896724+geisch@users.noreply.github.com>
Co-authored-by: Ian Preston <17241371+ianepreston@users.noreply.github.com>
Co-authored-by: Jay Qi <jayqi@users.noreply.github.com>
Co-authored-by: inchiosa <4316698+inchiosa@users.noreply.github.com>
Co-authored-by: Robert Gibboni <robert@drivendata.org>
2021-03-19 22:38:18 -07:00
Arturo Moncada-Torres 3978e7d31a Update documentation (#243)
Add explicit definition of DAG (as requested in issue #69)
2021-03-06 10:11:46 -08:00
Peter Bull 0113a4ab1e Update example 2020-12-22 10:46:23 -08:00
Natrave Drova 78e001f742 Tox reference (#211)
* Use a better link to the tox project

* Use a better link to the tox project

* Use a better link to the tox project
2020-04-22 22:14:31 -07:00
Wes Roach ccbe20705b Fix broken Airflow link (#182) 2019-09-04 10:29:26 -07:00
Eric Jalbert 997a9db06d Change archived asciinema example (#163)
* Change archived asciinema example

* Update README.md

Fix Asciinema powerline error

* Update docs to show updated asciinema example
2019-05-06 09:41:28 -07:00
Andrew Sanchez 82848d569f Update link to snakemake 2018-11-29 13:10:08 -07:00
Jesse M. Holmes e7a98fcb24 Add edit_uri to mkdocs.yml
Fixes #146
2018-11-29 13:08:46 -07:00
Drew T. Doering 7ccfe5b003 Fix typo (#119) 2018-05-30 10:08:06 -07:00
Peter Bull 72b3e66989 Add explanation of pip package for src 2018-04-14 08:46:22 -04:00
Paul Harrison 934a98c11d Add optional argument for using AWS credentials profile.
Update docs.

Update tests. No need to include __pycache__ directory.

Update .gitignore to ignore test cache output.
2017-06-22 21:45:54 +01:00
Isaac Slavitt 5dd0669466 Fix typo 2016-10-25 21:54:05 -04:00
Adam Goldfarb 438ef529a8 Add URL for AWS CLI S3 docs 2016-08-14 15:11:27 -07:00
Adam Goldfarb 75974b1f10 Update doc to reflect AWS CLI rather than s3cmd 2016-08-14 12:06:27 -07:00
Isaac Slavitt 031ccf0aa8 Fix imports, closes #27 2016-05-25 14:37:33 -04:00
Isaac Slavitt 7a9232ff4e Update docs and src for new python-dotenv release 2016-05-01 14:14:56 -04:00
Isaac Slavitt 873cfd66e0 Add discussion of .env usage per #18
- Add opinion about being careful before changing folder layout.
2016-04-29 15:48:29 -04:00
Isaac Slavitt 7f10cfe3c8 Fix typo 2016-04-28 19:14:21 -04:00
Isaac Slavitt 25512d610a Disable syntax highlighting for folder structure
- Wording tweaks
2016-04-28 19:12:52 -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
Peter Bull c6b256aa85 Typos 2016-04-25 17:29:25 -04:00
Peter Bull 6baa884a35 GA quick fix. 2016-04-25 17:26:51 -04:00
Peter Bull b30a42bebe Bigger margin for readability 2016-04-24 11:36:28 -04:00
Peter Bull 71e6d40416 Update typo 2016-04-23 16:56:15 -04:00
Isaac Slavitt 54385320c1 Fix typo 2016-04-23 16:41:01 -04:00
Isaac Slavitt 8a5a03ef78 Add more to overview 2016-04-23 16:38:58 -04:00
Peter Bull ad96dfc6f1 Documentation updates! 2016-04-23 15:46:00 -04:00
Peter Bull f24a8f77c7 Initial docs commit 2016-04-23 12:19:28 -04:00