Each page is an interactive version of one of the Python scripts in ex/ or one of the notebooks in jupyter/. The plots are the same plots; the difference is that the constants at the top of the script are sliders, so you can find out what happens when you change them without waiting for matplotlib.
They are plain HTML, CSS and JavaScript with no dependencies and no network access, so they work offline, on a phone, and from a local copy of the repository. If a page disagrees with the script it is a bug; the source for both is in the repo, and the reasoning is in the notes below each set of plots.
Four notebooks have no page here.
jupyter/dt.ipynb and jupyter/diode_voltage.ipynb
are the same models as ex/dt.py and ex/vd.py, so
the sampling and
diode pages already cover them.
jupyter/circuits.ipynb and
sun_pll_sky130nm/jupyter/pfd.ipynb plot real SPICE output
rather than a model, so there is nothing to turn into a slider.