summaryrefslogtreecommitdiff
path: root/doc/source/apt
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-08-24 13:42:22 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-08-24 13:42:22 +0200
commitbf4f2623d4002d60053d06251caabaa266272402 (patch)
treec59aa9f644363cd254e19b34d39ce2cbf7243bdc /doc/source/apt
parent8c708ec819333e0360b815bbbb504460e9f15d9a (diff)
parent353d2494c234d87cb63affd07a927d1030fa9721 (diff)
downloadpython-apt-bf4f2623d4002d60053d06251caabaa266272402.tar.gz
merge from the debian-sid branch
Diffstat (limited to 'doc/source/apt')
-rw-r--r--doc/source/apt/cache.rst5
-rw-r--r--doc/source/apt/index.rst3
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/apt/cache.rst b/doc/source/apt/cache.rst
index d96cba97..beae74a2 100644
--- a/doc/source/apt/cache.rst
+++ b/doc/source/apt/cache.rst
@@ -70,6 +70,11 @@ packages whose state has been changed, eg. packages marked for installation::
>>> print len(changed) == len(cache.GetChanges()) # Both need to have same length
True
+The ProblemResolver class
+--------------------------
+
+.. autoclass:: ProblemResolver
+ :members:
Exceptions
----------
diff --git a/doc/source/apt/index.rst b/doc/source/apt/index.rst
index 5047a0fd..bf39354f 100644
--- a/doc/source/apt/index.rst
+++ b/doc/source/apt/index.rst
@@ -56,3 +56,6 @@ in the package.
Please see :class:`apt.package.Package` for documentation.
+.. class:: ProblemResolver
+
+ Please see :class:`apt.cache.ProblemResolver` for documentation.