diff --git a/projects/rocjpeg/docs/index.rst b/projects/rocjpeg/docs/index.rst index 5ba10890be..5638e71bde 100644 --- a/projects/rocjpeg/docs/index.rst +++ b/projects/rocjpeg/docs/index.rst @@ -23,9 +23,9 @@ The rocJPEG public repository is located at `https://github.com/ROCm/rocJPEG ` - * :doc:`Retrieving image information with rocJPEG ` - * :doc:`Decoding a JPEG stream with rocJPEG ` + * :doc:`Use rocJPEG ` + * :doc:`Retrieve image information with rocJPEG ` + * :doc:`Decode a JPEG stream with rocJPEG ` .. grid-item-card:: Samples diff --git a/projects/rocjpeg/docs/install/rocjpeg-build-and-install.rst b/projects/rocjpeg/docs/install/rocjpeg-build-and-install.rst index b616edb22c..120ca84b84 100644 --- a/projects/rocjpeg/docs/install/rocjpeg-build-and-install.rst +++ b/projects/rocjpeg/docs/install/rocjpeg-build-and-install.rst @@ -10,7 +10,7 @@ These instructions are for building rocJPEG from its source code. If you will no .. note:: - ROCm 6.3.0 or later must be installed before installing rocJPEG. See `Quick start installation guide `_ for detailed ROCm installation instructions. + ROCm must be installed before installing rocJPEG. See `Quick start installation guide `_ for detailed ROCm installation instructions. Use `rocJPEG-setup.py `_ available from the rocJPEG GitHub repo to install the prerequisites: diff --git a/projects/rocjpeg/docs/install/rocjpeg-package-install.rst b/projects/rocjpeg/docs/install/rocjpeg-package-install.rst index ad3c27da34..8bc04dde05 100644 --- a/projects/rocjpeg/docs/install/rocjpeg-package-install.rst +++ b/projects/rocjpeg/docs/install/rocjpeg-package-install.rst @@ -8,7 +8,7 @@ Installing rocJPEG with the package installer .. note:: - ROCm 6.3.0 or later must be installed before installing rocJPEG. See `Quick start installation guide `_ for detailed ROCm installation instructions. + ROCm must be installed before installing rocJPEG. See `Quick start installation guide `_ for detailed ROCm installation instructions. There are three rocJPEG packages available: diff --git a/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst b/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst index 82d93fd062..80137cad28 100644 --- a/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst +++ b/projects/rocjpeg/docs/install/rocjpeg-prerequisites.rst @@ -6,9 +6,9 @@ rocJPEG prerequisites ******************************************************************** -rocJPEG requires ROCm 6.3 or later running on `accelerators based on the CDNA architecture `_. +rocJPEG requires ROCm running on `accelerators based on the CDNA architecture `_. -ROCm 6.3.0 or later must be installed before installing rocJPEG. See `Quick start installation guide `_ for detailed ROCm installation instructions. +ROCm must be installed before installing rocJPEG. See `Quick start installation guide `_ for detailed ROCm installation instructions. rocJPEG can be installed on the following Linux environments: diff --git a/projects/rocjpeg/docs/sphinx/_toc.yml.in b/projects/rocjpeg/docs/sphinx/_toc.yml.in index 5968406b8c..53e44f365a 100644 --- a/projects/rocjpeg/docs/sphinx/_toc.yml.in +++ b/projects/rocjpeg/docs/sphinx/_toc.yml.in @@ -9,20 +9,20 @@ subtrees: - caption: Install entries: - file: install/rocjpeg-prerequisites.rst - title: rocJPEG installation prerequisites + title: Installation prerequisites - file: install/rocjpeg-package-install.rst - title: Installing rocJPEG with the package installer + title: Installing with the package installer - file: install/rocjpeg-build-and-install.rst - title: Building and installing rocJPEG from source code + title: Building and installing from source code - caption: How to entries: - file: how-to/using-rocjpeg.rst - title: Using rocJPEG + title: Use rocJPEG - file: how-to/rocjpeg-retrieve-image-info.rst - title: Retrieving image information with rocJPEG + title: Retrieve image information - file: how-to/rocjpeg-decoding-a-jpeg-stream.rst - title: Decoding a JPEG stream with rocJPEG + title: Decode a JPEG stream - caption: Samples entries: @@ -33,13 +33,13 @@ subtrees: - caption: Reference entries: - file: reference/rocjpeg-formats-and-architectures.rst - title: rocJPEG subsampling and hardware capabilities + title: Subsampling and hardware capabilities - file: doxygen/html/files - title: rocJPEG API library + title: API library - file: doxygen/html/globals - title: rocJPEG functions + title: Functions - file: doxygen/html/annotated - title: rocJPEG data structures + title: Data structures - caption: About entries: