Skip to content

Commit

Permalink
Merge branch 'HelgeGehring:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
duarte-jfs authored Jul 29, 2024
2 parents dfcd280 + 1ccc265 commit a58f7e4
Show file tree
Hide file tree
Showing 9 changed files with 815 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: .docker/Dockerfile
Expand Down
2 changes: 2 additions & 0 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ parts:
- file: math/maxwell_quantities.md
- file: math/waveguide_port.md
- file: math/overlap_integrals.md
- file: math/quasistatic.md
- file: math/thermal.md.md
- file: math/dispersion.md
- file: math/coupled_mode_theory.md
Expand Down Expand Up @@ -45,6 +46,7 @@ parts:
- file: photonics/examples/depletion_waveguide.py
- file: photonics/examples/refinement.py
- file: electronics/examples/capacitor.py
- file: electronics/examples/inductor.py
- file: electronics/examples/coax_cable.py
- file: electronics/examples/RF_CPW_transmission_line_tutorial/RF_CPW_transmission_line_tutorial.py
- file: electronics/examples/coplanar_waveguide_vary_width.py
Expand Down
Loading

0 comments on commit a58f7e4

Please sign in to comment.