Skip to content

Commit

Permalink
🎨 Began adding DC plotting functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Aug 11, 2024
1 parent 5d2de61 commit b0c3f89
Show file tree
Hide file tree
Showing 81 changed files with 15,326 additions and 209 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
python -c "import piel"
python -c "import piel.experimental"
python -c "import piel.visual"
- name: Install dependencies
run: |
Expand All @@ -39,3 +40,4 @@ jobs:
run: |
python -c "import piel"
python -c "import piel.experimental"
python -c "import piel.visual"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@

versionwarning_admonition_type = "tip"
versionwarning_messages = {
'latest': 'You are reading the "latest" pip-unreleased version of this documentation.'
' See the stable branch for the latest release.',
"develop": 'You are reading the "develop" pip-unreleased version of this documentation.'
" See the ``stable`` branch for the stable release.",
"latest": 'You are reading the "latest" pip-unreleased version of this documentation.'
" See the ``stable`` branch for the latest release.",
}
versionwarning_admonition_type = 'tip'
versionwarning_banner_title = 'Tip'
versionwarning_admonition_type = "tip"
versionwarning_banner_title = "Tip"
versionwarning_body_selector = 'div[itemprop="articleBody"]'
1 change: 0 additions & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ Examples
examples/05_quantum_integration_basics
examples/06_component_codesign_basics
examples/06a_analytical_mzm_model
examples/07_mixed_signal_photonic_cosimulation
examples/08_basic_interconnection_modelling/08_basic_interconnection_modelling
examples/08a_pcb_interposer_characterisation/08a_pcb_interposer_characterisation
Binary file not shown.

Large diffs are not rendered by default.

Loading

0 comments on commit b0c3f89

Please sign in to comment.