mirror of
https://github.com/katanemo/plano.git
synced 2026-04-30 11:26:27 +02:00
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 |
||
|---|---|---|
| .. | ||
| _ext | ||
| _static | ||
| _templates | ||
| build_with_plano/includes | ||
| concepts | ||
| get_started | ||
| guides | ||
| resources | ||
| conf.py | ||
| docutils.conf | ||
| index.rst | ||