From 8e4beddeda0c69493bdd43508d535e2f770b763e Mon Sep 17 00:00:00 2001 From: Jeffrey Novotny Date: Mon, 30 Sep 2024 12:27:45 -0400 Subject: [PATCH] Expand the README note about the documentation (#857) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cb55cca..dfdac197 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ language and optimized for AMD's latest discrete GPUs. ## Documentation -Documentation for rocSPARSE is available at -[https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/](https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/). +> [!NOTE] +> The published rocSPARSE documentation is available at [rocSPARSE](https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/index.html) in an organized, easy-to-read format, with search and a table of contents. The documentation source files reside in the rocSPARSE/docs folder of this repository. As with all ROCm projects, the documentation is open source. For more information, see [Contribute to ROCm documentation](https://rocm.docs.amd.com/en/latest/contribute/contributing.html). To build our documentation locally, run the following code: