From 4f61b28eecf3928f20843e80901acfd137590a41 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Wed, 12 Mar 2025 17:08:12 +0100 Subject: [PATCH 1/2] Change "container-engine" to "Container Engine" --- docs/guides/storage.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/storage.md b/docs/guides/storage.md index f2d7b902..a0d0a5cc 100644 --- a/docs/guides/storage.md +++ b/docs/guides/storage.md @@ -80,7 +80,7 @@ mksquashfs $SCRATCH/sqfs-demo/.pyenv pyenv.squashfs \ !!! hint The `-Xcompression-level` flag sets the compression level to a value between 1 and 9, with 9 being the most compressed. - We find that level 3 provides a good trade off between the size of the compressed image and performance: both [uenv][ref-uenv] and the [container-engine][ref-container-engine] use level 3. + We find that level 3 provides a good trade off between the size of the compressed image and performance: both [uenv][ref-uenv] and the [container engine][ref-container-engine] use level 3. ??? warning "I am seeing errors of the form `Unrecognised xattr prefix...`" You can safely ignore the (possibly many) warning messages of the form: diff --git a/mkdocs.yml b/mkdocs.yml index e668f6c3..ecf96774 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -67,7 +67,7 @@ nav: - 'Cray Programming Environment (CPE)': build-install/cpe.md - 'Python with pip': build-install/pip.md - 'uenv': software/uenv.md - - 'container-engine': software/container-engine.md + - 'Container Engine': software/container-engine.md - 'Services': - services/index.md - 'FirecREST': services/firecrest.md From 0b6987eccb5f43e779692a3fa22d2175fc5ee66d Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Wed, 12 Mar 2025 17:08:52 +0100 Subject: [PATCH 2/2] Add missing period in guides/index.md --- docs/guides/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/index.md b/docs/guides/index.md index 7472034a..fc959752 100644 --- a/docs/guides/index.md +++ b/docs/guides/index.md @@ -3,4 +3,4 @@ Documentation that provides best practices, practical tips, known problems and useful background information. -The guides are grouped around top-level topics +The guides are grouped around top-level topics.