Skip to content
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

Excised cookiecutter from PHILOSOPHY and SCOPE #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions PHILOSOPHY_AND_SCOPE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,6 @@ computational chemistry software to adhere to some common guidelines for the fol
We intend to cover only the most important aspects of the critical components of software development for computational
chemistry, providing pointers for those who wish to read about certain topics in more depth.

## Instant Skeletal Package from a Cookiecutter

The [Molecular Sciences Software Institute (MolSSI)](http://molssi.org) provides a Computational Molecular Sciences (CMS) [cookiecutter](https://github.com/MolSSI/cookiecutter-cms)
for users who want to have an automated fresh Python package created for them which follows the recommendations
presented in this guide.
A [cookiecutter](http://cookiecutter.readthedocs.io) template provides an automated way to set up files and directories inside a git repository tailored to the application of interest in a manner that already has working functionality, making it easy for the developer to dive in and start coding while adhering to best practices.
We highly encourage people to start from this cookiecutter as it automatically creates
the [structure], files for [continuous integration], [documentation], [distribution], [version control],
[licensing], and others, saving 30-60 minutes of work!

The MolSSI CMS Cookiecutter and its two-line installation instructions can be found at:

**[Computational Chemistry Cookiecutter](https://github.com/MolSSI/cookiecutter-cms)**

## Help Make this Page Better

Want to contribute to this repository? Have a suggestion for an improvement?
Expand Down