Skip to content

Commit d410bdb

Browse files
FIx commentaries
1 parent fad768c commit d410bdb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ Attention: The newest changes should be on top -->
3939

4040
### Changed
4141

42-
- DOC: Update examples to use `FlightDataExporter` and add deprecation notes for legacy `Flight.export_*` methods. (#XXXX)
43-
- DEP: `Flight.export_data`, `Flight.export_pressures`, `Flight.export_sensor_data`, and `Flight.export_kml` are deprecated. Use `rocketpy.simulation.flight_data_exporter.FlightDataExporter.export_*`. Planned removal in v1.12.0. (#XXXX)
44-
- MNT: Extract `Flight.export_data`, `export_pressures`, `export_sensor_data`, and `export_kml` into `rocketpy.simulation.flight_data_exporter.FlightDataExporter` (no behavior change). (#XXXX)
42+
- MNT: extract flight data exporters [#845](https://github.com/RocketPy-Team/RocketPy/pull/845)
4543
- ENH: _MotorPrints inheritance - issue #460 [#828](https://github.com/RocketPy-Team/RocketPy/pull/828)
4644
- MNT: fix deprecations and warnings [#829](https://github.com/RocketPy-Team/RocketPy/pull/829)
4745

docs/user/first_simulation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ by not passing any attribute names:
671671
:hide-output:
672672

673673
# Sample file cleanup
674-
import ospython.exe -m pip install --upgrade pip
674+
import os
675675
os.remove("calisto_flight_data.csv")
676676

677677
.. note::
@@ -689,7 +689,7 @@ For instance, we can save our rocket drawing as a ``.png`` file:
689689

690690
calisto.draw(filename="calisto_drawing.png")
691691

692-
Also, if you want to save a specific rocketpy plot, every RocketPy
692+
Also, if you want to save a specific rocketpy plot, every RocketPy
693693
attribute of type :class:`rocketpy.Function` is capable of saving its plot
694694
as an image file. For example, we can save our rocket's speed plot and the
695695
trajectory plot as ``.jpg`` files:

0 commit comments

Comments
 (0)