Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update menu and fix link #290

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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