04ace57589
* Add roctx doc
* Add roctx doxyfile input
* Update links and toc
* Build doxysphinx for both doxygen files
* Update scripts
* Generate roctx doxygen files
* Change doxygen path
to allow for 2 doxyfiles
* Make doxygen dir for script
* Call make _doxygen dir with p flag
* Create _doxygen dir in workfllow
* Create doc dirs for doxygen
* Run update docs as sudo
* Fix typo in mkdir command
* Include graphviz for dot
* Install dot for docs CI
* Install dot as sudo due to permission denied
* Install doxygen via sudo
* Install doxysphinx
* Add postcheckout step to RTD to config and gen doxygen docs
* On RTD, update doxygen after creating env
* update docs.yml
* update docs.yml
* fixing build-docs-from-source
* Fixing build docs from source
* update docs.yml
* trying to fix readthedocs
* trying to fix readthedocs
* update docs.yml
* improve mainpage documentation
* update docs
* clang-format fix
---------
Co-authored-by: Sam Wu <22262939+samjwu@users.noreply.github.com>
Co-authored-by: Madsen, Jonathan <Jonathan.Madsen@amd.com>
[ROCm/rocprofiler-sdk commit: 73e7f8cfb1]
40 строки
1.1 KiB
Plaintext
40 строки
1.1 KiB
Plaintext
# Anywhere {branch} is used, the branch name will be substituted.
|
|
# These comments will also be removed.
|
|
defaults:
|
|
numbered: false
|
|
maxdepth: 4
|
|
|
|
root: index
|
|
subtrees:
|
|
- caption: Install
|
|
entries:
|
|
- file: install/installation
|
|
- caption: How to
|
|
entries:
|
|
- file: how-to/using-rocprofv3
|
|
- file: how-to/samples
|
|
- caption: API reference
|
|
entries:
|
|
- file: api-reference/buffered_services
|
|
title: Buffered services
|
|
- file: api-reference/callback_services
|
|
title: Callback tracing services
|
|
- file: api-reference/counter_collection_services
|
|
title: Counter collection services
|
|
- file: api-reference/intercept_table
|
|
title: Runtime intercept tables
|
|
- file: api-reference/pc_sampling
|
|
title: PC sampling
|
|
- file: api-reference/tool_library
|
|
title: Tool library
|
|
- file: _doxygen/rocprofiler-sdk/html/index
|
|
title: ROCprofiler-SDK API library
|
|
- file: _doxygen/roctx/html/index
|
|
title: ROCTx API library
|
|
- caption: Conceptual
|
|
entries:
|
|
- file: conceptual/comparing-with-legacy-tools
|
|
- caption: License
|
|
entries:
|
|
- file: license
|