Skip to content

Files

Latest commit

 

History

History

docs

oneMath documentation

This folder contains oneMath documentation in reStructuredText (rST) format.

The documentation build step is skipped by default. To enable building documentation from the main build, set -DBUILD_DOC=ON. For more information see Building with CMake.

To build documentation only, use the following commands from the current folder:

# Inside <path to onemath>/docs
mkdir build && cd build
cmake ..
cmake --build .

Generated documentation can be found in <path to onemath>/docs/build/Documentation