Skip to content

Commit

Permalink
Merge pull request #252 from gdsfactory/remove_web
Browse files Browse the repository at this point in the history
remove webapp
  • Loading branch information
joamatab authored Nov 28, 2023
2 parents 2b1bf0a + f0ea0a0 commit fd9b13d
Show file tree
Hide file tree
Showing 37 changed files with 1 addition and 1,442 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

install:
pip install -e .[dev,docs,devsim,femwell,gmsh,klayout,meow,meshwell,ray,sax,schematic,tidy3d,web,vlsir]
pip install -e .[dev,docs,devsim,femwell,gmsh,klayout,meow,meshwell,ray,sax,schematic,tidy3d,vlsir]
pre-commit install

dev: test-data gmsh elmer install
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ gdsfactory plugins:
- `mpb` for MPB mode solver.
- `elmer` for electrostatic (capacitive) simulations.
- `palace` for full-wave driven (S parameter) and electrostatic (capacitive) simulations.
- `web` for gdsfactory webapp.
- `vlsir` for parsing GDS-extracted circuit netlists into Spice, Spectre and Xyce Schematic File formats.

## Installation
Expand Down
1 change: 0 additions & 1 deletion gplugins/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
class Path:
module = module_path
repo = repo_path
web = module / "web"
results_tidy3d = home / ".tidy3d"
test_data = repo / "test-data"
sparameters_repo = test_data / "sp"
Expand Down
2 changes: 0 additions & 2 deletions gplugins/web/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion gplugins/web/__init__.py

This file was deleted.

Binary file removed gplugins/web/gds_files/C.gds
Binary file not shown.
Binary file removed gplugins/web/gds_files/C_width20.gds
Binary file not shown.
Binary file removed gplugins/web/gds_files/C_width5.gds
Binary file not shown.
Binary file removed gplugins/web/gds_files/coh_rx_dual_pol.gds
Binary file not shown.
Binary file removed gplugins/web/gds_files/coh_rx_single_pol.gds
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed gplugins/web/gds_files/coh_tx_dual_pol.gds
Binary file not shown.
Binary file removed gplugins/web/gds_files/crossing_arm.gds
Binary file not shown.
Binary file removed gplugins/web/gds_files/dbr_cavity.gds
Binary file not shown.
Binary file removed gplugins/web/gds_files/die_bbox_frame.gds
Binary file not shown.
Binary file removed gplugins/web/gds_files/loss_deembedding_ch14_23.gds
Binary file not shown.
Binary file removed gplugins/web/gds_files/pad_array_add_fiducials.gds
Binary file not shown.
Binary file not shown.
Binary file removed gplugins/web/gds_files/wg.gds
Binary file not shown.
300 changes: 0 additions & 300 deletions gplugins/web/main.py

This file was deleted.

55 changes: 0 additions & 55 deletions gplugins/web/middleware.py

This file was deleted.

Loading

0 comments on commit fd9b13d

Please sign in to comment.