docs: refactor and general cleanup (#1992)

This commit is contained in:
ReenigneArcher 2024-01-07 11:58:13 -05:00 committed by GitHub
commit b5fae464b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 974 additions and 879 deletions

View file

@ -183,7 +183,7 @@ CUDA
----
If the version of CUDA available from your distro is not adequate, manually install CUDA.
.. Tip:: The version of CUDA you use will determine compatibility with various GPU generations.
.. tip:: The version of CUDA you use will determine compatibility with various GPU generations.
See `CUDA compatibility <https://docs.nvidia.com/deploy/cuda-compatibility/index.html>`__ for more info.
Select the appropriate run file based on your desired CUDA version and architecture according to
@ -199,7 +199,7 @@ If the version of CUDA available from your distro is not adequate, manually inst
Build
-----
.. Attention:: Ensure you are in the build directory created during the clone step earlier before continuing.
.. attention:: Ensure you are in the build directory created during the clone step earlier before continuing.
.. code-block:: bash