Skip to content
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 autoformatter for rst #1708

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

MKastek
Copy link
Contributor

@MKastek MKastek commented Aug 29, 2022

  • I have added a changelog entry for this pull request.
  • If adding new functionality, I have added tests and
    docstrings.
  • I have fixed any newly failing tests.

Closes #1669

@MKastek MKastek marked this pull request as draft August 29, 2022 16:16
@MKastek
Copy link
Contributor Author

MKastek commented Aug 29, 2022

pre-commit.ci autofix

@codecov
Copy link

codecov bot commented Aug 29, 2022

Codecov Report

Merging #1708 (cba15f1) into main (9ef6671) will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1708      +/-   ##
==========================================
+ Coverage   97.63%   97.67%   +0.04%     
==========================================
  Files          85       87       +2     
  Lines        8020     8204     +184     
==========================================
+ Hits         7830     8013     +183     
- Misses        190      191       +1     
Impacted Files Coverage Δ
plasmapy/formulary/relativity.py 99.21% <0.00%> (-0.79%) ⬇️
plasmapy/particles/particle_collections.py 99.16% <0.00%> (-0.06%) ⬇️
plasmapy/particles/ionization_state.py 94.04% <0.00%> (-0.02%) ⬇️
plasmapy/particles/atomic.py 100.00% <0.00%> (ø)
plasmapy/particles/__init__.py 95.83% <0.00%> (ø)
plasmapy/particles/_factory.py 100.00% <0.00%> (ø)
plasmapy/utils/data/__init__.py 100.00% <0.00%> (ø)
plasmapy/utils/data/downloader.py 100.00% <0.00%> (ø)
plasmapy/formulary/collisions.py 99.61% <0.00%> (+0.11%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@MKastek
Copy link
Contributor Author

MKastek commented Aug 29, 2022

pre-commit.ci autofix

@github-actions github-actions bot added the docs PlasmaPy Docs at http://docs.plasmapy.org label Aug 29, 2022
@MKastek
Copy link
Contributor Author

MKastek commented Aug 29, 2022

pre-commit.ci autofix

@MKastek
Copy link
Contributor Author

MKastek commented Aug 29, 2022

pre-commit.ci autofix

@MKastek
Copy link
Contributor Author

MKastek commented Aug 29, 2022

pre-commit.ci autofix

@namurphy namurphy added status: dormant PRs that are stalled size: medium 30 ≤ changed lines < 100 labels May 26, 2023
@namurphy namurphy added this to the Future milestone Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs PlasmaPy Docs at http://docs.plasmapy.org size: medium 30 ≤ changed lines < 100 status: dormant PRs that are stalled
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement an autoformatter for narrative docs
2 participants