From 3ccaca439edbd3864ecbb5f4047ba80d03960692 Mon Sep 17 00:00:00 2001 From: Steven Roberts Date: Sat, 8 Aug 2026 15:28:38 -0700 Subject: [PATCH] docs: render Hyak shared-resource callout as an admonition The `> [!IMPORTANT]` block in Computing-Hardware.md used GitHub-flavored alert syntax, which mkdocs.yml has no extension to render. On the published site it showed up as a blockquote containing the literal text "[!IMPORTANT]". Converted it to the `!!! important` admonition syntax, which the already- enabled `admonition` extension renders natively. This was the only GFM alert in docs/, so converting it avoids adding a new build dependency (github-callouts) to both mkdocs.yml and the deploy workflow. Co-Authored-By: Claude Opus 5 --- docs/Computing-Hardware.md | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/Computing-Hardware.md b/docs/Computing-Hardware.md index af4fe55c..004e45d7 100644 --- a/docs/Computing-Hardware.md +++ b/docs/Computing-Hardware.md @@ -48,29 +48,29 @@ NOTE: All users have access to the checkpoint partition (`ckpt`), but run times | srlab | cpu-g2-mem2x | 32 | 503G | 0 | TOTAL | -> [!IMPORTANT] -> The `coenv` `cpu-g2` is a set of shared resources. We have dedicated access to 32CPUs and 500GB of RAM. -> If interested in using more than our allocation, you will need to reach out to other PIs to see if you can use some of their allocations. -> -> #### cpu-g2 (mem2x) Shared Resource Contributions -> -> | Account | CPUs | Memory | -> |-----------------------------|------|--------| -> | uwit-cpu-g2-mem2x | 32 | 490G | -> | nrdg-cpu-g2-mem2x | 32 | 490G | -> | psych-cpu-g2-mem2x | 32 | 490G | -> | rheum-cpu-g2-mem2x | 32 | 490G | -> | stf-cpu-g2-mem2x | 192 | 3010G | -> | vsm-cpu-g2-mem2x | 192 | 3010G | -> | comdata-cpu-g2-mem2x | 32 | 490G | -> | stergachislab-cpu-g2-mem2x | 192 | 3010G | -> | radlab-cpu-g2-mem2x | 32 | 490G | -> | carrolllab-cpu-g2-mem2x | 32 | 490G | -> | uwb-cpu-g2-mem2x | 64 | 994G | -> | srlab-cpu-g2-mem2x | 32 | 490G | -> | kawaldorflab-cpu-g2-mem2x | 32 | 490G | -> | astro-cpu-g2-mem2x | 64 | 994G | -> | escience-cpu-g2-mem2x | 32 | 490G | +!!! important + The `coenv` `cpu-g2` is a set of shared resources. We have dedicated access to 32CPUs and 500GB of RAM. + If interested in using more than our allocation, you will need to reach out to other PIs to see if you can use some of their allocations. + + #### cpu-g2 (mem2x) Shared Resource Contributions + + | Account | CPUs | Memory | + |-----------------------------|------|--------| + | uwit-cpu-g2-mem2x | 32 | 490G | + | nrdg-cpu-g2-mem2x | 32 | 490G | + | psych-cpu-g2-mem2x | 32 | 490G | + | rheum-cpu-g2-mem2x | 32 | 490G | + | stf-cpu-g2-mem2x | 192 | 3010G | + | vsm-cpu-g2-mem2x | 192 | 3010G | + | comdata-cpu-g2-mem2x | 32 | 490G | + | stergachislab-cpu-g2-mem2x | 192 | 3010G | + | radlab-cpu-g2-mem2x | 32 | 490G | + | carrolllab-cpu-g2-mem2x | 32 | 490G | + | uwb-cpu-g2-mem2x | 64 | 994G | + | srlab-cpu-g2-mem2x | 32 | 490G | + | kawaldorflab-cpu-g2-mem2x | 32 | 490G | + | astro-cpu-g2-mem2x | 64 | 994G | + | escience-cpu-g2-mem2x | 32 | 490G | **Checkpoint Resources — Idle**