This folder contains oneMKL documentation in reStructuredText (rST) format.
The documentation build step is skipped by default. To enable building documentation from the main build:
- Set
-o build_doc=True
when building with Conan. For more information see Building with Conan - Set
-DBUILD_DOC=ON
when building with CMake. For more information see Building with CMake
To build documentation only, use the following commands from the current folder:
# Inside <path to onemkl>/docs
mkdir build && cd build
cmake ..
cmake --build .
Generated documentation can be found in <path to onemkl>/docs/build/Documentation