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``.