From ded57ba7495de6f7efccc8ee14fa92be722c8061 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 10 Sep 2020 16:16:58 -0400 Subject: [PATCH] move test to avoid issues with indentation from having tabs follow directly a list-table --- doc/src/Build_extras.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/src/Build_extras.rst b/doc/src/Build_extras.rst index 79e38ab2b4..7d778ada3d 100644 --- a/doc/src/Build_extras.rst +++ b/doc/src/Build_extras.rst @@ -373,8 +373,8 @@ More information on Kokkos can be found on the Available Architecture settings ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -These are the possible choices for the Kokkos architecture ID as of -version 3.2 of the Kokkos library. They must be specified in uppercase. +These are the possible choices for the Kokkos architecture ID. +They must be specified in uppercase. .. list-table:: :header-rows: 0 @@ -486,6 +486,8 @@ version 3.2 of the Kokkos library. They must be specified in uppercase. - GPU - Intel GPUs Gen9+ +This list was last updated for version 3.2 of the Kokkos library. + .. tabs:: .. tab:: Basic CMake build settings: