Skip to content

Commit

Permalink
Merge pull request #181 from gdsfactory/remove_database
Browse files Browse the repository at this point in the history
remove database
  • Loading branch information
joamatab authored Oct 14, 2023
2 parents 695f369 + 4613e78 commit a1f919b
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 775 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

gdsfactory plugins:

- `database` for simulation and measurement database and dagster for data pipelines.
- `devsim` TCAD device simulator.
- `meow` Eigen Mode Expansion (EME).
- `femwell` Finite Element Method Solver (heaters, modes, TCAD, RF waveguides).
Expand All @@ -31,7 +30,7 @@ gdsfactory plugins:
You can install most plugins with:

```
pip install "gplugins[database,devsim,femwell,gmsh,schematic,meow,meshwell,ray,sax,tidy3d]" --upgrade
pip install "gplugins[devsim,femwell,gmsh,schematic,meow,meshwell,ray,sax,tidy3d]" --upgrade
```

Or install only the plugins you need with for example `pip install gplugins[schematic,femwell,meow,sax,tidy3d]` from the available plugins.
Expand Down
3 changes: 0 additions & 3 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ parts:
- file: notebooks/11_get_netlist
- file: notebooks/11_get_netlist_spice
- file: notebooks/path_length_analysis.py
- caption: Validation
chapters:
- file: notebooks/12_database
- caption: Workflows
chapters:
- file: workflow
Expand Down
105 changes: 0 additions & 105 deletions docs/notebooks/12_database.py

This file was deleted.

25 changes: 0 additions & 25 deletions gplugins/database/README.md

This file was deleted.

Empty file removed gplugins/database/__init__.py
Empty file.
183 changes: 0 additions & 183 deletions gplugins/database/db_upload.py

This file was deleted.

Loading

0 comments on commit a1f919b

Please sign in to comment.