diff options
-rw-r--r-- | lib/spack/docs/workflows.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/spack/docs/workflows.rst b/lib/spack/docs/workflows.rst index c327c137ac..656190a717 100644 --- a/lib/spack/docs/workflows.rst +++ b/lib/spack/docs/workflows.rst @@ -543,7 +543,8 @@ specified from the command line using the ``--projection-file`` option to the ``spack view`` command. The projections configuration file is a mapping of partial specs to -spec format strings, as shown in the example below. +spec format strings, defined by the :meth:`~spack.spec.Spec.format` +function, as shown in the example below. .. code-block:: yaml |