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/a2-target-specific-features.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/a2-target-specific-features.md')
| -rw-r--r-- | docs/user-guide/a2-target-specific-features.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/user-guide/a2-target-specific-features.md b/docs/user-guide/a2-target-specific-features.md index e8a85dfff..495148c49 100644 --- a/docs/user-guide/a2-target-specific-features.md +++ b/docs/user-guide/a2-target-specific-features.md @@ -11,3 +11,14 @@ In this chapter: 1. [SPIR-V target specific](./a2-01-spirv-target-specific.md) 2. [Metal target specific](./a2-02-metal-target-specific.md) 3. [WGSL target specific](./a2-03-wgsl-target-specific.md) + +<!-- RTD-TOC-START +```{toctree} +:titlesonly: +:hidden: + +SPIR-V target specific <a2-01-spirv-target-specific> +Metal target specific <a2-02-metal-target-specific> +WGSL target specific <a2-03-wgsl-target-specific> +``` +RTD-TOC-END -->
\ No newline at end of file |
