You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve Charlene's package even further by adding basic information, a documentation website and the config to run the tests automatically on Github Actions.
Choose who in your team is sharing now! (make sure you've got a fork and a local copy from Charlene's repository)
Write three files that will make this library sharable, citable and descriptive.
Share your solution even if it's a work-in-progress as a pull request to Charlene's repository mentioning this issue (by including the text Addresses UCL-MPHY0021-21-22/RSE-Classwork#39 in the pull request description), remember to mention your team members too! (with @github_username)
The text was updated successfully, but these errors were encountered:
Improve Charlene's package even further by adding basic information, a documentation website and the config to run the tests automatically on Github Actions.
Choose who in your team is sharing now! (make sure you've got a fork and a local copy from Charlene's repository)
Write three files that will make this library sharable, citable and descriptive.
Create a
.github/workflows/pytest.yml
file to run the test automatically each time something it's pushed to the repository (See also solutions to the Adding a Continuous Integration systemΒ #19 exercise.Optional: As we did last week, generate a documentation website using
sphinx
. (Using thegithubpages
sphinx extension and pushing the build directory into agh-pages
branch will show you the documentation in the repository's website)Share your solution even if it's a work-in-progress as a pull request to Charlene's repository mentioning this issue (by including the text
Addresses UCL-MPHY0021-21-22/RSE-Classwork#39
in the pull request description), remember to mention your team members too! (with@github_username
)The text was updated successfully, but these errors were encountered: