# Examples The runnable, self-contained examples today live inside the guides: - {doc}`quickstart` builds a view, runs a walk-forward backtest, evaluates it, and adds a forecasting example — all on synthetic data. - {doc}`extending` develops a complete method (an inverse-volatility strategy) from scratch, certifies it against the conformance suite, registers it for discovery, and pins a reproduction target. - {doc}`comparison` scores two competing pricing models on one shared panel of test assets. ## Reproduction gallery A gallery of end-to-end **paper reproductions** — each pairing a public dataset, a method, and a tolerance-banded reference result — is planned to accompany the public reproduction collection. It will live here as a thumbnailed gallery of runnable notebooks. Until then, {doc}`extending` shows the reproduction-target mechanism these walkthroughs are built on.