Skip to content

Commit d06295a

Browse files
committed
file format formatting
1 parent 9b95db3 commit d06295a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/source/reference/reference.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,22 @@ GNSS constellations and receivers use standardized file formats to transfer
3333
information such as estimated receiver coordinates, broadcast ephemeris
3434
parameters, and precise ephimerides.
3535
The parsers in ``gnss_lib_py`` are based on standard documentation for
36-
the systems and file systems, which are listed below along with their use
37-
in ``gnss_lib_py``.
36+
the GNSS constellations and file types, which are listed below along with
37+
their use in ``gnss_lib_py``.
3838

39-
* *Rinex v2.11* (`version format document <https://geodesy.noaa.gov/corsdata/RINEX211.txt>` __
39+
* *Rinex v2.11* (`version format document <https://geodesy.noaa.gov/corsdata/RINEX211.txt>`__
4040
retrieved on 2nd July, 2023): for parsing broadcast navigation ephimerides.
41-
* *Rinex v3.05* (`version format document <https://files.igs.org/pub/data/format/rinex305.pdf>` __
41+
* *Rinex v3.05* (`version format document <https://files.igs.org/pub/data/format/rinex305.pdf>`__
4242
retrieved on 2nd July, 2023): for parsing broadcast navigation ephimerides.
43-
* *Rinex v4.00* (`version format document <https://files.igs.org/pub/data/format/rinex_4.00.pdf>` __
43+
* *Rinex v4.00* (`version format document <https://files.igs.org/pub/data/format/rinex_4.00.pdf>`__
4444
retrieved on 2nd July, 2023): currently not supported by ``gnss_lib_py``.
45-
*NMEA* (`reference manual <https://www.sparkfun.com/datasheets/GPS/NMEA%20Reference%20Manual-Rev2.1-Dec07.pdf>` __
45+
* *NMEA* (`reference manual <https://www.sparkfun.com/datasheets/GPS/NMEA%20Reference%20Manual-Rev2.1-Dec07.pdf>`__
4646
retrieved on 23rd June, 2023): for parsing NMEA files with GGA and RMC messages.
4747
* *SP3*: used to determine SV positions for precise
48-
* *GLONASS ICD* (retrieved from this `link <https://www.unavco.org/help/glossary/docs/ICD_GLONASS_4.0_(1998)_en.pdf>` __
48+
* *GLONASS ICD* (retrieved from this `link <https://www.unavco.org/help/glossary/docs/ICD_GLONASS_4.0_(1998)_en.pdf>`__
4949
retrieved on 27th June, 2023): for determining GLOASS SV states from
5050
broadcast satellite positions, velocities, and accelerations.
51-
51+
5252
Package Architecture
5353
--------------------
5454

0 commit comments

Comments
 (0)