diff --git a/docs/_toc.yml b/docs/_toc.yml index fcd10f6..aec770b 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -6,10 +6,10 @@ root: readme parts: - caption: Challenges chapters: - - file: notebooks/ceviche_challenge - - file: notebooks/metagrating_challenge - - file: notebooks/diffractive_splitter_challenge - - file: notebooks/library_challenge - - file: notebooks/metalens_challenge - - file: notebooks/photon_extractor_challenge - - file: notebooks/bayer_challenge + - file: notebooks/bayer_sorter + - file: notebooks/ceviche_challenges + - file: notebooks/diffractive_splitter + - file: notebooks/meta_atom_library + - file: notebooks/metagrating + - file: notebooks/metalens + - file: notebooks/photon_extractor diff --git a/docs/notebooks/bayer_challenge.ipynb b/docs/notebooks/bayer_sorter.ipynb similarity index 100% rename from docs/notebooks/bayer_challenge.ipynb rename to docs/notebooks/bayer_sorter.ipynb diff --git a/docs/notebooks/ceviche_challenge.ipynb b/docs/notebooks/ceviche_challenges.ipynb similarity index 100% rename from docs/notebooks/ceviche_challenge.ipynb rename to docs/notebooks/ceviche_challenges.ipynb diff --git a/docs/notebooks/diffractive_splitter_challenge.ipynb b/docs/notebooks/diffractive_splitter.ipynb similarity index 100% rename from docs/notebooks/diffractive_splitter_challenge.ipynb rename to docs/notebooks/diffractive_splitter.ipynb diff --git a/docs/notebooks/library_challenge.ipynb b/docs/notebooks/meta_atom_library.ipynb similarity index 100% rename from docs/notebooks/library_challenge.ipynb rename to docs/notebooks/meta_atom_library.ipynb diff --git a/docs/notebooks/metagrating_challenge.ipynb b/docs/notebooks/metagrating.ipynb similarity index 100% rename from docs/notebooks/metagrating_challenge.ipynb rename to docs/notebooks/metagrating.ipynb diff --git a/docs/notebooks/metalens_challenge.ipynb b/docs/notebooks/metalens.ipynb similarity index 100% rename from docs/notebooks/metalens_challenge.ipynb rename to docs/notebooks/metalens.ipynb diff --git a/docs/notebooks/photon_extractor_challenge.ipynb b/docs/notebooks/photon_extractor.ipynb similarity index 100% rename from docs/notebooks/photon_extractor_challenge.ipynb rename to docs/notebooks/photon_extractor.ipynb