diff options
author | Dylan Simon <dylan@dylex.net> | 2021-06-27 04:38:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-27 08:38:28 +0000 |
commit | 963b9313099ec2b2a206469d8abf4bdcb021ea4e (patch) | |
tree | 4dc7bcd65f4571ee85f94a54d08714d94932963e /lib | |
parent | 9bd9cc2c7b5342839b4af960b534c052ee0d47c6 (diff) | |
download | spack-963b9313099ec2b2a206469d8abf4bdcb021ea4e.tar.gz spack-963b9313099ec2b2a206469d8abf4bdcb021ea4e.tar.bz2 spack-963b9313099ec2b2a206469d8abf4bdcb021ea4e.tar.xz spack-963b9313099ec2b2a206469d8abf4bdcb021ea4e.zip |
docs: link projections docs to spec format (#24478)
Diffstat (limited to 'lib')
-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 |