Skip to content

Commit 8cef755

Browse files
committed
DOC: added new parameters to the documentation
1 parent 17bcb39 commit 8cef755

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ main = calisto.add_parachute(
262262
sampling_rate=105,
263263
lag=1.5,
264264
noise=(0, 8.3, 0.5),
265-
<<<<<<< HEAD
266265
radius=1.5,
267266
height=1.5,
268267
porosity=0.0432,
@@ -275,13 +274,8 @@ drogue = calisto.add_parachute(
275274
sampling_rate=105,
276275
lag=1.5,
277276
noise=(0, 8.3, 0.5),
278-
<<<<<<< HEAD
279277
radius=1.5,
280278
height=1.5,
281-
=======
282-
parachute_radius=1.5,
283-
parachute_height=1.5,
284-
>>>>>>> 7defc38c (DOC: added new parameters to the documentation)
285279
porosity=0.0432,
286280
)
287281
```

docs/user/first_simulation.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,8 @@ Finally, we can add any number of Parachutes to the ``Rocket`` object.
276276
sampling_rate=105,
277277
lag=1.5,
278278
noise=(0, 8.3, 0.5),
279-
<<<<<<< HEAD
280279
radius=1.5,
281280
height=1.5,
282-
=======
283-
parachute_radius=1.5,
284-
parachute_height=1.5,
285-
>>>>>>> 7defc38c (DOC: added new parameters to the documentation)
286281
porosity=0.0432,
287282
)
288283

docs/user/rocket/rocket_usage.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,8 @@ apogee and another that will be deployed at 800 meters above ground level:
314314
sampling_rate=105,
315315
lag=1.5,
316316
noise=(0, 8.3, 0.5),
317-
<<<<<<< HEAD
318317
radius=1.5,
319318
height=1.5,
320-
=======
321-
parachute_radius=1.5,
322-
parachute_height=1.5,
323-
>>>>>>> 7defc38c (DOC: added new parameters to the documentation)
324319
porosity=0.0432,
325320
)
326321

0 commit comments

Comments
 (0)