Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions reframe/core/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ def pipeline_hooks(cls):
#:
#: .. seealso::
#: - `Environment features
#: <config_reference.html#environments-.features>`__
#: <config_reference.html#config.environments.features>`__
#: - `Environment extras
#: <config_reference.html#environments-.extras>`__
#: <config_reference.html#config.environments.extras>`__
#:
#: .. versionchanged:: 2.12
#: Programming environments can now be specified using wildcards.
Expand Down Expand Up @@ -268,9 +268,9 @@ def pipeline_hooks(cls):
#:
#: .. seealso::
#: - `System partition features
#: <config_reference.html#systems-.partitions-.features>`__
#: <config_reference.html#config.systems.partitions.features>`__
#: - `System partition extras
#: <config_reference.html#systems-.partitions-.extras>`__
#: <config_reference.html#config.systems.partitions.extras>`__
#:
#: .. versionchanged:: 3.3
#: Default value changed from ``[]`` to ``None``.
Expand Down