summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-08-21 15:18:33 +0200
committerJulian Andres Klode <jak@debian.org>2009-08-21 15:18:33 +0200
commite2d814ffc20e231a3b8201f7d66145939c99174c (patch)
treeff62cd5fadea27d6a7b3324b2a196ea6d1403701 /doc/source
parent200249fc4f0fccd19e12e1abcb718c08df0bf752 (diff)
downloadpython-apt-e2d814ffc20e231a3b8201f7d66145939c99174c.tar.gz
* apt/cache.py: Introduce ProblemResolver class (Closes: #542705)
Diffstat (limited to 'doc/source')
-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.