diff --git a/doc/source/module.rst b/doc/source/module.rst index 6ff9b191..3476a826 100644 --- a/doc/source/module.rst +++ b/doc/source/module.rst @@ -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 diff --git a/doc/source/modulefile.rst b/doc/source/modulefile.rst index 35eee7af..0e0f220c 100644 --- a/doc/source/modulefile.rst +++ b/doc/source/modulefile.rst @@ -574,6 +574,7 @@ Modules Variables The **ModulesCurrentModulefile** variable contains the full pathname of the *modulefile* being interpreted. +.. _Locating Modulefiles: Locating Modulefiles --------------------