Skip to content

Commit

Permalink
Change order of quadrants
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasMagnus committed Aug 8, 2023
1 parent 8488083 commit 40ca241
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@ These documents are targeted at authors of HIP libraries and applications.
::::{grid} 1 1 2 2
:gutter: 1

:::{grid-item-card} Tutorials
:::{grid-item-card} Reference

- {doc}`/tutorials/saxpy`
- {doc}`/.doxygen/docBin/html/index`
- {doc}`/.doxygen/docBin/html/modules`
- {doc}`/reference/kernel_language`
- {doc}`/reference/math_api`
- {doc}`/reference/deprecated_api_list`

:::

:::{grid-item-card} Understand HIP
:::

:::{grid-item-card} How-to Guides

- {doc}`/how_to_guides/install`

:::

:::{grid-item-card} Understand HIP
:::

:::{grid-item-card} Reference
:::{grid-item-card} Tutorials

- {doc}`/.doxygen/docBin/html/index`
- {doc}`/.doxygen/docBin/html/modules`
- {doc}`/reference/kernel_language`
- {doc}`/reference/math_api`
- {doc}`/reference/deprecated_api_list`
- {doc}`/tutorials/saxpy`

:::

Expand All @@ -45,7 +45,10 @@ the accompanying host/device compiler.
::::{grid} 1 1 2 2
:gutter: 1

:::{grid-item-card} Tutorials
:::{grid-item-card} Reference
:::

:::{grid-item-card} Background
:::

:::{grid-item-card} How-to Guides
Expand All @@ -54,10 +57,7 @@ the accompanying host/device compiler.

:::

:::{grid-item-card} Background
:::

:::{grid-item-card} Reference
:::{grid-item-card} Tutorials
:::

::::
Expand Down

0 comments on commit 40ca241

Please sign in to comment.