Skip to content

Commit c926bdd

Browse files
committed
DOC: creat CP rst page and review reference docs
1 parent 8fd3b16 commit c926bdd

28 files changed

Lines changed: 1760 additions & 696 deletions

.pylintrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,20 @@ good-names=FlightPhases,
233233
Re, # Reynolds number
234234
cL_alpha,
235235
cQ_beta,
236+
cN_alpha,
237+
cY_beta,
238+
cL,
239+
cD,
240+
cQ,
241+
cN,
242+
cY,
243+
cA,
244+
cNf,
245+
cNd,
246+
cYf,
247+
cYd,
248+
cAf,
249+
cAd,
236250

237251
# Good variable names regexes, separated by a comma. If names match any regex,
238252
# they will always be accepted

data/monte_carlo/stability_dispersion.errors.txt

Whitespace-only changes.

data/monte_carlo/stability_dispersion.inputs.txt

Lines changed: 100 additions & 0 deletions
Large diffs are not rendered by default.

data/monte_carlo/stability_dispersion.outputs.txt

Lines changed: 100 additions & 0 deletions
Large diffs are not rendered by default.

docs/reference/classes/Function.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ Function Classes
44
.. seealso:: :doc:`Function Class Usage </user/function>`
55

66
.. autoclass:: rocketpy.Function
7+
:members:
8+
9+
.. autoclass:: rocketpy.PiecewiseFunction
710
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PointMassRocket Class
2+
---------------------
3+
4+
.. autoclass:: rocketpy.PointMassRocket
5+
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Controllable Generic Surface Class
2+
----------------------------------
3+
4+
.. autoclass:: rocketpy.ControllableGenericSurface
5+
:members:

docs/reference/classes/aero_surfaces/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ AeroSurface Classes
1919
RailButtons
2020
AirBrakes
2121
GenericSurface
22-
LinearGenericSurface
22+
LinearGenericSurface
23+
ControllableGenericSurface

docs/reference/classes/monte_carlo/stochastic_models/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ input parameters, enabling robust Monte Carlo simulations.
2020
stochastic_trapezoidal_fins
2121
stochastic_elliptical_fins
2222
stochastic_tail
23+
stochastic_air_brakes
2324
stochastic_rail_buttons
2425
stochastic_rocket
2526
stochastic_parachute
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Stochastic Air Brakes
2+
---------------------
3+
4+
.. autoclass:: rocketpy.stochastic.StochasticAirBrakes
5+
:members:

0 commit comments

Comments
 (0)