-
-
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: New Environment class docs pages #644
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #644 +/- ##
===========================================
+ Coverage 75.71% 75.74% +0.03%
===========================================
Files 81 81
Lines 9815 9822 +7
===========================================
+ Hits 7431 7440 +9
+ Misses 2384 2382 -2 ☔ View full report in Codecov by Sentry. |
054fcc2
to
6f31762
Compare
Great PR! The documentation was very informative, easy to follow, and well-structured. Users will certainly find it very helpful. |
2987b2b
to
7fe81de
Compare
Update docs/user/environment/0-setup/elevation.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com> Update docs/user/environment/0-setup/elevation.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com> Update docs/user/environment/0-setup/index.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com> Update docs/user/environment/3-further/data_csv.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com> Update docs/user/environment/2-earth-models/topography.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com> Update docs/user/environment/2-earth-models/topography.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com> Update docs/user/environment/2-earth-models/topography.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com> Update docs/user/environment/2-earth-models/topography.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com> Update docs/user/environment/2-earth-models/topography.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com> Update docs/user/environment/2-earth-models/topography.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com> Update docs/user/environment/1-atm-models/forecast.rst Co-authored-by: Lucas Prates <57069366+Lucas-Prates@users.noreply.github.com>
747e5cf
to
e3c2230
Compare
Thank you so much for reviewing all the 25 files of this PR, I understand it has not been an easy task. |
Pull request type
Checklist
black rocketpy/ tests/
) has passed locallypytest tests -m slow --runslow
) have passed locallyCHANGELOG.md
has been updated (if relevant)Current behavior
The Environment class documentation is really outdated. We have only one jupyter notebook dated of more than 5 years ago.
New behavior
Environment class documentation is totally refactored! Everything is based on .rst files, which are more modern and organized.
Breaking change
Additional information