Skip to content

Commit

Permalink
update menu and fix link (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
randyh62 authored Jun 21, 2024
1 parent 27a9c74 commit 13ebb67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/installation/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The rocSOLVER backend has the following dependencies:
4. `SuiteSparse <https://github.com/DrTimothyAldenDavis/SuiteSparse>`_ modules CHOLMOD and SuiteSparse_config (optional, required by default)

rocSOLVER itself depends on rocBLAS and rocSPARSE, therefore all three libraries should be present with a standard rocSOLVER installation. For more information
about building and installing rocSOLVER, refer to the :doc:`rocSOLVER documentation <rocsolver:installation/index>`.
about building and installing rocSOLVER, refer to the :doc:`rocSOLVER documentation <rocsolver:installation/installlinux>`.

SuiteSparse is a third-party library, and can be installed using the package managers of most distros. Together with rocSPARSE, it is used to provide
functionality for the hipsolverSp API. If only hipsolverDn and/or hipsolverRf are needed, these dependencies can be ignored by setting the ``BUILD_WITH_SPARSE``
Expand Down
15 changes: 10 additions & 5 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
defaults:
numbered: False
root: index
entries:
- file: installation/index.rst
subtrees:
- caption: Install
entries:
- file: installation/install.rst
- file: howto/index.rst

- caption: How to
entries:
- file: howto/usage.rst
- file: reference/index.rst

- caption: Reference
entries:
- file: reference/intro.rst
- file: reference/api/index.rst
Expand All @@ -35,4 +37,7 @@ entries:
- file: reference/refactor-api/types.rst
- file: reference/refactor-api/helpers.rst
- file: reference/refactor-api/refactor.rst
- file: license.rst

- caption: About
entries:
- file: license.rst

0 comments on commit 13ebb67

Please sign in to comment.