From 319222f3b957dc4fc69d86269478dab7638aa7e6 Mon Sep 17 00:00:00 2001 From: Jon Daniels <62617721+jdanielsbamboo@users.noreply.github.com> Date: Tue, 22 Jun 2021 18:23:22 -0600 Subject: [PATCH 1/4] Update index.md (#249) changing from "be" to "by" --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 1733e83dc..9eded0971 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -220,7 +220,7 @@ aws_secret_access_key=mysecretkey aws_access_key_id=myprojectaccesskey aws_secret_access_key=myprojectsecretkey ``` -You can add the profile name when initialising a project; assuming no applicable environment variables are set, the profile credentials will be used be default. +You can add the profile name when initialising a project; assuming no applicable environment variables are set, the profile credentials will be used by default. ### Be conservative in changing the default folder structure From d82776e0fd63e587a57ce799db79449af16f49ec Mon Sep 17 00:00:00 2001 From: Shubhankar Date: Fri, 11 Mar 2022 12:25:13 -0600 Subject: [PATCH 2/4] Flag -c v1 is slightly confusing in branch v2 (#264) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49a1eb384..19f1a3aba 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,10 @@ $ conda install cookiecutter ``` -### To start a new project, run: +### To start a new project (installs v2 by default), run: ------------ - cookiecutter -c v1 https://github.com/drivendata/cookiecutter-data-science - + cookiecutter https://github.com/drivendata/cookiecutter-data-science # use flag -c v1 for version1 [![asciicast](https://asciinema.org/a/244658.svg)](https://asciinema.org/a/244658) From 52283f711b2f5e06811b19870ca569d4be0299ad Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Fri, 11 Mar 2022 10:27:47 -0800 Subject: [PATCH 3/4] Revert "Flag -c v1 is slightly confusing in branch v2 (#264)" This reverts commit d82776e0fd63e587a57ce799db79449af16f49ec. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19f1a3aba..49a1eb384 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,11 @@ $ conda install cookiecutter ``` -### To start a new project (installs v2 by default), run: +### To start a new project, run: ------------ - cookiecutter https://github.com/drivendata/cookiecutter-data-science # use flag -c v1 for version1 + cookiecutter -c v1 https://github.com/drivendata/cookiecutter-data-science + [![asciicast](https://asciinema.org/a/244658.svg)](https://asciinema.org/a/244658) From e395cbf4f551f4b37d04b13bd70645ef7821e334 Mon Sep 17 00:00:00 2001 From: Jay Qi <2721979+jayqi@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:33:50 -0400 Subject: [PATCH 4/4] Update removed pages configuration to nav --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 5f7e566b4..30ca202df 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -8,5 +8,5 @@ google_analytics: ['UA-54096005-4', 'auto'] theme: cinder extra_css: - css/extra.css -pages: +nav: - Home: index.md