Skip to content
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: 0 additions & 2 deletions projects/hipsparselt/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
hipSPARSELt documentation
********************************************************************

FILE EDITS

hipSPARSELt is a SPARSE marshalling library that presents a common interface for multiple supported backends.
For more information, see :doc:`What is hipSPARSELt? <./what-is-hipsparselt>`

Expand Down
158 changes: 0 additions & 158 deletions projects/hipsparselt/docs/package/CMakeLists.txt

This file was deleted.

61 changes: 0 additions & 61 deletions projects/hipsparselt/docs/package/test_hiprand.cpp

This file was deleted.

50 changes: 50 additions & 0 deletions projects/hipsparselt/docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Anywhere {branch} is used, the branch name will be substituted.
# These comments will also be removed.
defaults:
numbered: False
maxdepth: 7
root: index
subtrees:
- entries:
- file: what-is-hipsparselt
title: What is hipSPARSELt?

- caption: Install
entries:
- file: install/quick-start-install
title: Quick start installation guide
- file: install/install-hipsparselt
title: Detailed installation guide

- caption: Conceptual
entries:
- file: conceptual/storage-format
title: Storage formats
- file: conceptual/mi300-features
title: MI300 features

- caption: How to
entries:
- file: how-to/device-stream-management
title: Manage devices and streams
- file: how-to/porting
title: Port from NVIDIA CUDA

- caption: Examples
entries:
- url: https://github.com/ROCm/hipSPARSELt/tree/develop/clients/samples
title: Client samples

- caption: API Reference
entries:
- file: reference/supported-functions.rst
title: Supported functions
- file: reference/data-type-support.rst
title: Data type support
- file: doxygen/html/index
title: API library

- caption: About
entries:
- file: license.md
title: License
1 change: 1 addition & 0 deletions projects/hipsparselt/docs/sphinx/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rocm-docs-core[api_reference]==1.12.0
Loading