docs: link projections docs to spec format (#24478)

This commit is contained in:
Dylan Simon 2021-06-27 04:38:28 -04:00 committed by GitHub
parent 9bd9cc2c7b
commit 963b931309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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