docs: remediate merkle-agi-dag-v7 RST (499 -> 62 build issues)
The page was a markdown+LaTeX paper dumped into .rst — 499 errors/warnings, big chunks rendering broken. Mechanical, content-preserving fixes: - markdown code fences (```lang) -> RST .. code-block:: (48 blocks; the dominant error source — RST read each ``` as an unclosed inline literal) - display math [ ... ] -> literal blocks (34) - code-block:: json -> text where bodies are schemas with <...>/[m,n] placeholders, not valid JSON (10; same as the v8 fix) - escape inline | in prose (math like |Z|, |pred(v)|) read as RST substitution refs (37 lines; no pipe-tables in the file, so safe) Residual 62 are scattered indented-math derivation lines RST treats as block quotes — they still render, just warn; diminishing returns on an advanced/optional theory page.
This commit is contained in:
parent
0750a86e21
commit
1e5fb1c3a7
1 changed files with 1349 additions and 1209 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue