Skip to content

Commit d25bb87

Browse files
authored
Minor fixes (#41)
1 parent 8b1aae0 commit d25bb87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
Documentation that provides best practices, practical tips, known problems and useful background information.
55

6-
The guides are grouped around top-level topics
6+
The guides are grouped around top-level topics.

docs/guides/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ mksquashfs $SCRATCH/sqfs-demo/.pyenv pyenv.squashfs \
8080

8181
!!! hint
8282
The `-Xcompression-level` flag sets the compression level to a value between 1 and 9, with 9 being the most compressed.
83-
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.
83+
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.
8484

8585
??? warning "I am seeing errors of the form `Unrecognised xattr prefix...`"
8686
You can safely ignore the (possibly many) warning messages of the form:

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ nav:
6767
- 'Cray Programming Environment (CPE)': build-install/cpe.md
6868
- 'Python with pip': build-install/pip.md
6969
- 'uenv': software/uenv.md
70-
- 'container-engine': software/container-engine.md
70+
- 'Container Engine': software/container-engine.md
7171
- 'Services':
7272
- services/index.md
7373
- 'FirecREST': services/firecrest.md

0 commit comments

Comments
 (0)