-
Notifications
You must be signed in to change notification settings - Fork 339
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
Create plasmapy.dispersion & migrate current functionality #910
Conversation
renamed: plasmapy/formulary/dispersionfunction.py -> plasmapy/dispersion/dispersionfunction.py
modified: plasmapy/formulary/__init__.py
modified: plasmapy/formulary/dielectric.py
Updated the notebook to reflect the new location of dispersion.py file in the plasmapy
modified: docs/api_static/plasmapy.formulary.rst renamed: docs/formulary/dispersionfunction.rst -> docs/dispersion/dispersionfunction.rst new file: docs/dispersion/index.rst modified: docs/formulary/index.rst modified: plasmapy/dispersion/tests/test_dispersion.py
Codecov Report
@@ Coverage Diff @@
## master #910 +/- ##
=======================================
Coverage 96.21% 96.21%
=======================================
Files 60 61 +1
Lines 5416 5416
=======================================
Hits 5211 5211
Misses 205 205
Continue to review full report at Codecov.
|
This reverts commit 4449c46
…index.rst is the index for that subpackage
…onality and not repeat "irrelevant" formulary documentation
…apy.dispersion.dispersionfunction.rst; reformat to be consistent with other stub files
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.
This is looking good! I've done a combination of review requested changes and push my own changes to your branch. I pushed changes related to dispersion documentation files .rst
just because it would be too difficult to explain. Take a look at what I did and let me know if you have any questions.
Co-authored-by: Erik Everson <[email protected]>
Co-authored-by: Erik Everson <[email protected]>
Co-authored-by: Erik Everson <[email protected]>
Co-authored-by: Erik Everson <[email protected]>
Co-authored-by: Erik Everson <[email protected]>
So...now that I have accepted the changes and committed them, can we go ahead and merge the two branches? |
@rocco8773 Ok, I'll review it and, if it looks good, I'll merge. |
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 to me! Thanks for doing this!
Closes #749 |
Created a new folder dispersion in Top-Level Sub-Packages.
docstrings.