summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-23 21:42:17 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-23 21:42:17 +0200
commitd8c0ca6ff164f79910b315c9525fa77417084edf (patch)
tree68fb49f5b69c3c3c2163a9f8049496774375a45a /doc/source/index.rst
parent22d8199e2d047dc6b258241cf33e67d77aa33ca6 (diff)
downloadpython-apt-d8c0ca6ff164f79910b315c9525fa77417084edf.tar.gz
doc/source: Big documentation reorganisation.
Due to the new C++ API and because I wanted to include some tutorials, the documentation is now seperated into 4 sections: library => Documentation of modules. tutorials => Tutorials for using python-apt and contributing whatsnew => Release notes c++ => Documentation,Tutorials for the C++ API This commit also includes a new overview page, like the Python documentation.
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst41
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
deleted file mode 100644
index 2e05061a..00000000
--- a/doc/source/index.rst
+++ /dev/null
@@ -1,41 +0,0 @@
-Welcome to python-apt's documentation!
-======================================
-
-This is the official documentation for version |version| of the Python bindings
-for Debian's famous APT package management.
-
-This documentation has been created by Sphinx, using reStructuredText files
-written by Julian Andres Klode <jak@debian.org>, and in case of the apt
-package, from the documentation shipped in the modules.
-
-
-Contents:
-
-.. toctree::
- :hidden:
-
- whatsnew/index
-
-.. toctree::
- :maxdepth: 2
-
- whatsnew/0.8.0
- apt/index
- apt_pkg
- apt_inst
- aptsources/index
- contributing
-
-
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
-
-
-TODO
-======
-.. todolist::