From a7b1bc2ff92d1254614f49bf07aac62e57060a54 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Mon, 30 May 2022 21:23:44 +0200 Subject: [PATCH] exists under docs, is enough --- case_studies.md | 25 ------------------------- docs/case_studies.md | 26 +++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 case_studies.md mode change 120000 => 100644 docs/case_studies.md diff --git a/case_studies.md b/case_studies.md deleted file mode 100644 index db101b979..000000000 --- a/case_studies.md +++ /dev/null @@ -1,25 +0,0 @@ -# Case Studies - -This showcase is where organizations can describe how they are using Cookiecutter. - -## [BeeWare](https://beeware.org/) - -Building Python tools for platforms like mobile phones and set top boxes requires a lot of boilerplate code just to get the project running. Cookiecutter has enabled us to very quickly stub out a starter project in which running Python code can be placed, and makes maintaining those templates very easy. With Cookiecutter we've been able to deliver support [Android devices](https://github.com/beeware/Python-Android-template), [iOS devices](https://github.com/beeware/Python-iOS-template), tvOS boxes, and we're planning to add native support for iOS and Windows devices in the future. - -[BeeWare](https://beeware.org/) is an organization building open source libraries for Python support on all platforms. - -## [ChrisDev](https://chrisdev.com/) - -Anytime we start a new project we begin with a [Cookiecutter template that generates a Django/Wagtail project](https://github.com/chrisdev/wagtail-cookiecutter-foundation) Our developers like it for maintainability and our designers enjoy being able to spin up new sites using our tool chain very quickly. Cookiecutter is very useful for because it supports both Mac OSX and Windows users. - -[ChrisDev](https://chrisdev.com/) is a Trinidad-based consulting agency. - -## [OpenStack](https://www.openstack.org/) - -OpenStack uses several Cookiecutter templates to generate: - -* [Openstack compliant puppet-modules](https://github.com/openstack/puppet-openstack-cookiecutter) -* [Install guides](https://github.com/openstack/installguide-cookiecutter) -* [New tempest plugins](https://github.com/openstack/tempest-plugin-cookiecutter) - -[OpenStack](https://www.openstack.org/) is open source software for creating private and public clouds. diff --git a/docs/case_studies.md b/docs/case_studies.md deleted file mode 120000 index 214ddc2b6..000000000 --- a/docs/case_studies.md +++ /dev/null @@ -1 +0,0 @@ -../case_studies.md \ No newline at end of file diff --git a/docs/case_studies.md b/docs/case_studies.md new file mode 100644 index 000000000..db101b979 --- /dev/null +++ b/docs/case_studies.md @@ -0,0 +1,25 @@ +# Case Studies + +This showcase is where organizations can describe how they are using Cookiecutter. + +## [BeeWare](https://beeware.org/) + +Building Python tools for platforms like mobile phones and set top boxes requires a lot of boilerplate code just to get the project running. Cookiecutter has enabled us to very quickly stub out a starter project in which running Python code can be placed, and makes maintaining those templates very easy. With Cookiecutter we've been able to deliver support [Android devices](https://github.com/beeware/Python-Android-template), [iOS devices](https://github.com/beeware/Python-iOS-template), tvOS boxes, and we're planning to add native support for iOS and Windows devices in the future. + +[BeeWare](https://beeware.org/) is an organization building open source libraries for Python support on all platforms. + +## [ChrisDev](https://chrisdev.com/) + +Anytime we start a new project we begin with a [Cookiecutter template that generates a Django/Wagtail project](https://github.com/chrisdev/wagtail-cookiecutter-foundation) Our developers like it for maintainability and our designers enjoy being able to spin up new sites using our tool chain very quickly. Cookiecutter is very useful for because it supports both Mac OSX and Windows users. + +[ChrisDev](https://chrisdev.com/) is a Trinidad-based consulting agency. + +## [OpenStack](https://www.openstack.org/) + +OpenStack uses several Cookiecutter templates to generate: + +* [Openstack compliant puppet-modules](https://github.com/openstack/puppet-openstack-cookiecutter) +* [Install guides](https://github.com/openstack/installguide-cookiecutter) +* [New tempest plugins](https://github.com/openstack/tempest-plugin-cookiecutter) + +[OpenStack](https://www.openstack.org/) is open source software for creating private and public clouds.