Skip to content

Commit

Permalink
Merge pull request #102 from simbilod/96-layer-builder
Browse files Browse the repository at this point in the history
gds import & example
  • Loading branch information
simbilod authored Dec 9, 2024
2 parents 25f19e1 + 2174a06 commit 9d6701c
Show file tree
Hide file tree
Showing 8 changed files with 642 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: astral-sh/setup-uv@v4
- name: Set up Python 3.12
run: uv python install 3.12
- name: Generate references from pypi version
- name: Generate references from reference version
run: bash generate_references.sh
working-directory: tests
- name: Install venv
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,8 @@ cython_debug/
*.step
*.step
*.stl

# Other
*.gds
*.oas
*.dxf
1 change: 1 addition & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ chapters:
- file: models
- file: resolution_basic
- file: resolution_advanced
- file: importing_gds
- file: gdsfactory_interface
Loading

0 comments on commit 9d6701c

Please sign in to comment.