summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-08-18 16:45:50 +0200
committerJulian Andres Klode <jak@debian.org>2009-08-18 16:45:50 +0200
commitfbb6facf0135cf9cfde0f24e7beb132cb4d69f33 (patch)
tree11d524d5401cc42914352aaea5ea7a1631481c73 /doc
parentade471a3a99d33ae848874dba94576f191d3c7ca (diff)
downloadpython-apt-fbb6facf0135cf9cfde0f24e7beb132cb4d69f33.tar.gz
doc/source/c++/: Add C++ API documentation (no content yet).
Diffstat (limited to 'doc')
-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