Skip to content

Commit 26e0a43

Browse files
committed
DOC: Fix docs References and Examples Build.
1 parent 156aaa5 commit 26e0a43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/reference/classes/sensors/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Sensor Classes
99
Accelerometer Class <accelerometer>
1010
Barometer Class <barometer>
1111
Gyroscope Class <gyroscope>
12-
GNSS Receiver Class <gnss>
12+
GNSS Receiver Class <gnss_receiver>

docs/user/environment/0-setup/elevation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ It is integrated with RocketPy and can be used as follows.
3535

3636
First, initialize a new Environment:
3737

38-
.. jupyter-execute::
38+
.. code-block:: python
3939
4040
env = Environment(
4141
date=(2019, 2, 10, 18),
@@ -45,13 +45,13 @@ First, initialize a new Environment:
4545
4646
Then, set the elevation using Open-Elevation:
4747

48-
.. jupyter-execute::
48+
.. code-block:: python
4949
5050
env.set_elevation("Open-Elevation")
5151
5252
To get information from the Environment, use the following method:
5353

54-
.. jupyter-execute::
54+
.. code-block:: python
5555
5656
env.prints.launch_site_details()
5757

docs/user/environment/1-atm-models/soundings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ We will use the same sounding station as we did for the Wyoming Soundings.
7070

7171
Initialize a new Environment instance:
7272

73-
.. jupyter-execute::
73+
.. code-block:: python
7474
7575
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"
7676

0 commit comments

Comments
 (0)