Skip to content

Commit

Permalink
Updated spack setup page.
Browse files Browse the repository at this point in the history
Squashed 10 commits:

getting_started/spack.md: incorporate feedback
* Thanks to Claire Carouge, Chris Bull and Davide Marchegiani.

Changed '/home/565/davide' with '/Users/davide' in 'how to build a model' page

Moved CSS styles to 'access-nri.css'. Minor fixes in the styles for 'how to build a model'.

Added coloured outputs

Fix colours for spack output

Added Spencer's suggestions

Added specification of step not require in admonition of 'how to build a mode' page

Added Spencer's suggestion on liinking the 'how to run a model page'

Fixed compiler in install output

Fixed /Users/davide. Fixed architecture.
  • Loading branch information
harshula authored and atteggiani committed Oct 17, 2024
1 parent f369c21 commit ae2384b
Show file tree
Hide file tree
Showing 3 changed files with 441 additions and 151 deletions.
37 changes: 37 additions & 0 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,39 @@ img.terminalSwitch:hover {
cursor: pointer;
}

/* ===============================================================
Virtural terminal colours for Spack output
*/

.spack-red {
color: #FF6E67;
}
.spack-highlighted {
color: #FFFFFF;
font-weight: 600;
}
.spack-cyan {
color: cyan;
}
.spack-indigo {
color: #6871FF;
}
.spack-green{
color: #00C200;
}
.spack-pink {
color: #CA30C7;
}
.spack-grey {
color: #686868;
}

.spack::part(directory),
.spack ::part(directory) {
color: #60FA67;
}


/* ===============================================================
General styling for html tabs
*/
Expand Down Expand Up @@ -1156,6 +1189,10 @@ img.terminalSwitch:hover {
/* ===============================================================
Miscellaneous
*/
.keep-blanks {
white-space: pre;
}

.centered {
display: block;
margin-left: auto;
Expand Down
Loading

0 comments on commit ae2384b

Please sign in to comment.