From 28f48e5d4391a47cedcd85061a5164bb48c539dd Mon Sep 17 00:00:00 2001 From: pearce8 Date: Tue, 9 Jan 2024 12:00:52 -0600 Subject: [PATCH] Fixing ref --- doc/sphinx/02_amg/amg.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/sphinx/02_amg/amg.rst b/doc/sphinx/02_amg/amg.rst index fe3f69aa..4cb8f7a6 100644 --- a/doc/sphinx/02_amg/amg.rst +++ b/doc/sphinx/02_amg/amg.rst @@ -39,7 +39,8 @@ The parameter k is set to 1 in Problem 1 and to 3 in Problem 2. Source code modifications ========================== -Please see :ref:`_GlobalRunRules` for general guidance on source code modifications. For AMG2023, we define the following restrictions on source code modifications: +Please (see :ref:`GlobalRunRules`) for general guidance on allowed modifications. +For AMG2023, we define the following restrictions on source code modifications: * AMG2023 uses Hypre as the solver library, available at https://github.com/hypre-space/hypre . While source code changes to Hypre can be proposed, Hypre in AMG2023 may not be replaced with any other library.