plano/docs/source
Syed Hashmi cea43c5da5
docs: address signals flywheel review feedback
Addresses review comments on #910:

- Shorten the paper citation to (Chen et al., 2026) per common cite
  practice (replacing the full author list form).
- Replace the Why Signals Matter section with the review-suggested
  rewrite verbatim: more formal intro framing, renumbered steps to
  Instrument / Sample & triage / Data Construction / Model Optimization
  / Deploy, removes 'routing decisions' from the data-construction
  step, and adds DPO/RLHF/SFT as model-optimization examples.
- Renders tau and O(messages) as proper math glyphs via the sphinx
  built-in :math: role (enabled by adding sphinx.ext.mathjax to
  conf.py). Using the RST role form rather than raw $...$ inline so
  sphinx only injects MathJax on pages that actually have math,
  instead of loading ~1MB of JS on every page.

Build verified locally: sphinx-build produces no warnings on the
changed files and the rendered HTML wraps tau and O(messages) in
MathJax-ready <span class="math">\(\tau\)</span> containers.

Made-with: Cursor
2026-04-24 12:05:48 -07:00
..
_ext Update black hook for Python 3.14 (#857) 2026-03-31 13:18:45 -07:00
_static fix: strip trailing 'Copy code' from clipboard when copying code blocks (#788) 2026-02-27 13:11:26 -08:00
_templates Doc Update (#129) 2024-10-06 16:54:34 -07:00
build_with_plano/includes Run plano natively by default (#744) 2026-03-05 07:35:25 -08:00
concepts docs: address signals flywheel review feedback 2026-04-24 12:05:48 -07:00
get_started release: bump version to 0.4.20 (#897) 2026-04-17 21:16:12 -07:00
guides docs: align signals page with paper taxonomy 2026-04-23 12:44:27 -07:00
resources add overrides.disable_signals to skip CPU-heavy signal analysis (#906) 2026-04-23 11:38:29 -07:00
conf.py docs: address signals flywheel review feedback 2026-04-24 12:05:48 -07:00
docutils.conf Doc Update (#129) 2024-10-06 16:54:34 -07:00
index.rst add support for background trace collection and tracing output (#749) 2026-02-24 19:17:33 -08:00