mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-05-05 16:49:08 +00:00
The CUDA docs were frozen at CUDA 9.2 / RHEL 7.5 / Ubuntu 14.04 since 2019. Update to cover all currently supported OS and architecture combinations (EL 7-10, Ubuntu 20.04-24.04, x86_64/ppc64le/sbsa). Consolidate the version-specific repo and osimage pages into generic guides that use placeholder variables, reducing 7 files to 2 while covering more OS versions. Both online (direct NVIDIA repo URL) and offline (dnf download / apt download mirroring) workflows are documented. All NVIDIA repository URLs validated against developer.download.nvidia.com/compute/cuda/repos/ and confirmed accessible with valid repodata. Addresses #7373
Welcome to the xCAT documentation
The xCAT docs are hosted here: https://xcat-docs.readthedocs.io/ and are written in reStructuredText (.rst).
Building Docs
-
Clone this project
-
Install dependencies (See: https://pip.readthedocs.io/)
pip install --user -r requirements.txt -
Build the Docs
cd xcat-core/docs make html -
View the documentation by pointing a browser to:
xcat-core/docs/build/html/index.html