Skip to content

Commit

Permalink
added missing example file
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoMugnai committed Feb 6, 2024
1 parent 21d272a commit 064f541
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ sphinx:
configuration: docs/source/conf.py


formats:
- pdf
- epub
# Optionally set the version of Python and requirements required to build your docs

python:
Expand Down
5 changes: 5 additions & 0 deletions examples/loadOptics_example.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from exosim.tasks.load import LoadOpticalElement


class LoadOpticalElementDefault(LoadOpticalElement):
pass

0 comments on commit 064f541

Please sign in to comment.