66 Commits

Author SHA1 Message Date
Jeremy Cohen
a503ce5a76
Minor typo fixes and suggested updates
This is looking great @TomHodson. Feel free to review and request changes to my updates where I've made minor changes to the text.
2022-06-01 12:19:08 +01:00
98b9b6bafa Add WIP chapter 2 2022-06-01 13:18:36 +02:00
654c5a89a4 add tests using hypothesis 2022-06-01 13:18:25 +02:00
aea9e06309 add basic tests 2022-06-01 13:18:16 +02:00
a28fefa7f8 Fix some omissions 2022-06-01 13:17:57 +02:00
5885d4ccc5 Setup the python package 2022-06-01 13:17:34 +02:00
18e13d6e4e Add initial code to the package 2022-05-27 11:15:54 +02:00
23f4dad679 Add numba and ipykernel as a requirement 2022-05-27 11:15:08 +02:00
b526939912 Finish the intro chapter 2022-05-27 11:14:24 +02:00
1a86b999a9 Add Binder links to README and requirements.txt for binder 2022-05-19 19:47:13 +02:00
4dd88ccd55 Add the third lesson! 2022-05-19 19:47:13 +02:00
6af5bb4950 Add the first skeleton of a package 2022-05-19 19:47:13 +02:00
dd2916d611 Add the second lesson about packaging 2022-05-19 19:47:13 +02:00
52dc309013 Add the first lesson! 2022-05-19 19:47:13 +02:00
528cb98d54 Start with the basics
Any new public git repo should start life with:
    - A README explaining what the project is
    - A license file
    - a .gitignore that lists what files git shouldn't worry about
    - Optional: a CITATION.cff file
2022-05-19 16:25:48 +02:00
Tom
c78f967cef
Initial commit 2022-05-19 16:05:17 +02:00