Skip to content

Commit

Permalink
Merge pull request #35 from invrs-io/designs
Browse files Browse the repository at this point in the history
Reorganize and fix docs
  • Loading branch information
mfschubert authored Jul 16, 2024
2 parents 055f23f + 19cb22c commit b972d83
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
run: |
git clone https://github.com/invrs-io/gym
mkdir docs/notebooks/gym
mv gym/docs/notebooks docs/notebooks/gym/
mv gym/docs/notebooks/challenges/* docs/notebooks/challenges/
mv gym/reference_designs/ . -r
python docs/run_first.py
jb build docs
Expand Down
28 changes: 14 additions & 14 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ parts:
# These notebooks are copies of those in the invrs-gym repo. In the github
# action, the gym repo is cloned and notebooks moved over.
chapters:
- file: notebooks/gym/notebooks/bayer_sorter
- file: notebooks/gym/notebooks/ceviche_challenges
- file: notebooks/gym/notebooks/diffractive_splitter
- file: notebooks/gym/notebooks/meta_atom_library
- file: notebooks/gym/notebooks/metagrating
- file: notebooks/gym/notebooks/metalens
- file: notebooks/gym/notebooks/photon_extractor
- file: notebooks/challenges/bayer_sorter
- file: notebooks/challenges/ceviche_challenges
- file: notebooks/challenges/diffractive_splitter
- file: notebooks/challenges/meta_atom_library
- file: notebooks/challenges/metagrating
- file: notebooks/challenges/metalens
- file: notebooks/challenges/photon_extractor

- caption: Leaderboards
chapters:
- 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
- file: notebooks/leaderboards/bayer_sorter
- file: notebooks/leaderboards/ceviche_challenges
- file: notebooks/leaderboards/diffractive_splitter
- file: notebooks/leaderboards/meta_atom_library
- file: notebooks/leaderboards/metagrating
- file: notebooks/leaderboards/metalens
- file: notebooks/leaderboards/photon_extractor
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b972d83

Please sign in to comment.