From 26e0a4373e7055f42fd8492e77c1937300d7a3af Mon Sep 17 00:00:00 2001 From: Pedro Bressan Date: Thu, 10 Oct 2024 22:48:34 +0200 Subject: [PATCH] DOC: Fix docs References and Examples Build. --- docs/reference/classes/sensors/index.rst | 2 +- docs/user/environment/0-setup/elevation.rst | 6 +++--- docs/user/environment/1-atm-models/soundings.rst | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/reference/classes/sensors/index.rst b/docs/reference/classes/sensors/index.rst index 98c79aafd..dd9bb43b5 100644 --- a/docs/reference/classes/sensors/index.rst +++ b/docs/reference/classes/sensors/index.rst @@ -9,4 +9,4 @@ Sensor Classes Accelerometer Class Barometer Class Gyroscope Class - GNSS Receiver Class + GNSS Receiver Class diff --git a/docs/user/environment/0-setup/elevation.rst b/docs/user/environment/0-setup/elevation.rst index 07a90c768..c9f5531f8 100644 --- a/docs/user/environment/0-setup/elevation.rst +++ b/docs/user/environment/0-setup/elevation.rst @@ -35,7 +35,7 @@ It is integrated with RocketPy and can be used as follows. First, initialize a new Environment: -.. jupyter-execute:: +.. code-block:: python env = Environment( date=(2019, 2, 10, 18), @@ -45,13 +45,13 @@ First, initialize a new Environment: Then, set the elevation using Open-Elevation: -.. jupyter-execute:: +.. code-block:: python env.set_elevation("Open-Elevation") To get information from the Environment, use the following method: -.. jupyter-execute:: +.. code-block:: python env.prints.launch_site_details() diff --git a/docs/user/environment/1-atm-models/soundings.rst b/docs/user/environment/1-atm-models/soundings.rst index 1b0ae95b5..9a276477e 100644 --- a/docs/user/environment/1-atm-models/soundings.rst +++ b/docs/user/environment/1-atm-models/soundings.rst @@ -70,7 +70,7 @@ We will use the same sounding station as we did for the Wyoming Soundings. Initialize a new Environment instance: -.. jupyter-execute:: +.. code-block:: python url = r"https://rucsoundings.noaa.gov/get_raobs.cgi?data_source=RAOB&latest=latest&start_year=2019&start_month_name=Feb&start_mday=5&start_hour=12&start_min=0&n_hrs=1.0&fcst_len=shortest&airport=83779&text=Ascii%20text%20%28GSD%20format%29&hydrometeors=false&start=latest"