Skip to content

Commit

Permalink
Add blog post about using Python for photonics
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusandinho committed Oct 10, 2024
1 parent 48ad4fc commit 290092e
Show file tree
Hide file tree
Showing 7 changed files with 338 additions and 2 deletions.
Binary file added docs/assets/blog_cards/python-for-photonics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/promo_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/promo_p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
332 changes: 332 additions & 0 deletions docs/blog/python-for-photonics.md

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ For those who wish to make changes to the source code for their own development

```sh
git clone https://github.com/PreFab-Photonics/PreFab.git
pip install -e prefab
cd PreFab
pip install -e .
```

## Authenticate PreFab token
Expand All @@ -48,6 +49,8 @@ See the following guides to get started with making your first predictions and c
1. [Making a prediction](examples/1_prediction.ipynb)
2. [Making a correction](examples/2_correction.ipynb)

If you are new to Python, we recommend starting with the [Python for Photonics](blog/python-for-photonics.md) blog post.

!!! tip "Performance and usage"

PreFab models are served via a serverless [cloud platform](https://modal.com/). Please note:
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ nav:
- Working with sidewall angles: examples/3_sidewall_angle.ipynb
- SEM generation: examples/4_SEM_generation.ipynb
- Blog:
- PreFab v1.1.0: blog/PreFab-v1.1.0.ipynb
- Python for Photonics: blog/python-for-photonics.md
- PreFab v1.1.0: blog/PreFab-v1.1.0.ipynb
- Reference:
- Compare: reference/compare.md
- Device: reference/device.md
Expand Down

0 comments on commit 290092e

Please sign in to comment.