From f74c572fb26edac94da2c2d05be126a9698b3b00 Mon Sep 17 00:00:00 2001 From: William Lucas Date: Tue, 29 Oct 2024 11:27:18 +0000 Subject: [PATCH] Make Spack documentation visible. --- docs/data-tools/index.md | 1 + docs/data-tools/spack.md | 8 +++++--- mkdocs.yml | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/data-tools/index.md b/docs/data-tools/index.md index 33b41ce1a..5fed100fc 100644 --- a/docs/data-tools/index.md +++ b/docs/data-tools/index.md @@ -16,5 +16,6 @@ OpenMP or pthreads mutli-threaded applications (and also hydrid MPI/OpenMP) - [ParaView](paraview.md): A data visualisation and analysis package - [Blender](blender.md): A generalist 3D software that can be used for scientific visualisations - [R](cray-r.md): The R statistical language +- [Spack](spack.md): A tool to install and manage software packages - [VisiData](visidata.md): An interactive multitool for tabular data - [VMD](vmd.md): A visualisation and analysis program for Molecular Dynamics diff --git a/docs/data-tools/spack.md b/docs/data-tools/spack.md index 5c50dda57..5af0e3002 100644 --- a/docs/data-tools/spack.md +++ b/docs/data-tools/spack.md @@ -18,9 +18,11 @@ information on using Spack itself please see the [developers' documentation](https://spack.readthedocs.io/en/latest/). !!! important - As ARCHER2's central Spack installation is still in an experimental stage - please be aware that we cannot guarantee that it will work with full - functionality and we may not be able to provide support. + As ARCHER2's central Spack installation is still in an + experimental stage please be aware that we cannot guarantee that it will + work with full functionality and we may not be able to provide support. The + centrally-provided configuration and Spack-installed software may be subject + to change. ## Activating Spack diff --git a/mkdocs.yml b/mkdocs.yml index 8d32c80e8..5714a0b25 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -128,6 +128,7 @@ nav: - "Julia": data-tools/julia.md - "ParaView": data-tools/paraview.md - "R": data-tools/cray-r.md + - "Spack": data-tools/spack.md - "VisiData": data-tools/visidata.md - "VMD": data-tools/vmd.md - "Essential Skills": essentials/index.md