-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed: Typo in Makefile #184
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixed typo in Makefile, section "Set up python interpreter environment": intalled --> installed
Thanks! |
1 similar comment
Thanks! |
pjbull
added a commit
that referenced
this pull request
Jul 14, 2020
* 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 <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Peter Bull <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]>
pjbull
added a commit
that referenced
this pull request
Mar 20, 2021
* 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 <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Peter Bull <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]> * 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 898d7d3. Co-authored-by: James Myatt <[email protected]> Co-authored-by: drivendata <[email protected]> Co-authored-by: Eric Jalbert <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]> Co-authored-by: Robert Gibboni <[email protected]>
izaakm
added a commit
to izaakm/cookiecutter
that referenced
this pull request
Jan 31, 2023
commit 52283f7 Author: Peter Bull <[email protected]> Date: Fri Mar 11 10:27:47 2022 -0800 Revert "Flag -c v1 is slightly confusing in branch v2 (drivendataorg#264)" This reverts commit d82776e. commit d82776e Author: Shubhankar <[email protected]> Date: Fri Mar 11 12:25:13 2022 -0600 Flag -c v1 is slightly confusing in branch v2 (drivendataorg#264) commit 319222f Author: Jon Daniels <[email protected]> Date: Tue Jun 22 18:23:22 2021 -0600 Update index.md (drivendataorg#249) changing from "be" to "by" commit c077603 Author: Peter Bull <[email protected]> Date: Fri Mar 19 22:33:34 2021 -0700 V1 tag and deprecation (drivendataorg#240) * deprecation warning * Update message and CLI call * Add to readme as well commit 3978e7d Author: Arturo Moncada-Torres <[email protected]> Date: Sat Mar 6 19:11:46 2021 +0100 Update documentation (drivendataorg#243) Add explicit definition of DAG (as requested in issue drivendataorg#69) commit 9bac80a Author: Bernardo Amaral <[email protected]> Date: Thu Jan 21 23:12:54 2021 +0000 Added setup.py to README's project organization (drivendataorg#236) Co-authored-by: bnamaral <[email protected]> commit 0113a4a Author: Peter Bull <[email protected]> Date: Tue Dec 22 10:46:23 2020 -0800 Update example commit fcc59e3 Author: Peter Bull <[email protected]> Date: Thu Dec 10 09:12:53 2020 -0800 3.5 + commit 5f54d39 Author: Omri Mendels <[email protected]> Date: Tue May 26 20:16:03 2020 +0300 Fixed failing tests on Windows (drivendataorg#216) * Fixed failing tests on Windows Due to an issue with WindowsPath * Update test_creation.py * Update test_creation.py commit 78e001f Author: Natrave Drova <[email protected]> Date: Thu Apr 23 08:14:31 2020 +0300 Tox reference (drivendataorg#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 commit 26c62b4 Author: Fokko Driesprong <[email protected]> Date: Mon Apr 6 18:05:54 2020 +0200 Typo (drivendataorg#208) commit 1fbe58b Author: Christopher Geis <[email protected]> Date: Mon Sep 23 17:49:26 2019 +0200 Fixed: Typo in Makefile (drivendataorg#184) Fixed typo in Makefile, section "Set up python interpreter environment": intalled --> installed commit ccbe207 Author: Wes Roach <[email protected]> Date: Wed Sep 4 12:29:26 2019 -0500 Fix broken Airflow link (drivendataorg#182) commit 7dcc59d Author: Jonathan Raviotta <[email protected]> Date: Fri May 24 12:58:50 2019 -0400 Added source and destination to Make data target (drivendataorg#169) commit 997a9db Author: Eric Jalbert <[email protected]> Date: Mon May 6 12:41:28 2019 -0400 Change archived asciinema example (drivendataorg#163) * Change archived asciinema example * Update README.md Fix Asciinema powerline error * Update docs to show updated asciinema example
milescsmith
pushed a commit
to milescsmith/cookiecutter-data-science
that referenced
this pull request
Sep 20, 2023
* WIP - New version with cleaner options * Fix find-replace error (drivendataorg#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 (drivendataorg#194) * Change archived asciinema example (drivendataorg#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 (drivendataorg#169) * Fix broken Airflow link (drivendataorg#182) * Fixed: Typo in Makefile (drivendataorg#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 (drivendataorg#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 (drivendataorg#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 <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Peter Bull <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]> * 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 (drivendataorg#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 898d7d3. Co-authored-by: James Myatt <[email protected]> Co-authored-by: drivendata <[email protected]> Co-authored-by: Eric Jalbert <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]> Co-authored-by: Robert Gibboni <[email protected]>
pjbull
added a commit
that referenced
this pull request
May 22, 2024
* [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 <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Peter Bull <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]> * 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 898d7d3. Co-authored-by: James Myatt <[email protected]> Co-authored-by: drivendata <[email protected]> Co-authored-by: Eric Jalbert <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]> Co-authored-by: Robert Gibboni <[email protected]> * docs: add dev-requirements, remove tox.ini (#254) * Formatting * Docs and test cleanup * 3.10 specificaiton * Passing tests and lint * testing improvements and hooks refactor * Lint, format, license (#247) * format config files * make format * update readme * no license, py version, update lint format commands * revert accidental lic removal Co-authored-by: Peter Bull <[email protected]> * Updating the Makefile * Removing deprecation message from v2 * update pip, reqs, test CI commands * Update docs build * Revert netlify changes * Use default netlify build runtime * make gsutil rsync recursive (#297) * make gsutil rsync recursive * reformatted with black * add threaded flag for gsutil rsync * V2 bug fixes, modernization, house-keeping, and README update (#313) * Escape single quotes in sphinx conf. Fixes #142 * Use pyproject.toml package metadata. Fix quote escaping. Fixes #248 * Remove unnecessary pep8 configuration * Update gitignores * Use pyproject.toml for package metadata * Update README for v2 * Add Python 3.11 and 3.12 to CI * Remove unneeded requirements file reference * Docs updates * Update linting and tests * Fix lint * Missed one * Split out code quality job * Hold on 3.12 for now * Fix wrong conda environment command * Fix option name * Change back and remove python spec since it should already be in environment.yml * Change hyperlinks to https that support it * Update joblib link. Supersedes #251 * Remove Python 3.12 for now * Pin Python version in project package metadata * Use compatible release operator --------- Co-authored-by: Jay Qi <[email protected]> * Add windows to CI (#319) * Add windows to CI * Try different shebang per actions/runner-images#7253 (comment) * Revert "Try different shebang per actions/runner-images#7253 (comment)" This reverts commit 4a8f093. * Try setting PATH * Reduce matrix for testing * Set default shell to bash * Fix wrong syntax * Explicitly set bash path in test * Fix syntax error * Fix mistake * Try installing GNU make instead of using available mingw32-make * Undo explicit bash executable * Set conda executable * Fix black * Add conda directory to system paths * Clearer phony declaration * Add diagnostic printing * More printing * Check which make * Try adding Git bin directory to path * Explicit bash shell * Try adding explicit PATH * Try making path style consistent * Explicit conda executable * try using which * Try Scripts directory for adding to PATH * Try removing unnecessary conda stuff * Separate check step * Install from conda-forge * Missing colon * Try setup miniconda to see if it's faster * Change default shell * Use conda environment * Skip which conda * Add to path anyways * Try micromamba * Use mamba as conda executable * Fix typo * micromamba shell hook * Missing quote * Full micromamba path; add caching * Try path instead * Remove backslash * Use mambaforge instead of micromamba * Add conda to PATH * Use conda activate * Try permissions hack * Remove unneeded packages * Use different repo name per config * Cleanup * Fallbacks * Fix backwards check * Print test durations * Try conda and defaults again * Don't change shell * Normal shell * Clean up * More cleanup * More cleanup --------- Co-authored-by: Jay Qi <[email protected]> * Optionally remove boilerplate in initial setup (#286) * Make skeleton code optional * Updates to skeleton code * make lint pass * add --profile black to isort command for black compatibility * add --profile black to generated Makefile * remove setup.py from linting/formatting; * fix code scaffold tests; revert adding isort to project makefile --------- Co-authored-by: Peter Bull <[email protected]> * Replace sphinx with mkdocs as default docs option, add none option (#295) * create alternative mkdocs docs path and add option to use sphinx, mkdocs, or none * add tests that docs folder looks correct * add author if provided to mkdocs config * fix yml typo * make mkdocs default, do not remove sphinx yet * reconfigure tests to cycle through all possible values for fields that are nominally independent * change formatting * cast docs paths to strings to satisfy shutil move in python 3.8 * remove sphinx * remove docs folder tree; make docs removal generic * Create new screencast automatically on docs build (#339) * Create new screencast automatically on docs build * dev reqs * Remove tree from replay * Update docs/scripts/generate-termynal.py Co-authored-by: Chris Kucharczyk <[email protected]> * Update docs/scripts/generate-termynal.py Co-authored-by: Chris Kucharczyk <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Kucharczyk <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Kucharczyk <[email protected]> --------- Co-authored-by: Chris Kucharczyk <[email protected]> * Update Makefile help command to work on all platforms (#335) * update python script and variable reference so help printing works on all platforms * add blank make command testing output of available commands * add test for makefile help text * Update docs to material theme (#341) * update docs to material theme * update style and logo * rearrange and update content * docs/requirements.txt * update workflow to skip if docs-only change, remove netlify config * write to tempfile instead of hardcoded dir to prevent unintended persistent files from mkdocs-gen-files * Update docs to use multiple pages (#344) * change site structure to use multiple pages * add navigation.instant * remove padding override * remove toc.follow * revert content change * Add workflows for Python 3.12 (#329) * add python 3.12 vm env to test suite and update pyproject.toml classifiers to indicate support * Bump actions versions * Swap out fake/abandoned jupyter metapackage for jupyterlab and notebook * Try conda-forge --------- Co-authored-by: Jay Qi <[email protected]> * Update opinions (#345) * update opinions * fix dag link * typos and formatting * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * try rewrite of dag section * formatting nits and adding subtitles * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * fix link to contributing page --------- Co-authored-by: Jay Qi <[email protected]> * Badge + docs updates (#348) * Badge on docs updates * default to CCDS template * Style updates * darken links a bit * block quotes * formatting and bare ccds * Apply suggestions from code review Co-authored-by: Chris Kucharczyk <[email protected]> --------- Co-authored-by: Chris Kucharczyk <[email protected]> * Minor CSS Tweaks (#349) * tweak code block formatting and color correctness * update note infobox styles * Add commandline options table (#350) * Add commandline options table * wack isort ordering * Make sections * Format * Use shutil.copytree instead of distutils (#353) Co-authored-by: Jay Qi <[email protected]> * Add documentation about Make on Windows (#355) * Fix typo * Add instructions for Make on Windows * Fix typo * Copy edits * Add note about help * Consistent code formatting --------- Co-authored-by: Jay Qi <[email protected]> * V2 Modernize boilerplate (#354) * WIP * Remove setuptools, add tqdm * Lint * Don't need setuptools or wheel * Add comment fences * Can't believe E266 is a thing * Whitespace * Add linting to tests * Remove template from project linting and formatting * Reorganize boilerplate modules * Get rid of editable check * Actually run linting * Actually test linting * Update verify_files test * Update verify_folders * Remove duplicate file * Fix lint --------- Co-authored-by: Jay Qi <[email protected]> * Updates from review of V2 docs (#362) * Review comments * 3.8 minimum * macos-13 * try setting up conda * don't use imported variable * Update docs/docs/opinions.md Co-authored-by: Chris Kucharczyk <[email protected]> --------- Co-authored-by: Chris Kucharczyk <[email protected]> --------- Co-authored-by: James Myatt <[email protected]> Co-authored-by: drivendata <[email protected]> Co-authored-by: Eric Jalbert <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]> Co-authored-by: Robert Gibboni <[email protected]> Co-authored-by: Phil <[email protected]> Co-authored-by: Tammy Glazer <[email protected]> Co-authored-by: AllenDowney <[email protected]> Co-authored-by: Kristian Bodolai <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: Chris Kucharczyk <[email protected]>
GatlenCulp
pushed a commit
to GatlenCulp/gatlens-opinionated-template
that referenced
this pull request
Jan 29, 2025
Fixed typo in Makefile, section "Set up python interpreter environment": intalled --> installed
GatlenCulp
pushed a commit
to GatlenCulp/gatlens-opinionated-template
that referenced
this pull request
Jan 29, 2025
* [WIP] New version with cleaner options (drivendataorg#162) * WIP - New version with cleaner options * Fix find-replace error (drivendataorg#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 (drivendataorg#194) * Change archived asciinema example (drivendataorg#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 (drivendataorg#169) * Fix broken Airflow link (drivendataorg#182) * Fixed: Typo in Makefile (drivendataorg#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 (drivendataorg#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 (drivendataorg#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 <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Peter Bull <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]> * 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 (drivendataorg#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 898d7d3. Co-authored-by: James Myatt <[email protected]> Co-authored-by: drivendata <[email protected]> Co-authored-by: Eric Jalbert <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]> Co-authored-by: Robert Gibboni <[email protected]> * docs: add dev-requirements, remove tox.ini (drivendataorg#254) * Formatting * Docs and test cleanup * 3.10 specificaiton * Passing tests and lint * testing improvements and hooks refactor * Lint, format, license (drivendataorg#247) * format config files * make format * update readme * no license, py version, update lint format commands * revert accidental lic removal Co-authored-by: Peter Bull <[email protected]> * Updating the Makefile * Removing deprecation message from v2 * update pip, reqs, test CI commands * Update docs build * Revert netlify changes * Use default netlify build runtime * make gsutil rsync recursive (drivendataorg#297) * make gsutil rsync recursive * reformatted with black * add threaded flag for gsutil rsync * V2 bug fixes, modernization, house-keeping, and README update (drivendataorg#313) * Escape single quotes in sphinx conf. Fixes drivendataorg#142 * Use pyproject.toml package metadata. Fix quote escaping. Fixes drivendataorg#248 * Remove unnecessary pep8 configuration * Update gitignores * Use pyproject.toml for package metadata * Update README for v2 * Add Python 3.11 and 3.12 to CI * Remove unneeded requirements file reference * Docs updates * Update linting and tests * Fix lint * Missed one * Split out code quality job * Hold on 3.12 for now * Fix wrong conda environment command * Fix option name * Change back and remove python spec since it should already be in environment.yml * Change hyperlinks to https that support it * Update joblib link. Supersedes drivendataorg#251 * Remove Python 3.12 for now * Pin Python version in project package metadata * Use compatible release operator --------- Co-authored-by: Jay Qi <[email protected]> * Add windows to CI (drivendataorg#319) * Add windows to CI * Try different shebang per actions/runner-images#7253 (comment) * Revert "Try different shebang per actions/runner-images#7253 (comment)" This reverts commit 4a8f093. * Try setting PATH * Reduce matrix for testing * Set default shell to bash * Fix wrong syntax * Explicitly set bash path in test * Fix syntax error * Fix mistake * Try installing GNU make instead of using available mingw32-make * Undo explicit bash executable * Set conda executable * Fix black * Add conda directory to system paths * Clearer phony declaration * Add diagnostic printing * More printing * Check which make * Try adding Git bin directory to path * Explicit bash shell * Try adding explicit PATH * Try making path style consistent * Explicit conda executable * try using which * Try Scripts directory for adding to PATH * Try removing unnecessary conda stuff * Separate check step * Install from conda-forge * Missing colon * Try setup miniconda to see if it's faster * Change default shell * Use conda environment * Skip which conda * Add to path anyways * Try micromamba * Use mamba as conda executable * Fix typo * micromamba shell hook * Missing quote * Full micromamba path; add caching * Try path instead * Remove backslash * Use mambaforge instead of micromamba * Add conda to PATH * Use conda activate * Try permissions hack * Remove unneeded packages * Use different repo name per config * Cleanup * Fallbacks * Fix backwards check * Print test durations * Try conda and defaults again * Don't change shell * Normal shell * Clean up * More cleanup * More cleanup --------- Co-authored-by: Jay Qi <[email protected]> * Optionally remove boilerplate in initial setup (drivendataorg#286) * Make skeleton code optional * Updates to skeleton code * make lint pass * add --profile black to isort command for black compatibility * add --profile black to generated Makefile * remove setup.py from linting/formatting; * fix code scaffold tests; revert adding isort to project makefile --------- Co-authored-by: Peter Bull <[email protected]> * Replace sphinx with mkdocs as default docs option, add none option (drivendataorg#295) * create alternative mkdocs docs path and add option to use sphinx, mkdocs, or none * add tests that docs folder looks correct * add author if provided to mkdocs config * fix yml typo * make mkdocs default, do not remove sphinx yet * reconfigure tests to cycle through all possible values for fields that are nominally independent * change formatting * cast docs paths to strings to satisfy shutil move in python 3.8 * remove sphinx * remove docs folder tree; make docs removal generic * Create new screencast automatically on docs build (drivendataorg#339) * Create new screencast automatically on docs build * dev reqs * Remove tree from replay * Update docs/scripts/generate-termynal.py Co-authored-by: Chris Kucharczyk <[email protected]> * Update docs/scripts/generate-termynal.py Co-authored-by: Chris Kucharczyk <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Kucharczyk <[email protected]> * Apply suggestions from code review Co-authored-by: Chris Kucharczyk <[email protected]> --------- Co-authored-by: Chris Kucharczyk <[email protected]> * Update Makefile help command to work on all platforms (drivendataorg#335) * update python script and variable reference so help printing works on all platforms * add blank make command testing output of available commands * add test for makefile help text * Update docs to material theme (drivendataorg#341) * update docs to material theme * update style and logo * rearrange and update content * docs/requirements.txt * update workflow to skip if docs-only change, remove netlify config * write to tempfile instead of hardcoded dir to prevent unintended persistent files from mkdocs-gen-files * Update docs to use multiple pages (drivendataorg#344) * change site structure to use multiple pages * add navigation.instant * remove padding override * remove toc.follow * revert content change * Add workflows for Python 3.12 (drivendataorg#329) * add python 3.12 vm env to test suite and update pyproject.toml classifiers to indicate support * Bump actions versions * Swap out fake/abandoned jupyter metapackage for jupyterlab and notebook * Try conda-forge --------- Co-authored-by: Jay Qi <[email protected]> * Update opinions (drivendataorg#345) * update opinions * fix dag link * typos and formatting * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * try rewrite of dag section * formatting nits and adding subtitles * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * Update docs/docs/opinions.md Co-authored-by: Jay Qi <[email protected]> * fix link to contributing page --------- Co-authored-by: Jay Qi <[email protected]> * Badge + docs updates (drivendataorg#348) * Badge on docs updates * default to CCDS template * Style updates * darken links a bit * block quotes * formatting and bare ccds * Apply suggestions from code review Co-authored-by: Chris Kucharczyk <[email protected]> --------- Co-authored-by: Chris Kucharczyk <[email protected]> * Minor CSS Tweaks (drivendataorg#349) * tweak code block formatting and color correctness * update note infobox styles * Add commandline options table (drivendataorg#350) * Add commandline options table * wack isort ordering * Make sections * Format * Use shutil.copytree instead of distutils (drivendataorg#353) Co-authored-by: Jay Qi <[email protected]> * Add documentation about Make on Windows (drivendataorg#355) * Fix typo * Add instructions for Make on Windows * Fix typo * Copy edits * Add note about help * Consistent code formatting --------- Co-authored-by: Jay Qi <[email protected]> * V2 Modernize boilerplate (drivendataorg#354) * WIP * Remove setuptools, add tqdm * Lint * Don't need setuptools or wheel * Add comment fences * Can't believe E266 is a thing * Whitespace * Add linting to tests * Remove template from project linting and formatting * Reorganize boilerplate modules * Get rid of editable check * Actually run linting * Actually test linting * Update verify_files test * Update verify_folders * Remove duplicate file * Fix lint --------- Co-authored-by: Jay Qi <[email protected]> * Updates from review of V2 docs (drivendataorg#362) * Review comments * 3.8 minimum * macos-13 * try setting up conda * don't use imported variable * Update docs/docs/opinions.md Co-authored-by: Chris Kucharczyk <[email protected]> --------- Co-authored-by: Chris Kucharczyk <[email protected]> --------- Co-authored-by: James Myatt <[email protected]> Co-authored-by: drivendata <[email protected]> Co-authored-by: Eric Jalbert <[email protected]> Co-authored-by: Jonathan Raviotta <[email protected]> Co-authored-by: Wes Roach <[email protected]> Co-authored-by: Christopher Geis <[email protected]> Co-authored-by: Ian Preston <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: inchiosa <[email protected]> Co-authored-by: Robert Gibboni <[email protected]> Co-authored-by: Phil <[email protected]> Co-authored-by: Tammy Glazer <[email protected]> Co-authored-by: AllenDowney <[email protected]> Co-authored-by: Kristian Bodolai <[email protected]> Co-authored-by: Jay Qi <[email protected]> Co-authored-by: Chris Kucharczyk <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed typo in Makefile, section "Set up python interpreter environment": intalled --> installed