What documentation issue are you reporting
Incomplete Documentation
Issue
docs/services/cirrus/index.md, rendered at https://docs.eidf.ac.uk/services/cirrus/, has missing text in its first sentence...
The Cirrus service provides access to CPU-based high-performance computing resources. As well as being part of the EIDF, Cirrus is one of the
Cirrus is a HPE EX4000 supercomputing system which has a total of 256 compute nodes. Each compute node has 288 cores (dual AMD EPYC 9825 144-core 2.2 GHz processors) giving a total of 73,228 cores. 192 are standard memory compute nodes with 768 GB DDR5 RAM and 64 are high memory compute nodes with 1536 GB DDR5 RAM. Compute nodes are connected together by a HPE Slingshot 11 interconnect.
There is also a non-space character between ## and Cirrus service status which causes the pre-commit check to raise an error:
$ pre-commit run --all-files
...
docs/services/cirrus/index.md:23: MD018 No space after hash on atx style header
Further documentation is available for these failures:
- MD018: https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md018---no-space-after-hash-on-atx-style-header
...
What documentation issue are you reporting
Incomplete Documentation
Issue
docs/services/cirrus/index.md, rendered at https://docs.eidf.ac.uk/services/cirrus/, has missing text in its first sentence...
There is also a non-space character between
##andCirrus service statuswhich causes the pre-commit check to raise an error: