-
-
Notifications
You must be signed in to change notification settings - Fork 237
DOC: Generic Surface #690
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: Generic Surface #690
Conversation
docs/user/rocket/generic_surface.rst
Outdated
| rocket = Rocket( | ||
| ... | ||
| ) | ||
| rocket.add_generic_surface(generic_surface, position=(0,0,0)) |
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.
Mmmmmm do we really need a add_generic_surface method? Why not using the very same add_surfaces method?
Gui-FernandesBR
left a comment
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.
There's a file mistakenlly added to the tests/fixtures/motor folder, can you please delete it?
Btw your new documentation is really cool, I think we have been mastering sphinx documentation on RocketPy for a while now.
ce68698 to
e45dc11
Compare
40a9cf8 to
c7a4179
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## enh/generic-surfaces #690 +/- ##
========================================================
+ Coverage 74.85% 74.89% +0.04%
========================================================
Files 98 98
Lines 11012 11006 -6
========================================================
Hits 8243 8243
+ Misses 2769 2763 -6 ☔ View full report in Codecov by Sentry. |
Pull request type
Description
Added docs page describing usage of the GenericSurface classes
Added
GenericSurfaceandLinearGenericSurfacedoc strings to reference docs