From 72c128f681be1547b7fc2d4fe410c10e75be6336 Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Thu, 29 Jun 2023 11:30:50 -0600 Subject: [PATCH] update project names for intersphinx --- docs/reference/ai_tools.md | 4 ++-- docs/reference/all.md | 4 ++-- docs/reference/validation_tools.md | 4 ++-- docs/sphinx/_toc.yml.in | 6 +++--- docs/sphinx/requirements.in | 2 +- docs/sphinx/requirements.txt | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/reference/ai_tools.md b/docs/reference/ai_tools.md index ad341b81d..cd06fd0cc 100644 --- a/docs/reference/ai_tools.md +++ b/docs/reference/ai_tools.md @@ -10,10 +10,10 @@ AMD's library for high performance machine learning primitives. ::: -:::{grid-item-card} {doc}`Composable Kernel ` +:::{grid-item-card} {doc}`Composable Kernel ` Composable Kernel: Performance Portable Programming Model for Machine Learning Tensor Operators -- {doc}`Documentation ` +- {doc}`Documentation ` ::: diff --git a/docs/reference/all.md b/docs/reference/all.md index 42059ed37..a4ea1b43f 100644 --- a/docs/reference/all.md +++ b/docs/reference/all.md @@ -42,7 +42,7 @@ Inter and intra-node communication is supported by the following projects: Libraries related to AI. - {doc}`MIOpen ` -- {doc}`Composable Kernel ` +- {doc}`Composable Kernel ` - {doc}`MIGraphX ` ::: @@ -80,7 +80,7 @@ Computer vision related projects. :::{grid-item-card} [Validation Tools](validation_tools) -- {doc}`ROCm Validation Suite ` +- {doc}`ROCm Validation Suite ` - {doc}`TransferBench ` ::: diff --git a/docs/reference/validation_tools.md b/docs/reference/validation_tools.md index acb80346b..35f3893d7 100644 --- a/docs/reference/validation_tools.md +++ b/docs/reference/validation_tools.md @@ -3,10 +3,10 @@ :::::{grid} 1 1 2 2 :gutter: 1 -:::{grid-item-card} {doc}`RVS ` +:::{grid-item-card} {doc}`RVS ` The ROCm Validation Suite is a system administrator’s and cluster manager's tool for detecting and troubleshooting common problems affecting AMD GPU(s) running in a high-performance computing environment, enabled using the ROCm software stack on a compatible platform. -- {doc}`Documentation ` +- {doc}`Documentation ` ::: diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index e34c56716..0ca91a29d 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -148,9 +148,9 @@ subtrees: - title: MIOpen - Machine Intelligence url: ${project:miopen} - title: Composable Kernel - url: ${project:composable-kernel} + url: ${project:composable_kernel} - title: MIGraphX - Graph Optimization - url: ${project:migraphx} + url: ${project:amdmigraphx} - file: reference/computer_vision subtrees: - entries: @@ -173,7 +173,7 @@ subtrees: title: Validation Tools subtrees: - entries: - - url: ${project:rocm-validation-suite} + - url: ${project:rocmvalidationsuite} title: RVS - url: ${project:transferbench} title: TransferBench diff --git a/docs/sphinx/requirements.in b/docs/sphinx/requirements.in index ba9f105f1..6d447259d 100644 --- a/docs/sphinx/requirements.in +++ b/docs/sphinx/requirements.in @@ -1 +1 @@ -rocm-docs-core==0.18.2 +rocm-docs-core==0.18.3 diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index eeb12ed8c..c5b511b13 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -100,7 +100,7 @@ requests==2.28.1 # via # pygithub # sphinx -rocm-docs-core==0.18.2 +rocm-docs-core==0.18.3 # via -r requirements.in smmap==5.0.0 # via gitdb