doc: fix ref link to Locating Modulefiles section

This commit is contained in:
Colin Marquardt
2020-01-05 21:00:13 +01:00
committed by Xavier Delaruelle
parent 9b2cad1d7d
commit df8f44e7a2
2 changed files with 4 additions and 3 deletions

View File

@@ -207,13 +207,13 @@ switches are accepted:
On **avail** sub-command, display only the default version of each module
name. Default version is the explicitly set default version or also the
implicit default version if the configuration option *implicit_default* is enabled
(see Locating Modulefiles section in the :ref:`modulefile(4)` man page for
(see :ref:`Locating Modulefiles` section in the :ref:`modulefile(4)` man page for
further details on implicit default version).
**--latest**, **-L**
On **avail** sub-command, display only the highest numerically sorted
version of each module name (see Locating Modulefiles section in the
version of each module name (see :ref:`Locating Modulefiles` section in the
:ref:`modulefile(4)` man page).
**--starts-with**, **-S**
@@ -1158,7 +1158,7 @@ ENVIRONMENT
Defines (if set to **1**) or not (if set to **0**) an implicit default
version for modules without a default version explicitly defined (see
Locating Modulefiles section in the :ref:`modulefile(4)` man page).
:ref:`Locating Modulefiles` section in the :ref:`modulefile(4)` man page).
Without either an explicit or implicit default version defined a module must
be fully qualified (version should be specified in addition to its name) to

View File

@@ -574,6 +574,7 @@ Modules Variables
The **ModulesCurrentModulefile** variable contains the full pathname of
the *modulefile* being interpreted.
.. _Locating Modulefiles:
Locating Modulefiles
--------------------