Skip to content
Merged
5 changes: 5 additions & 0 deletions docs/reference/classes/aero_surfaces/GenericSurface.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Generic Surface Class
---------------------

.. autoclass:: rocketpy.GenericSurface
:members:
5 changes: 5 additions & 0 deletions docs/reference/classes/aero_surfaces/LinearGenericSurface.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Linear Generic Surface Class
----------------------------

.. autoclass:: rocketpy.LinearGenericSurface
:members:
2 changes: 2 additions & 0 deletions docs/reference/classes/aero_surfaces/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ AeroSurface Classes
EllipticalFins
RailButtons
AirBrakes
GenericSurface
LinearGenericSurface
Binary file added docs/static/rocket/aeroframe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ RocketPy's User Guide
Positions and Coordinate Systems <positions.rst>
Motors <motors/motors.rst>
Rocket <rocket/rocket.rst>
Environment <environment.rst>

.. toctree::
:maxdepth: 2
Expand Down
Loading