Glossary

Builder

A Sphinx builder compiles documentation into various output formats.

CMake

CMake is a compilation configuration platform that manages the build process in an operating system and in a compiler-independent manner.

Doxygen

Doxygen is a documentation generator for writing software reference documentation from annotated source code. It is often used to create documentation from a C/C++ codebase.

find_package

CMake function is used to provide locations of package dependencies to build a project.

Pip

Pip is a package-management system written for Python.

reStructuredText

Lightweight markup language.

Sphinx

Python documentation generator which converts reStructuredText files into HTML and other formats.