From ac4da44a837c451a5e8017fd2c00ef15d112152f Mon Sep 17 00:00:00 2001 From: Arturo Vargas Date: Tue, 17 Sep 2024 14:04:24 -0700 Subject: [PATCH] add links to the raja portability suite tutorial --- README.md | 6 ++++-- docs/index.rst | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27146b1a6c..c9eb238ab0 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ More details about RAJA configuration options are located in the RAJA User Guide We also maintain a [**RAJA Template Project**](https://github.com/LLNL/RAJA-project-template) that shows how to use RAJA in a CMake project, either as a Git submodule or as an installed library. -User Documentation -------------------- +User Documentation and Tutorials +-------------------------------- The RAJA User Guide is the best place to start learning about RAJA and how to use it. @@ -81,6 +81,8 @@ The most recent version of the User Guide (RAJA develop branch): https://raja.re To access docs for other RAJA released versions: https://readthedocs.org/projects/raja/ +We maintain a repository for the RAJA portaility suite tutorial material: https://github.com/LLNL/raja-suite-tutorial + To cite RAJA, please use the following references: * RAJA Performance Portability Layer. https://github.com/LLNL/RAJA diff --git a/docs/index.rst b/docs/index.rst index 450bab4447..e558afe1da 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -121,7 +121,8 @@ RAJA User Documentation ======================= * :doc:`RAJA User Guide ` - * `RAJA Tutorials Repo `_ + * `RAJA Portability Suite Tutorial Repo `_ + * `Archived RAJA Tutorials Repo `_ * `Source Documentation `_ ============================