Skip to content

Commit

Permalink
Update _toc.yml.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmalavally authored May 7, 2024
1 parent 5209853 commit 2af4209
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions openmp/docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,39 @@ defaults:
numbered: False
root: index
subtrees:
- caption: Tutorials
- caption: Install
entries:
- url: https://github.com/ROCm/aomp/tree/aomp-dev/examples
title: AOMP samples
- file: install/install.rst
title: OpenMP installation
- file: install/build.rst
title: Build OpenMP

- caption: Conceptual
entries:
- file: conceptual/openmp-features.rst
title: OpenMP features

- caption: Reference
entries:
- file: reference/api.rst
title: OpenMP API specification for parallel programming
- file: reference/faq.rst
title: OpenMP FAQ
- file: reference/CommandLineArgumentReference.rst
title: Command line argument reference

- caption: How to
entries:
- file: how-to/use-openmp.rst
title: Use OpenMP
- file: how-to/use-rocprof.rst
title: Use ROCProf in OpenMP
- file: how-to/use-tracing-options.md
title: Use tracing options in OpenMP

- caption: About
entries:
- file: license.md



0 comments on commit 2af4209

Please sign in to comment.