Skip to content

History / Procedures Multi GPU

Revisions

  • Convert 555 mkdocs admonitions to GitHub alerts GitHub wikis do not implement mkdocs '!!!' syntax, so every admonition on every page rendered as literal '!!! warning ...' text with its body flattened. GitHub does render its own alert blockquotes, verified on this wiki before converting. mkdocs's eight types collapse onto GitHub's five (note/info/abstract/question -> NOTE, tip/success -> TIP, warning -> WARNING, danger -> CAUTION). Custom titles have no slot in a GitHub alert, so each becomes a bold first line inside it. Also removes the temporary render-test page.

    Consensus Protocol committed Jul 31, 2026
  • Publish CMP 170HX wiki: 55 pages plus sidebar Generated from the MkDocs source in docs/. Page content is byte-identical to the source apart from link targets, which are rewritten from relative paths to flat wiki page names. Navigation is in _Sidebar.md. Start at Home. Regenerate with to_github_wiki.py rather than editing pages here directly, so the wiki and the source in docs/ do not drift apart. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

    Consensus Protocol committed Jul 28, 2026