f0c16aa8a0
Change-Id: Ibccf5b6a5fba81cea42e04a022deac8a3207b9b8
[ROCm/rocm_smi_lib commit: 50a079af0f]
31 lines
712 B
Plaintext
31 lines
712 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: Tutorials
|
|
entries:
|
|
- file: c++_tutorials
|
|
title: C++ Tutorials
|
|
- file: python_tutorials
|
|
title: Python Tutorials
|
|
- caption: How to Guide
|
|
entries:
|
|
- file: c++_usage
|
|
title: C++ How to Guide
|
|
- file: python_usage
|
|
title: Python How to Guide
|
|
- caption: Reference
|
|
entries:
|
|
- file: doxygen/html/index
|
|
title: C++ Reference
|
|
- file: python_api
|
|
title: Python Reference
|
|
- caption: About
|
|
entries:
|
|
- file: license
|
|
title: License
|
|
- file: CHANGELOG
|
|
title: Changelog |