diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d028f1a..b12be956 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,9 +56,9 @@ jobs: jupyter nbconvert --to notebook --execute docs/examples/make_cas04_single_station_h5.ipynb jupyter nbconvert --to notebook --execute docs/examples/operate_aurora.ipynb jupyter nbconvert --to notebook --execute tests/test_run_on_commit.ipynb - jupyter nbconvert --to notebook --execute tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb - jupyter nbconvert --to notebook --execute tutorials/processing_configuration.ipynb - jupyter nbconvert --to notebook --execute tutorials/synthetic_data_processing.ipynb + jupyter nbconvert --to notebook --execute docs/tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb + jupyter nbconvert --to notebook --execute docs/tutorials/processing_configuration.ipynb + jupyter nbconvert --to notebook --execute docs/tutorials/synthetic_data_processing.ipynb # Replace "notebook.ipynb" with your notebook's filename # - name: Commit changes (if any) diff --git a/docs/conf.py b/docs/conf.py index e004c2fa..b73627b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -101,7 +101,7 @@ sphinx_gallery_conf = { # path to your examples scripts "examples_dirs": [ - "../tutorials", + "tutorials", ], "gallery_dirs": [ "examples", diff --git a/docs/index.rst b/docs/index.rst index d17b7d3a..85639ad2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,7 @@ :maxdepth: 2 :caption: Examples - notebooks/operate_aurora.ipynb + examples/operate_aurora.ipynb .. toctree:: :maxdepth: 2 diff --git a/tutorials/README.txt b/docs/tutorials/README.txt similarity index 100% rename from tutorials/README.txt rename to docs/tutorials/README.txt diff --git a/tutorials/pkd_units_check.ipynb b/docs/tutorials/pkd_units_check.ipynb similarity index 100% rename from tutorials/pkd_units_check.ipynb rename to docs/tutorials/pkd_units_check.ipynb diff --git a/tutorials/pole_zero_fitting/Lemi-039_N131BxByBz/Lemi-039_N131.cal b/docs/tutorials/pole_zero_fitting/Lemi-039_N131BxByBz/Lemi-039_N131.cal similarity index 100% rename from tutorials/pole_zero_fitting/Lemi-039_N131BxByBz/Lemi-039_N131.cal rename to docs/tutorials/pole_zero_fitting/Lemi-039_N131BxByBz/Lemi-039_N131.cal diff --git a/tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb b/docs/tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb similarity index 100% rename from tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb rename to docs/tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb diff --git a/tutorials/processing_configuration.ipynb b/docs/tutorials/processing_configuration.ipynb similarity index 100% rename from tutorials/processing_configuration.ipynb rename to docs/tutorials/processing_configuration.ipynb diff --git a/tutorials/synthetic_data_processing.ipynb b/docs/tutorials/synthetic_data_processing.ipynb similarity index 100% rename from tutorials/synthetic_data_processing.ipynb rename to docs/tutorials/synthetic_data_processing.ipynb