summaryrefslogtreecommitdiff
path: root/doc/source/examples
AgeCommit message (Collapse)AuthorFilesLines
2009-03-08* apt/progress/: New package, replaces apt.progress and apt.gtkJulian Andres Klode1-2/+2
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py
2009-01-12Cleanup: Comparisons to True/False, ==/!= None, deprecated modulesJulian Andres Klode1-0/+1
2009-01-10* doc/: Heavily improve documentationJulian Andres Klode3-0/+102
Complete the documentation of pkgCache, pkgDepCache, pkgCache::Package. Introduce new documentation for pkgCache::Version, pkgCache::Dependency, pkgCache::PackageFile, pkgcache::Description. There is also an example now which checks for missing dependencies.
2009-01-09* Introduce the new documentation and add 0.7.9~exp2 to changelog.Julian Andres Klode4-0/+129
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe].