-
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: improve monte Carlo documentation files
- Loading branch information
1 parent
6d96caa
commit 7e30c76
Showing
26 changed files
with
164 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Monte Carlo Analysis | ||
==================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Contents: | ||
|
||
monte_carlo | ||
Stochastic models <stochastic_models/index> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Monte Carlo Class | ||
----------------- | ||
|
||
.. autoclass:: rocketpy.simulation.MonteCarlo | ||
:members: |
20 changes: 20 additions & 0 deletions
20
docs/reference/classes/monte_carlo/stochastic_models/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Stochastic Models | ||
================= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Contents: | ||
|
||
stochastic_model | ||
stochastic_environment | ||
stochastic_motor_model | ||
stochastic_solid_motor | ||
stochastic_generic_motor | ||
stochastic_nose_cone | ||
stochastic_trapezoidal_fins | ||
stochastic_elliptical_fins | ||
stochastic_tail | ||
stochastic_rail_buttons | ||
stochastic_rocket | ||
stochastic_parachute | ||
stochastic_flight |
5 changes: 5 additions & 0 deletions
5
.../reference/classes/monte_carlo/stochastic_models/stochastic_elliptical_fins.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Elliptical Fins | ||
-------------------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticEllipticalFins | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/reference/classes/monte_carlo/stochastic_models/stochastic_environment.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Environment | ||
---------------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticEnvironment | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/reference/classes/monte_carlo/stochastic_models/stochastic_flight.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Flight | ||
----------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticFlight | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/reference/classes/monte_carlo/stochastic_models/stochastic_generic_motor.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Generic Motor | ||
------------------------ | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticGenericMotor | ||
:members: |
7 changes: 7 additions & 0 deletions
7
docs/reference/classes/monte_carlo/stochastic_models/stochastic_model.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _stochastic_model: | ||
|
||
Stochastic Model | ||
----------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticModel | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/reference/classes/monte_carlo/stochastic_models/stochastic_motor_model.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Motor Model | ||
---------------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.stochastic_motor_model.StochasticMotorModel | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/reference/classes/monte_carlo/stochastic_models/stochastic_nose_cone.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Nose Cone | ||
-------------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticNoseCone | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/reference/classes/monte_carlo/stochastic_models/stochastic_parachute.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Parachute | ||
-------------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticParachute | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/reference/classes/monte_carlo/stochastic_models/stochastic_rail_buttons.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Rail Buttons | ||
----------------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticRailButtons | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/reference/classes/monte_carlo/stochastic_models/stochastic_rocket.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Rocket | ||
----------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticRocket | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/reference/classes/monte_carlo/stochastic_models/stochastic_solid_motor.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Solid Motor | ||
---------------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticSolidMotor | ||
:members: |
5 changes: 5 additions & 0 deletions
5
docs/reference/classes/monte_carlo/stochastic_models/stochastic_tail.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Tail | ||
--------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticTail | ||
:members: |
5 changes: 5 additions & 0 deletions
5
...reference/classes/monte_carlo/stochastic_models/stochastic_trapezoidal_fins.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Stochastic Trapezoidal Fins | ||
--------------------------- | ||
|
||
.. autoclass:: rocketpy.stochastic.StochasticTrapezoidalFins | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters