Skip to content

Commit 09eff4e

Browse files
committed
ported
1 parent 2a7be11 commit 09eff4e

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

docs/experimental-features.md

+18-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
.. _experimental_features:
1+
# Experimental features {: #experimental_features }
22

3-
Experimental features
4-
=====================
3+
First introduced in EasyBuild v2.1.0 (see
4+
[EasyBuild v2.1.0 Release Notes][release_notes_v2.1.0]), experimental features can only be used by enabling the
5+
`--experimental` configuration option.
56

6-
First introduced in EasyBuild v2.1.0 (see :ref:`EasyBuild v2.1.0 Release Notes <release_notes_v2.1.0>`),
7-
experimental features can only be used by enabling the ``--experimental`` configuration option.
8-
9-
An experimental feature indicates to users that these features may change significantly in a future release
10-
and should be used only for testing, not (yet) for production usage.
7+
An experimental feature indicates to users that these features may
8+
change significantly in a future release and should be used only for
9+
testing, not (yet) for production usage.
1110

1211
Currently enabled experimental features include:
1312

14-
* support for easyconfig files in YAML syntax (see :ref:`easyconfig_yeb_format`)
15-
* support for generating container recipes & images (see :ref:`containers`)
16-
* support for using easystack files (see :ref:`easystack`)
17-
* support for trying to update versions of the dependencies of an easyconfig based on what is available in the robot path (see :ref:`basic_usage_help`)
18-
* support for installing extensions in parallel (see :ref:`installing_extensions_in_parallel`)
13+
- support for easyconfig files in YAML syntax (see
14+
[Writing easyconfig files in YAML syntax][easyconfig_yeb_format])
15+
- support for generating container recipes & images (see
16+
[Generating container recipes & images][containers])
17+
- support for using easystack files (see
18+
[Easystack files][easystack])
19+
- support for trying to update versions of the dependencies of an
20+
easyconfig based on what is available in the robot path (see
21+
[Output of `eb --help`][basic_usage_help])
22+
- support for installing extensions in parallel (see
23+
[Installing extensions in parallel][installing_extensions_in_parallel])

docs/version-specific/eb-help.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Output of `eb --help`
1+
# Output of `eb --help` {: #basic_usage_help }
22

33
!!! warning
44
This page will soon replace <https://docs.easybuild.io/en/latest/eb_help.html>.

0 commit comments

Comments
 (0)