Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove webapp #252

Merged
merged 3 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading