docs: wire v7-W substrate paper into Substrate toctree

Two small Sphinx hygiene fixes surfaced while fox was building the
docs locally:

1. docs/_source/merkle-agi-v7w-spatial-temporal.rst was authored
   earlier this session (#000013) but never added to a toctree
   so Sphinx flagged it as orphan. Slotted under "Substrate"
   alongside pi-star / bench / v8-fork-score where it belongs.

2. The same file had |translation_max| as raw text in an
   ε-bound expression; RST parsed the pipes as a substitution
   reference and errored. Wrapped the expression in double
   backticks so it renders as literal math.

Build now drops from 40 warnings (counting docstring noise) to
5; the 5 remaining are pre-existing module-docstring formatting
in arborist/qa/*.py that pre-date this work.
This commit is contained in:
russell@unturf.com 2026-05-09 17:32:39 -04:00
parent 0e4f050e8c
commit 9c42a133e7
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,7 @@ Contents:
pi-star
bench
v8-fork-score
merkle-agi-v7w-spatial-temporal
.. toctree::
:maxdepth: 3

View file

@ -393,7 +393,7 @@ Operator: SE(3) composition. Affine in axis-angle +
translation under small-time-step assumption. Quantization
follows the manifest's Δ_rot / Δ_trans declarations.
ε bound: Δ_step_pose = Δ_rot + Δ_trans · |translation_max|.
ε bound: ``Δ_step_pose = Δ_rot + Δ_trans · |translation_max|``.
§4.2 observation_update
~~~~~~~~~~~~~~~~~~~~~~~