mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-18 20:09:25 +00:00
doc reorg and edits (#1112)
* doc reorg and edits
* Update wrapper.rst with changes from PR #1098
* Update docs/dockerhub.rst
Co-authored-by: Bartlomiej Wroblewski <bwroblewski10@gmail.com>
* Update docs/index.rst
Co-authored-by: Bartlomiej Wroblewski <bwroblewski10@gmail.com>
* Update docs/what-is-ck.rst
Co-authored-by: Bartlomiej Wroblewski <bwroblewski10@gmail.com>
* Update docs/what-is-ck.rst
Restored to 4 bullets, with additional text for wrapper.
Co-authored-by: Bartlomiej Wroblewski <bwroblewski10@gmail.com>
* Update docs/Contributors_Guide.rst
Co-authored-by: Lisa <lisajdelaney@gmail.com>
* Update API_Reference_Guide.rst
using sentence case for title
* updated index structure per Lisa
* separate docker hub and tutorial
---------
Co-authored-by: Bartlomiej Wroblewski <bwroblewski10@gmail.com>
Co-authored-by: Lisa <lisajdelaney@gmail.com>
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
[ROCm/composable_kernel commit: a39163814e]
This commit is contained in:
@@ -1,10 +1,21 @@
|
||||
# Anywhere {branch} is used, the branch name will be substituted.
|
||||
# These comments will also be removed.
|
||||
defaults:
|
||||
numbered: False
|
||||
maxdepth: 6
|
||||
root: index
|
||||
subtrees:
|
||||
- caption: About
|
||||
entries:
|
||||
- file: license
|
||||
- entries:
|
||||
- file: what-is-ck.rst
|
||||
title: What is Composable Kernel?
|
||||
- file: dockerhub.rst
|
||||
title: Docker Hub
|
||||
- file: tutorial_hello_world.rst
|
||||
title: Hello World Tutorial
|
||||
- file: Supported_Primitives_Guide.rst
|
||||
title: Supported Primitives
|
||||
- file: API_Reference_Guide.rst
|
||||
title: API Reference
|
||||
- file: wrapper.rst
|
||||
title: Wrapper
|
||||
- file: Contributors_Guide.rst
|
||||
title: Contributing to CK
|
||||
- file: license.md
|
||||
title: License
|
||||
|
||||
Reference in New Issue
Block a user