From 3ca81960d6e2ab5c612d263ce3c7e790745d8a4e Mon Sep 17 00:00:00 2001 From: Jack Morrison Date: Sat, 10 Jun 2023 10:42:05 -0400 Subject: [PATCH] Fixes #2907 and similarly broken links in valid_prog_environs section of docs --- reframe/core/pipeline.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reframe/core/pipeline.py b/reframe/core/pipeline.py index 65e09e2cef..f655db6a9b 100644 --- a/reframe/core/pipeline.py +++ b/reframe/core/pipeline.py @@ -198,9 +198,9 @@ def pipeline_hooks(cls): #: #: .. seealso:: #: - `Environment features - #: `__ + #: `__ #: - `Environment extras - #: `__ + #: `__ #: #: .. versionchanged:: 2.12 #: Programming environments can now be specified using wildcards. @@ -268,9 +268,9 @@ def pipeline_hooks(cls): #: #: .. seealso:: #: - `System partition features - #: `__ + #: `__ #: - `System partition extras - #: `__ + #: `__ #: #: .. versionchanged:: 3.3 #: Default value changed from ``[]`` to ``None``.