Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 869 Bytes

File metadata and controls

20 lines (16 loc) · 869 Bytes

UVA CV Lab Computing Resources Documentation

This is a documentation website using the Just the Docs theme, providing guides and tips for using UVA computing resources.

Website Structure

.
├── README.md                # Project documentation
├── _config.yml              # Jekyll configuration file
├── _sass/                   # Custom styles
├── index.md                 # Homepage
├── CS_server.md             # CS department server usage guide
│   └── CS_storage.md        # CS storage usage guide
├── Rivanna.md               # Rivanna usage guide
├── Tricks.md                # Nice Tricks page (parent page)
│   ├── git-lfs.md           # git-lfs installation guide
│   └── trick_cuda.md        # CUDA toolkit installation guide