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.
Initial port of documentation to rocm-docs-core
- Loading branch information
1 parent
189d497
commit 98b7bcc
Showing
23 changed files
with
76 additions
and
51 deletions.
There are no files selected for viewing
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,2 +1,4 @@ | ||
.vs*/**/* | ||
build/**/* | ||
build/**/* | ||
docs/_build/**/* | ||
docs/.sphinx/_toc.yml |
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,42 @@ | ||
# Variables of the form ${<variable>} are substituted, currently the following | ||
# list is supported: | ||
# - ${branch} (or {branch}) the name of the current branch | ||
# - ${url} (or {url}) github url of the current project | ||
# - ${project:<project_name>} base url of the documentation of <project_name> | ||
# based on intersphinx_mapping. | ||
# These comments will also be removed. | ||
defaults: | ||
numbered: False | ||
maxdepth: 6 | ||
root: src/index.rst | ||
subtrees: | ||
- caption: Basic Common Functionality | ||
entries: | ||
- file: src/ROCMCheckTargetIds.rst | ||
- file: src/ROCMSetupVersion.rst | ||
- file: src/ROCMAnalyzers.rst | ||
- caption: Installation & Packaging | ||
entries: | ||
- file: src/ROCMInstallTargets.rst | ||
subtrees: | ||
- entries: | ||
- file: src/ROCMInstallSymlinks.rst | ||
- file: src/ROCMHeaderWrapper.rst | ||
- file: src/ROCMCreatePackage.rst | ||
subtrees: | ||
- entries: | ||
- file: src/ROCMClients.rst | ||
- file: src/ROCMPackageConfigHelpers.rst | ||
- caption: Standard Tooling | ||
entries: | ||
- file: src/ROCMClangTidy.rst | ||
- file: src/ROCMCppCheck.rst | ||
- file: src/ROCMTest.rst | ||
- caption: Documentation in CMake | ||
entries: | ||
- file: src/ROCMDocs.rst | ||
- file: src/ROCMDoxygenDoc.rst | ||
- file: src/ROCMSphinxDoc.rst | ||
- caption: Internal usage | ||
entries: | ||
- file: src/ROCMUtilities.rst |
File renamed without changes.
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
sphinx==4.1.2 | ||
sphinxcontrib-moderncmakedomain==3.19 | ||
rocm-docs-core==0.2.0 |
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.