From 2334f37f8f939bb93fd88942ffa90dc34a7e126b Mon Sep 17 00:00:00 2001 From: Lisa Date: Mon, 25 Mar 2024 16:41:32 -0600 Subject: [PATCH] Docs - Update index.rst (#294) [ROCm/rocdecode commit: 304d6c651552c86c7cbed8cdcb36e659aef3ea69] --- projects/rocdecode/docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocdecode/docs/index.rst b/projects/rocdecode/docs/index.rst index 123b0511d8..fd97709b9e 100644 --- a/projects/rocdecode/docs/index.rst +++ b/projects/rocdecode/docs/index.rst @@ -8,7 +8,7 @@ rocDecode documentation rocDecode provides APIs, utilities, and samples that you can use to easily access the video decoding features of your media engines (VCNs). It also allows interoperability with other compute engines on -the GPU using Video Acceleration API (VA-API)/HIP. +the GPU using Video Acceleration API (VA-API)/HIP. To learn more, see :doc:`what-is-rocDecode` You can access rocDecode code on our `GitHub repository `_. @@ -24,9 +24,9 @@ Our documentation is structured as follows: .. grid-item-card:: API reference + * :doc:`API library <../doxygen/html/files>` * :doc:`Functions <../doxygen/html/globals>` * :doc:`Data structures <../doxygen/html/annotated>` - * :doc:`File list <../doxygen/html/files>` .. grid-item-card:: How to