docs: add (config.yaml) to sections for faster lookup by config file (#30157)
This commit is contained in:
		@@ -5,9 +5,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. _build-settings:
 | 
					.. _build-settings:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
===================
 | 
					================================
 | 
				
			||||||
Build Customization
 | 
					Package Settings (packages.yaml)
 | 
				
			||||||
===================
 | 
					================================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Spack allows you to customize how your software is built through the
 | 
					Spack allows you to customize how your software is built through the
 | 
				
			||||||
``packages.yaml`` file.  Using it, you can make Spack prefer particular
 | 
					``packages.yaml`` file.  Using it, you can make Spack prefer particular
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,9 +5,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. _config-yaml:
 | 
					.. _config-yaml:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
==============
 | 
					============================
 | 
				
			||||||
Basic Settings
 | 
					Spack Settings (config.yaml)
 | 
				
			||||||
==============
 | 
					============================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Spack's basic configuration options are set in ``config.yaml``.  You can
 | 
					Spack's basic configuration options are set in ``config.yaml``.  You can
 | 
				
			||||||
see the default settings by looking at
 | 
					see the default settings by looking at
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,9 +5,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. _environments:
 | 
					.. _environments:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
============
 | 
					=========================
 | 
				
			||||||
Environments
 | 
					Environments (spack.yaml)
 | 
				
			||||||
============
 | 
					=========================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
An environment is used to group together a set of specs for the
 | 
					An environment is used to group together a set of specs for the
 | 
				
			||||||
purpose of building, rebuilding and deploying in a coherent fashion.
 | 
					purpose of building, rebuilding and deploying in a coherent fashion.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,9 +5,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. _mirrors:
 | 
					.. _mirrors:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
=======
 | 
					======================
 | 
				
			||||||
Mirrors
 | 
					Mirrors (mirrors.yaml)
 | 
				
			||||||
=======
 | 
					======================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Some sites may not have access to the internet for fetching packages.
 | 
					Some sites may not have access to the internet for fetching packages.
 | 
				
			||||||
These sites will need a local repository of tarballs from which they
 | 
					These sites will need a local repository of tarballs from which they
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,9 +5,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. _modules:
 | 
					.. _modules:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
=======
 | 
					======================
 | 
				
			||||||
Modules
 | 
					Modules (modules.yaml)
 | 
				
			||||||
=======
 | 
					======================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The use of module systems to manage user environment in a controlled way
 | 
					The use of module systems to manage user environment in a controlled way
 | 
				
			||||||
is a common practice at HPC centers that is often embraced also by
 | 
					is a common practice at HPC centers that is often embraced also by
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,9 +5,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.. _repositories:
 | 
					.. _repositories:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
=============================
 | 
					=================================
 | 
				
			||||||
Package Repositories
 | 
					Package Repositories (repos.yaml)
 | 
				
			||||||
=============================
 | 
					=================================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Spack comes with thousands of built-in package recipes in
 | 
					Spack comes with thousands of built-in package recipes in
 | 
				
			||||||
``var/spack/repos/builtin/``.  This is a **package repository** -- a
 | 
					``var/spack/repos/builtin/``.  This is a **package repository** -- a
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user