The API Reference section of the PCells docs page currently renders each cell layout using a single .. plot:: directive.
This issue proposes adding sphinx-design tab-set with two tabs per cell:
- Static — a pre-rendered PNG image (fast loading, no JS required)
- Dynamic — an interactive kwasm viewer iframe for pan/zoom exploration
This improves the docs experience by giving users a quick-loading static view by default, with the option to interact with the layout dynamically.
The API Reference section of the PCells docs page currently renders each cell layout using a single
.. plot::directive.This issue proposes adding sphinx-design tab-set with two tabs per cell:
This improves the docs experience by giving users a quick-loading static view by default, with the option to interact with the layout dynamically.