diff options
Diffstat (limited to '')
-rw-r--r-- | doc/cpp/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/cpp/index.rst b/doc/cpp/index.rst new file mode 100644 index 0000000..65e970d --- /dev/null +++ b/doc/cpp/index.rst @@ -0,0 +1,16 @@ +.. highlight:: cpp + +.. _index: + +C++ API +======= + +.. toctree:: + :maxdepth: 2 + + quickstart/index.rst + formula/index.rst + data_store/index.rst + interface/index.rst + + |