summaryrefslogtreecommitdiff
path: root/lib/spack/docs/environments.rst
diff options
context:
space:
mode:
authorChris Green <greenc@fnal.gov>2023-05-05 07:40:49 -0500
committerGitHub <noreply@github.com>2023-05-05 07:40:49 -0500
commitd600aef4f474b443dd136908f0998ac5a337669c (patch)
tree24c3d8cc658ed12cd4ddaf6739a736545b5d0102 /lib/spack/docs/environments.rst
parentaf9b9f6bafdbbd56ff5a0df33697538cc4eb89ee (diff)
downloadspack-d600aef4f474b443dd136908f0998ac5a337669c.tar.gz
spack-d600aef4f474b443dd136908f0998ac5a337669c.tar.bz2
spack-d600aef4f474b443dd136908f0998ac5a337669c.tar.xz
spack-d600aef4f474b443dd136908f0998ac5a337669c.zip
Relax environment manifest filename requirements and lockfile identification criteria (#37413)
* Relax filename requirements and lockfile identification criteria * Tests * Update function docs and help text * Update function documentation * Update Sphinx documentation * Adjustments per https://github.com/spack/spack/pull/37413#pullrequestreview-1413540132 * Further tweaks per https://github.com/spack/spack/pull/37413#pullrequestreview-1413971254 * Doc fixes per https://github.com/spack/spack/pull/37413#issuecomment-1535976068
Diffstat (limited to 'lib/spack/docs/environments.rst')
-rw-r--r--lib/spack/docs/environments.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/spack/docs/environments.rst b/lib/spack/docs/environments.rst
index e2805e4f01..415d590882 100644
--- a/lib/spack/docs/environments.rst
+++ b/lib/spack/docs/environments.rst
@@ -94,9 +94,9 @@ an Environment, the ``.spack-env`` directory also contains:
* ``logs/``: A directory containing the build logs for the packages
in this Environment.
-Spack Environments can also be created from either a ``spack.yaml``
-manifest or a ``spack.lock`` lockfile. To create an Environment from a
-``spack.yaml`` manifest:
+Spack Environments can also be created from either a manifest file
+(usually but not necessarily named, ``spack.yaml``) or a lockfile.
+To create an Environment from a manifest:
.. code-block:: console
@@ -174,7 +174,7 @@ Anonymous specs can be created in place using the command:
$ spack env create -d .
-In this case Spack simply creates a spack.yaml file in the requested
+In this case Spack simply creates a ``spack.yaml`` file in the requested
directory.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^