-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add conda to docs #267
Add conda to docs #267
Conversation
Codecov Report
@@ Coverage Diff @@
## master #267 +/- ##
==========================================
- Coverage 83.65% 83.53% -0.13%
==========================================
Files 22 22
Lines 3274 3274
==========================================
- Hits 2739 2735 -4
- Misses 535 539 +4
Continue to review full report at Codecov.
|
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! We can go ahead and ignore the failed test on the TACC
image, right?
Yep exactly. Once we have the required reviews I can just merge this. |
Purpose
I added information regarding conda, including installation instructions and a badge to the README. I also fixed some minor formatting issues in the RST files.
Type of change
What types of change is it?
Select the appropriate type(s) that describe this PR
Testing
There are no code changes.
Checklist
Put an
x
in the boxes that apply.flake8
andblack
to make sure the code adheres to PEP-8 and is consistently formatted