diff --git a/docs/source/_static/examples__notebooks_KBMOD_Demo.png b/docs/source/_static/examples__notebooks_KBMOD_Demo.png new file mode 100644 index 000000000..d7df6c89e Binary files /dev/null and b/docs/source/_static/examples__notebooks_KBMOD_Demo.png differ diff --git a/docs/source/_static/examples__notebooks_TrajectoryExplorer.png b/docs/source/_static/examples__notebooks_TrajectoryExplorer.png new file mode 100644 index 000000000..3df715036 Binary files /dev/null and b/docs/source/_static/examples__notebooks_TrajectoryExplorer.png differ diff --git a/docs/source/_static/examples__notebooks_reproject_demo.png b/docs/source/_static/examples__notebooks_reproject_demo.png new file mode 100644 index 000000000..4341b48e2 Binary files /dev/null and b/docs/source/_static/examples__notebooks_reproject_demo.png differ diff --git a/docs/source/_static/examples__notebooks_simple_shift_and_stack_8_1.png b/docs/source/_static/examples__notebooks_simple_shift_and_stack_8_1.png deleted file mode 100644 index f38c17e76..000000000 Binary files a/docs/source/_static/examples__notebooks_simple_shift_and_stack_8_1.png and /dev/null differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 5fdf69175..c4bb02e09 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,13 +59,14 @@ html_css_files = ["kbmod.css"] nbsphinx_thumbnails = { - 'examples/_notebooks/KBMOD_Demo': '_static/kbmod.svg', + 'examples/_notebooks/KBMOD_Demo': '_static/examples__notebooks_KBMOD_Demo.png', 'examples/_notebooks/create_fake_data': '_static/kbmod.svg', 'examples/_notebooks/Kbmod_Reference': '_static/kbmod.svg', 'examples/_notebooks/kl_divergence_filter': '_static/examples__notebooks_kl_divergence_filter_42_1.png', 'examples/_notebooks/kbmod_visualize': '_static/examples__notebooks_kbmod_visualize_16_1.png', 'examples/_notebooks/kbmod_analysis_demo': '_static/examples__notebooks_kbmod_analysis_demo_13_0.png', - 'examples/_notebooks/simple_shift_and_stack': '_static/examples__notebooks_simple_shift_and_stack_8_1.png', + 'examples/_notebooks/reprojection/reproject_demo': '_static/examples__notebooks_reproject_demo.png', + 'examples/_notebooks/TrajectoryExplorer': '_static/examples__notebooks_TrajectoryExplorer.png', } # Whether to create a Sphinx table of contents for the lists of class methods and attributes. diff --git a/docs/source/examples/index.rst b/docs/source/examples/index.rst index 37d8bbf61..2c61d4ee8 100644 --- a/docs/source/examples/index.rst +++ b/docs/source/examples/index.rst @@ -12,5 +12,6 @@ Examples _notebooks/kbmod_filtering _notebooks/kbmod_visualize _notebooks/kl_divergence_filter - _notebooks/trajectoryexplorer + _notebooks/reprojection/reproject_demo + _notebooks/TrajectoryExplorer