moddyz / CXXPythonDocs

Example documentation build for a project consisting of C++ libraries with python bindings.

Home Page:https://moddyz.github.io/CXXPythonDocs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CXXPythonDocs

Example documentation build for a project consisting of C++ libraries with python bindings.

Table of Contents

Dependencies

The following dependencies are required:

The following sphinx plugins are required:

Building

Example snippet for building this project:

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX="/apps/CXXPythonDocs/" ..
make install -j8

TODOs

  • Discover and bail cmake configure if breathe is not installed.
  • Sphinx build process should depend on doxygen XML build.
  • C++ and Python side by side view

About

Example documentation build for a project consisting of C++ libraries with python bindings.

https://moddyz.github.io/CXXPythonDocs/


Languages

Language:C++ 63.8%Language:CMake 36.2%