software-development icon indicating copy to clipboard operation
software-development copied to clipboard

Change CI examples when we have a good boiler-plate to point to

Open Lnaden opened this issue 9 years ago • 8 comments

Once we have a HelloWorld boiler plate to work with, we should change the CI examples to point at it for a better "Learn by copying this" example

Lnaden avatar Nov 03 '16 20:11 Lnaden

I'll try to get that set up this weekend in http://github.com/omnia-md/basic-python-project-example or similar.

jchodera avatar Nov 05 '16 17:11 jchodera

See also #30

jchodera avatar Nov 11 '16 06:11 jchodera

Hi, Please feel free to ignore this comment, but at D3R we really like using cookiecutter (https://github.com/audreyr/cookiecutter) to setup new Python source trees and to setup our own templates.

chris

coleslaw481 avatar Feb 23 '18 22:02 coleslaw481

MolSSI has an example which covers quite a lot I think; @bannanc could probably point us to it.

davidlmobley avatar Feb 23 '18 22:02 davidlmobley

I love the cookiecutter idea!

jchodera avatar Feb 23 '18 22:02 jchodera

We've also seen the suggestion to use Cookiecutter before, I think it is really something we should look into

Lnaden avatar Feb 23 '18 22:02 Lnaden

I'll try to get that set up this weekend in http://github.com/omnia-md/basic-python-project-example or similar.

@jchodera 404 error here...

I didn't look closely at the cookie cutter example yet, but MolSSI has a simple python template repository https://github.com/MolSSI/python_template

I implemented in a dummy repository with notes for myself (and anyone else) with how to actually setup each step https://github.com/bannanc/shapes

bannanc avatar Feb 23 '18 22:02 bannanc

Updating - I'm looking more closely at cookiecutter and it seems much more robust

bannanc avatar Feb 23 '18 22:02 bannanc