spack/lib/spack/docs
Harmen Stoppels d51af675ef
make version(...) kwargs explicit (#36998)
- [x] Replace `version(ver, checksum=None, **kwargs)` signature with
      `version(ver, checksum=None, *, sha256=..., ...)` explicitly listing all arguments.
- [x] Fix various issues in packages:
  - `tags` instead of `tag`
  - `default` instead of `preferred`
  - `sha26` instead of `sha256`
  - etc

Also, use `sha256=...` consistently.

Note: setting `sha256` currently doesn't validate the checksum length, so you could do
`sha256="a"*32` and it would get checked as `md5`... but that's something for another PR.
2023-04-19 14:17:47 -07:00
..
_gh_pages_redirect Use https for links (#19244) 2020-10-09 11:24:09 -05:00
_static
build_systems docs: mention cuda multi-arch capability (#36321) 2023-03-22 16:52:53 -04:00
example_files Implement an optional compiler bootstrapping phase 2019-09-13 22:57:15 -07:00
images Allow for packages with multiple build-systems (#30738) 2022-10-26 20:17:32 +02:00
tables Getting Started: Python 2 is no longer supported (#33927) 2022-11-16 08:36:49 +01:00
.gitignore Fix broken links in docs (#35582) 2023-02-20 09:21:18 +01:00
basic_usage.rst Fix case spelling for Lmod and Tcl (#36215) 2023-03-19 01:42:50 +00:00
binary_caches.rst Fix case spelling for Lmod and Tcl (#36215) 2023-03-19 01:42:50 +00:00
bootstrapping.rst license year bump (#34921) 2023-01-18 14:30:17 -08:00
build_settings.rst license year bump (#34921) 2023-01-18 14:30:17 -08:00
build_systems.rst license year bump (#34921) 2023-01-18 14:30:17 -08:00
chain.rst license year bump (#34921) 2023-01-18 14:30:17 -08:00
command_index.in Rework command reference in docs, add spack commands command 2018-02-12 20:25:17 -08:00
conf.py Style: black 23, skip magic trailing comma (#35351) 2023-02-16 23:06:12 -06:00
config_yaml.rst Fix broken links in docs (#35582) 2023-02-20 09:21:18 +01:00
configuration.rst Fix case spelling for Lmod and Tcl (#36215) 2023-03-19 01:42:50 +00:00
containers.rst Improve Dockerfile recipe generation (#35187) 2023-04-03 21:05:19 +02:00
contribution_guide.rst Fix broken links in docs (#35582) 2023-02-20 09:21:18 +01:00
developer_guide.rst Fix case spelling for Lmod and Tcl (#36215) 2023-03-19 01:42:50 +00:00
environments.rst Allow users to specify root env dir (#32836) 2023-02-22 00:37:14 +00:00
extensions.rst license year bump (#34921) 2023-01-18 14:30:17 -08:00
features.rst Add a maintainers directive (#35083) 2023-01-27 07:51:24 +01:00
getting_started.rst editing: add higher-precedence SPACK_EDITOR environment variable 2023-04-18 16:23:00 -07:00
index.rst license year bump (#34921) 2023-01-18 14:30:17 -08:00
Makefile API Docs: fix broken reference targets 2021-07-16 08:30:56 -07:00
mirrors.rst license year bump (#34921) 2023-01-18 14:30:17 -08:00
module_file_generation.svg SC17: reworked module file tutorial section (#5657) 2017-11-12 00:27:20 -08:00
module_file_support.rst modules tcl: switch default all:autoload from none to direct (#36269) 2023-03-23 07:49:17 +01:00
package_list.rst license year bump (#34921) 2023-01-18 14:30:17 -08:00
packaging_guide.rst make version(...) kwargs explicit (#36998) 2023-04-19 14:17:47 -07:00
pipelines.rst Ci backwards compat (#36045) 2023-04-10 16:46:45 -05:00
replace_conda_homebrew.rst license year bump (#34921) 2023-01-18 14:30:17 -08:00
repositories.rst license year bump (#34921) 2023-01-18 14:30:17 -08:00
requirements.txt Docs: Getting Started Dependencies (#32480) 2022-10-10 23:25:37 +00:00
spack.yaml license year bump (#34921) 2023-01-18 14:30:17 -08:00