bfb13f2b43
* Run pre-commit's whitespace related hooks on projects/rocm-smi-lib In order for pre-commit to be useful, everything needs to meet a common baseline. Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org> * Added Changelog Spaces for formatting Signed-off-by: Maisam Arif <Maisam.Arif@amd.com> --------- Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org> Signed-off-by: Maisam Arif <Maisam.Arif@amd.com> Co-authored-by: Maisam Arif <Maisam.Arif@amd.com>
44 строки
910 B
Plaintext
44 строки
910 B
Plaintext
# Anywhere {branch} is used, the branch name will be substituted.
|
|
# These comments will also be removed.
|
|
defaults:
|
|
numbered: False
|
|
maxdepth: 6
|
|
root: index
|
|
subtrees:
|
|
|
|
- caption: Installation
|
|
entries:
|
|
- file: install/install
|
|
title: ROCm SMI installation
|
|
|
|
- caption: How to
|
|
entries:
|
|
- file: how-to/use-cpp
|
|
- file: how-to/use-python
|
|
|
|
- caption: API Reference
|
|
entries:
|
|
- file: doxygen/html/files
|
|
title: Files
|
|
- file: doxygen/html/globals
|
|
title: Globals
|
|
- file: doxygen/html/annotated
|
|
title: Data structures
|
|
- file: doxygen/html/modules
|
|
title: Modules
|
|
- file: reference/python_api
|
|
title: Python API
|
|
|
|
|
|
- caption: Tutorials
|
|
entries:
|
|
- file: tutorials/cpp_tutorials
|
|
title: C++
|
|
- file: tutorials/python_tutorials
|
|
title: Python
|
|
|
|
- caption: About
|
|
entries:
|
|
- file: license
|
|
title: License
|