Skip to content

Commit cdcfef6

Browse files
committed
resolve doc build errors
1 parent 15e3161 commit cdcfef6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/utils/conftest.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -415,13 +415,13 @@ def fixture_sp3_path(root_path):
415415
416416
Notes
417417
-----
418-
Downloaded the relevant .sp3 files from either CORS website [1]_ or
419-
CDDIS website [2]_
418+
Downloaded the relevant .sp3 files from either CORS website [3]_ or
419+
CDDIS website [4]_
420420
421421
References
422422
----------
423-
.. [1] https://geodesy.noaa.gov/UFCORS/ Accessed as of August 2, 2022
424-
.. [2] https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/gnss_mgex.html
423+
.. [3] https://geodesy.noaa.gov/UFCORS/ Accessed as of August 2, 2022
424+
.. [4] https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/gnss_mgex.html
425425
Accessed as of August 2, 2022
426426
"""
427427
sp3_path = os.path.join(root_path, 'sp3/grg21553.sp3')
@@ -443,13 +443,13 @@ def fixture_clk_path(root_path):
443443
444444
Notes
445445
-----
446-
Downloaded the relevant .clk files from either CORS website [1]_ or
447-
CDDIS website [2]_
446+
Downloaded the relevant .clk files from either CORS website [5]_ or
447+
CDDIS website [6]_
448448
449449
References
450450
----------
451-
.. [1] https://geodesy.noaa.gov/UFCORS/ Accessed as of August 2, 2022
452-
.. [2] https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/gnss_mgex.html
451+
.. [5] https://geodesy.noaa.gov/UFCORS/ Accessed as of August 2, 2022
452+
.. [6] https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/gnss_mgex.html
453453
Accessed as of August 2, 2022
454454
455455
"""

0 commit comments

Comments
 (0)