forked from ROCm/rocm-cmake
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc reorg with src folder (ROCm#195)
* doc reorg with src folder * leo's comments * added Files and Content * Update codeowners for docs * reorg based on Paul's feedback --------- Co-authored-by: Sam Wu <22262939+samjwu@users.noreply.github.com>
- Loading branch information
Showing
20 changed files
with
251 additions
and
120 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
* @pfultz2 @lawruble13 @cgmb | ||
# Documentation files | ||
docs/* @ROCm/rocm-documentation @pfultz2 @lawruble13 @cgmb | ||
docs/ @ROCm/rocm-documentation @pfultz2 @lawruble13 @cgmb | ||
*.md @ROCm/rocm-documentation @pfultz2 @lawruble13 @cgmb | ||
*.rst @ROCm/rocm-documentation @pfultz2 @lawruble13 @cgmb | ||
.readthedocs.yaml @ROCm/rocm-documentation @pfultz2 @lawruble13 @cgmb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
.. rocm-cmake documentation master file, created by | ||
sphinx-quickstart on Thu Sep 16 18:46:06 2021. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
.. highlight:: cmake | ||
|
||
.. meta:: | ||
:description: ROCm CMake | ||
:keywords: ROCm, Cmake, library, api, AMD | ||
|
||
.. _contents: | ||
|
||
**************************************************** | ||
Modules and functions | ||
**************************************************** | ||
|
||
- :ref:`rocmanalyzers` | ||
+ :any:`rocm_mark_as_analyzer` | ||
+ :any:`ROCM_ENABLE_GH_ANNOTATIONS` | ||
- :ref:`rocmchecktargetids` | ||
+ :any:`rocm_check_target_ids` | ||
- :ref:`rocmclangtidy` | ||
+ :any:`rocm_enable_clang_tidy` | ||
+ :any:`rocm_clang_tidy_check` | ||
+ :any:`CLANG_TIDY_EXE` | ||
+ :any:`CLANG_TIDY_CACHE` | ||
+ :any:`CLANG_TIDY_CACHE_SIZE` | ||
+ :any:`CLANG_TIDY_DEPEND_ON_TARGET` | ||
- :ref:`rocmclients` | ||
+ :any:`rocm_package_setup_client_component` | ||
- :ref:`rocmcppcheck` | ||
+ :any:`rocm_enable_cppcheck` | ||
+ :any:`CPPCHECK_EXE` | ||
+ :any:`CPPCHECK_BUILD_DIR` | ||
- :ref:`rocmcreatepackage` | ||
+ :any:`rocm_create_package` | ||
+ :any:`rocm_package_add_rpm_dependencies` | ||
+ :any:`rocm_package_add_deb_dependencies` | ||
+ :any:`rocm_package_add_dependencies` | ||
+ :any:`rocm_package_setup_component` | ||
- :ref:`rocmdocs` | ||
+ :any:`rocm_mark_as_doc` | ||
+ :any:`rocm_clean_doc_output` | ||
- :ref:`rocmdoxygendoc` | ||
+ :any:`rocm_add_doxygen_doc` | ||
+ :any:`DOXYGEN_EXECUTABLE` | ||
+ :any:`DOT_EXECUTABLE` | ||
- :ref:`rocminstallsymlinks` | ||
+ :any:`rocm_install_symlink_subdir` | ||
- :ref:`rocminstalltargets` | ||
+ :any:`rocm_install` | ||
+ :any:`rocm_install_targets` | ||
+ :any:`rocm_export_targets` | ||
- :ref:`rocmconfighelpers` | ||
+ :any:`rocm_configure_package_config_file` | ||
- :ref:`rocmsetupversion` | ||
+ :any:`rocm_get_version` | ||
+ :any:`rocm_setup_version` | ||
- :ref:`rocmsphinxdoc` | ||
+ :any:`rocm_add_doxygen_doc` | ||
+ :any:`SPHINX_EXECUTABLE` | ||
+ :any:`SPHINX_${BUILDER}_DIR` | ||
- :ref:`rocmtest` | ||
+ :any:`rocm_enable_test_package` | ||
+ :any:`rocm_add_test` | ||
+ :any:`rocm_add_test_executable` | ||
+ :any:`rocm_test_header` | ||
+ :any:`rocm_test_headers` | ||
+ :any:`rocm_install_test` | ||
+ :any:`rocm_mark_as_test` | ||
+ :any:`rocm_link_test_dependencies` | ||
+ :any:`rocm_test_link_libraries` | ||
+ :any:`CTEST_PARALLEL_LEVEL` | ||
+ :any:`CTEST_TIMEOUT` | ||
+ :any:`ROCM_TEST_GDB` | ||
- :ref:`rocmutilities` | ||
+ :any:`rocm_join_if_set` | ||
+ :any:`rocm_defer` | ||
+ :any:`rocm_find_program_version` | ||
|
||
Index and tables | ||
================ | ||
|
||
* :ref:`genindex` | ||
* :ref:`search` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.