-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from MolSSI-Education/2023-review
This PR contains changes from the 2023 MolSSI CookieCutter/Best Practices sprint. Changes: * Episodes edited for clarity and grammatical correctness. * Theme updated * Starting code updated for newer versions of Python and NumPy * Recommended Python version changed to 3.11 * GitHub Actions, CookieCutter information updated * Starting/stopping repos added for each lesson. * Docker container with molssi_best_practices environment added.
- Loading branch information
Showing
26 changed files
with
911 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Set-Up | ||
------ | ||
|
||
This section covers the set-up necessary for the workshop. | ||
In the first lesson, you will learn how to set up your computer for Python development, | ||
including setting up the version control software, git, creating an account on the web platform GitHub, | ||
and installing and using the conda package manager. | ||
|
||
The second lesson will teach you how to create a Python package | ||
using the MolSSI Cookiecutter for computational molecular sciences. | ||
The MolSSI CMS Cookiecutter will create a skeletal Python package | ||
and files for testing, documentation, and continuous integration. | ||
|
||
.. csv-table:: | ||
:file: csv_tables/setup.csv | ||
:header-rows: 1 | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:hidden: | ||
|
||
setup | ||
01-package-setup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.