diff --git a/_posts/2025-02-16-executable-code-snippets-in-docs-and-html-object-representations.md b/_posts/2025-02-16-executable-code-snippets-in-docs-and-html-object-representations.md index 4590568..126e2a9 100644 --- a/_posts/2025-02-16-executable-code-snippets-in-docs-and-html-object-representations.md +++ b/_posts/2025-02-16-executable-code-snippets-in-docs-and-html-object-representations.md @@ -47,53 +47,53 @@ q = Qube.from_dict({ # depth controls how much of the tree is open when rendered as html. q.html(depth=100) ``` +
- -
root
├── class=od
│ ├── expver=0001│ │ ├── param=1│ │ └── param=2
│ └── expver=0002│ ├── param=1│ └── param=2
└── class=rd
├── expver=0001 │ ├── param=1 │ ├── param=2 │ └── param=3
└── expver=0002 ├── param=1 └── param=2
- \ No newline at end of file +} + +
root
├── class=od
│ ├── expver=0001│ │ ├── param=1│ │ └── param=2
│ └── expver=0002│ ├── param=1│ └── param=2
└── class=rd
├── expver=0001 │ ├── param=1 │ ├── param=2 │ └── param=3
└── expver=0002 ├── param=1 └── param=2
\ No newline at end of file diff --git a/assets/projects/usbc_power_supply/new_airflow_design.png b/assets/projects/usbc_power_supply/new_airflow_design.png new file mode 100644 index 0000000..179b3a2 Binary files /dev/null and b/assets/projects/usbc_power_supply/new_airflow_design.png differ