Skip to content

Commit d646aeb

Browse files
Merge pull request #131 from Stanford-NavLab/derek/v0.2.0-docs
doc fixes
2 parents 5be9592 + 2be51de commit d646aeb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The modularity of `gnss_lib_py` is made possibly by the unifying
2525
numeric and string data consistently.
2626
We provide standard row names for `NavData` elements on the
2727
[reference page](https://gnss-lib-py.readthedocs.io/en/latest/reference/reference.html).
28-
These names ensure cross compatability between different datasets and
28+
These names ensure cross compatibility between different datasets and
2929
algorithms.
3030

3131
Documentation
@@ -82,7 +82,7 @@ In the directory organization above:
8282
* [2022 Google Android Derived Dataset](https://www.kaggle.com/competitions/smartphone-decimeter-2022)
8383
* [TU Chemnitz smartLoc Dataset](https://www.tu-chemnitz.de/projekt/smartLoc/gnss_dataset.html.en#Datasets)
8484
* [NMEA](https://www.sparkfun.com/datasheets/GPS/NMEA%20Reference%20Manual-Rev2.1-Dec07.pdf)
85-
* [RINEX .o and .n] (https://files.igs.org/pub/data/format/rinex305.pdf)
85+
* [RINEX .o and .n](https://files.igs.org/pub/data/format/rinex305.pdf)
8686
* [SP3 precise orbits](https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/orbit_products.html)
8787
* [CLK clock products](https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/clock_products.html)
8888

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The modularity of :code:`gnss_lib_py` is made possibly by the unifying
3030
numeric and string data consistently.
3131
We provide standard row names for :code:`NavData` elements on the
3232
:ref:`reference page<reference>`.
33-
These names ensure cross compatability between different datasets and
33+
These names ensure cross compatibility between different datasets and
3434
algorithms.
3535

3636
Source Code

notebooks/tutorials/sv_models.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"derived_reference = derived_l1.copy()\n",
193193
"sv_state_rows = ['x_sv_m', 'y_sv_m', 'z_sv_m', 'vx_sv_mps', 'vy_sv_mps', 'vz_sv_mps', 'b_sv_m']\n",
194194
"derived_l1.remove(rows=sv_state_rows, inplace=True)\n",
195-
"derived_sv_states = glp.add_sv_states(derived_l1, ephemeris_path = \"ephemeris/\")"
195+
"derived_sv_states = glp.add_sv_states(derived_l1, file_paths = \"ephemeris/\")"
196196
]
197197
},
198198
{

0 commit comments

Comments
 (0)