diff options
| author | aidanfnv <aidanf@nvidia.com> | 2025-05-02 09:02:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-02 09:02:31 -0700 |
| commit | 87c4ab20abebaf3d2f0e8beb9f71b45eb0b64968 (patch) | |
| tree | a8e7639e4b528c4b21bd959df6ea7bbf826ba623 /docs/user-guide/a1-special-topics.md | |
| parent | 92fb841a2b738fd5e353b3ad4ea48a1037c69f80 (diff) | |
Add tables of contents to user guide for use on readthedocs (#6979)
This change adds hidden (commented out) tables of contents to the index of the User Guide, as well as each of the additional chapters, so that readthedocs will render the User Guide structure.
Diffstat (limited to 'docs/user-guide/a1-special-topics.md')
| -rw-r--r-- | docs/user-guide/a1-special-topics.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/user-guide/a1-special-topics.md b/docs/user-guide/a1-special-topics.md index ef218b8fa..f0412b6be 100644 --- a/docs/user-guide/a1-special-topics.md +++ b/docs/user-guide/a1-special-topics.md @@ -12,4 +12,17 @@ In this chapter: 2. [Using Slang to write PyTorch kernels](a1-02-slangpy.md) 3. [Obfuscation](a1-03-obfuscation.md) 4. [Interoperation with target-specific code](a1-04-interop.md) -5. [Uniformity Analysis](a1-05-uniformity.md)
\ No newline at end of file +5. [Uniformity Analysis](a1-05-uniformity.md) + +<!-- RTD-TOC-START +```{toctree} +:titlesonly: +:hidden: + +Handling Matrix Layout Differences on Different Platforms <a1-01-matrix-layout> +Using Slang to Write PyTorch Kernels <a1-02-slangpy> +Obfuscation <a1-03-obfuscation> +Interoperation with Target-Specific Code <a1-04-interop> +Uniformity Analysis <a1-05-uniformity> +``` +RTD-TOC-END -->
\ No newline at end of file |
