-
-
Notifications
You must be signed in to change notification settings - Fork 200
DOC: Add Flight class usage documentation and update index #841
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
Conversation
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.
Pull Request Overview
This PR adds comprehensive documentation for the Flight class to RocketPy's user guide. The documentation provides detailed guidance on creating flight simulations, understanding parameters, accessing results, and utilizing advanced features.
Key changes:
- Added a new Flight class usage documentation page covering simulation creation, parameters, results access, plotting, and advanced features
- Updated the main user guide index to include the new Flight documentation
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
docs/user/index.rst | Added Flight documentation entry to the user guide table of contents |
docs/user/flight.rst | New comprehensive Flight class documentation with examples, parameter explanations, and usage patterns |
here is a preview of the new flight docs page: |
ab77bda
to
a9ba19c
Compare
DOC: improve flight docs page documentation DEV: Add Flight class usage documentation entry to CHANGELOG
…ocketPy into docs/flight-page
@MateusStano , we are ready for a re-review! |
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
See issue #160
New behavior
Adds a new page to our documentation describing the usage of Flight class.
Breaking change
Additional information
Under construction. Suggestions are allowed.