diff --git a/cpp/doxygen/main_page.md b/cpp/doxygen/main_page.md index a6120024ce..84e43b8e12 100644 --- a/cpp/doxygen/main_page.md +++ b/cpp/doxygen/main_page.md @@ -5,10 +5,11 @@ bindings to [cuFile](https://docs.nvidia.com/gpudirect-storage/api-reference-gui which enables [GPUDirect Storage (GDS)](https://developer.nvidia.com/blog/gpudirect-storage/). KvikIO also works efficiently when GDS isn't available and can read/write both host and device data seamlessly. -KvikIO C++ is a header-only library that is part of the [RAPIDS](https://rapids.ai/) suite of open-source software libraries for GPU-accelerated data science. +KvikIO C++ is a header-only library that is part of the suite of open-source software libraries for GPU-accelerated data science. --- -**Notice** this is the documentation for the C++ library. For the Python documentation of KvikIO, see under **KvikIO**. +**Notice** this is the documentation for the C++ library. For the Python documentation, see under [kvikio](https://docs.rapids.ai/api/kvikio/nightly/). + --- @@ -28,7 +29,7 @@ to include KvikIO in your CMake projects. ### Conda/Mamba -We strongly recommend using `mamba `_ inplace of conda, which we will do throughout the documentation. +We strongly recommend using [mamba](https://github.com/mamba-org/mamba) inplace of conda, which we will do throughout the documentation. Install the **stable release** from the ``rapidsai`` channel with the following: ```sh diff --git a/docs/source/index.rst b/docs/source/index.rst index 86c08a78df..4dd491fd96 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,7 +10,7 @@ KvikIO is a part of the `RAPIDS `_ suite of open-source soft .. note:: - This is the documentation for the Python library. For the C++ documentation of KvikIO, see under **libkvikio**. + This is the documentation for the Python library. For the C++ documentation, see under `libkvikio `_. Contents