-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
DOC: Fix documentation warnings #645
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #645 +/- ##
========================================
Coverage 75.75% 75.75%
========================================
Files 81 81
Lines 9820 9820
========================================
Hits 7439 7439
Misses 2381 2381 ☔ View full report in Codecov by Sentry. |
054fcc2
to
6f31762
Compare
747e5cf
to
e3c2230
Compare
f3cc0e5
to
10fe81b
Compare
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.
Good job on tackling so many warnings. The changes regarding math inputs, LaTeX
, text clarity etc are much welcome.
STY: fix flake8 DOC: fix more warnings DEV: Adds #645 to changelog DOC: fix broken links
DOC: fix minor fixes
9b5bf5a
to
9f98b58
Compare
STY: fix flake8 DOC: fix more warnings DEV: Adds #645 to changelog DOC: fix broken links
STY: fix flake8 DOC: fix more warnings DEV: Adds #645 to changelog DOC: fix broken links
Pull request type
Checklist
black rocketpy/ tests/
) has passed locallypytest tests -m slow --runslow
) have passed locallyCHANGELOG.md
has been updated (if relevant)New behavior
Solves warnings and deprecations.
The main file you should care when reviewing is the
conf.py
file. All the rest are just tiny details that I've adjusted to fix the warning that are displayed by the documentation building process.Breaking change