Doc reorg2 (#1189)

* doc_reorg2 updated TOC

* doc_reorg2 updates

* fix conflicts, add grid
This commit is contained in:
randyh62
2024-03-12 18:25:48 -07:00
committed by GitHub
parent 8e97e85ac6
commit 12441af014
10 changed files with 49 additions and 26 deletions

View File

@@ -12,27 +12,26 @@ The Composable Kernel (CK) library provides a programming model for writing perf
The CK documentation is structured as follows:
.. card:: Conceptual
.. grid:: 2
:gutter: 3
* :ref:`what-is-ck`
.. grid-item-card:: Installation
.. card:: Installation
* :ref:`docker-hub`
* :ref:`docker-hub`
.. grid-item-card:: Conceptual
.. card:: Tutorial
* :ref:`what-is-ck`
* :ref:`hello-world`
.. grid-item-card:: API reference
.. card:: API reference
* :ref:`supported-primitives`
* :ref:`api-reference`
* :ref:`wrapper`
* :ref:`supported-primitives`
* :ref:`api-reference`
* :ref:`wrapper`
.. grid-item-card:: Tutorial
.. card:: Contributing to CK
* :ref:`contributing-to`
* :ref:`hello-world`
To contribute to the documentation refer to `Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/index.html>`_.