-
Notifications
You must be signed in to change notification settings - Fork 0
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
Docker development stack docs #267
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #267 +/- ##
=======================================
Coverage 86.03% 86.03%
=======================================
Files 38 38
Lines 580 580
=======================================
Hits 499 499
Misses 81 81 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. A few tiny things.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've just made a couple of suggestions, but ti looks good, otherwise.
Co-authored-by: Diego Alonso Álvarez <6095790+dalonsoa@users.noreply.github.com> Co-authored-by: James Paul Turner <jamesturner246@users.noreply.github.com>
967b368
to
9a33ad4
Compare
Description
Provides more detailed documentation on the dependencies of the project and how these are implemented in the our Docker development stack.
Fixes #251
Type of change
Key checklist
python -m pytest
)python -m sphinx -b html docs docs/build
)pre-commit run --all-files
)Further checks