summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/c++/api.rst2
-rw-r--r--doc/source/c++/embedding.rst2
-rw-r--r--doc/source/c++/index.rst8
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/c++/api.rst b/doc/source/c++/api.rst
new file mode 100644
index 00000000..fc1929e4
--- /dev/null
+++ b/doc/source/c++/api.rst
@@ -0,0 +1,2 @@
+Python APT C++ API
+==================
diff --git a/doc/source/c++/embedding.rst b/doc/source/c++/embedding.rst
new file mode 100644
index 00000000..b6ab265a
--- /dev/null
+++ b/doc/source/c++/embedding.rst
@@ -0,0 +1,2 @@
+Embedding Python APT
+====================
diff --git a/doc/source/c++/index.rst b/doc/source/c++/index.rst
new file mode 100644
index 00000000..8f598f3f
--- /dev/null
+++ b/doc/source/c++/index.rst
@@ -0,0 +1,8 @@
+Python APT and C++
+==================
+
+.. toctree::
+ :maxdepth: 1
+
+ api
+ embedding