Skip to content

Commit afceb6c

Browse files
committed
organize tutorials
1 parent 1a02e67 commit afceb6c

33 files changed

Lines changed: 579 additions & 116 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"path": "../../../../notebooks/tutorials/algorithms/algorithms.ipynb"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"path": "../../../../notebooks/tutorials/algorithms/fde.ipynb"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"path": "../../../../notebooks/tutorials/navdata/navdata.ipynb"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"path": "../../../../notebooks/tutorials/navdata/operations.ipynb"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"path": "../../../../notebooks/tutorials/parsers/android.ipynb"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"path": "../../../../notebooks/tutorials/parsers/parsers.ipynb"
3+
}

docs/source/tutorials/tutorials.rst

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ The tutorials below show you how to interact with our standard
1111
:code:`NavData` class and how to run standard baselines all with only a
1212
few lines of code.
1313

14-
NavData Tutorial
15-
---------------------
14+
NavData Tutorials
15+
-----------------
1616

1717
Sections of this tutorial show how to interact with our standard :code:`NavData`
18-
class.
18+
class and its corresponding operations.
1919

2020
.. toctree::
2121
:maxdepth: 2
2222

23-
tutorials_navdata_notebook
23+
navdata/tutorials_navdata_notebook
24+
navdata/tutorials_operations_notebook
25+
2426

2527
Parser Tutorials
2628
----------------
@@ -31,8 +33,8 @@ a new parser if necessary.
3133
.. toctree::
3234
:maxdepth: 1
3335

34-
tutorials_android_notebook
35-
tutorials_parsers_notebook
36+
parsers/tutorials_android_notebook
37+
parsers/tutorials_parsers_notebook
3638

3739
Algorithm Tutorials
3840
-------------------
@@ -43,8 +45,8 @@ for baseline position solutions.
4345
.. toctree::
4446
:maxdepth: 1
4547

46-
tutorials_algorithms_notebook
47-
tutorials_fde_notebook
48+
algorithms/tutorials_algorithms_notebook
49+
algorithms/tutorials_fde_notebook
4850

4951

5052
Utility Tutorials
@@ -56,8 +58,18 @@ available in the :code:`utils` directory.
5658
.. toctree::
5759
:maxdepth: 2
5860

59-
tutorials_visualizations_notebook
60-
tutorials_coordinates_notebook
61-
tutorials_utilities_notebook
62-
tutorials_ephemeris_downloader_notebook
63-
tutorials_sv_models_notebook
61+
utils/tutorials_coordinates_notebook
62+
utils/tutorials_utilities_notebook
63+
utils/tutorials_ephemeris_downloader_notebook
64+
utils/tutorials_sv_models_notebook
65+
66+
Visualization Tutorials
67+
-----------------------
68+
69+
This tutorial illustrates a few of the most common plotting functions
70+
available in the :code:`visualizations` directory.
71+
72+
.. toctree::
73+
:maxdepth: 2
74+
75+
visualizations/tutorials_visualizations_notebook

docs/source/tutorials/tutorials_algorithms_notebook.nblink

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/source/tutorials/tutorials_android_notebook.nblink

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/source/tutorials/tutorials_coordinates_notebook.nblink

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)