summaryrefslogtreecommitdiff
path: root/doc/source/apt
AgeCommit message (Collapse)AuthorFilesLines
2009-03-08* doc/source/*: Improve the documentationJulian Andres Klode1-2/+7
- Document more attributes and functions of apt_pkg (they are all listed)
2009-03-08* apt/progress/: New package, replaces apt.progress and apt.gtkJulian Andres Klode1-3/+3
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py
2009-03-08* apt/package.py: Introduce the Version classJulian Andres Klode1-0/+5
- Deprecate Package.candidate*() and Package.installed*(), except for installedFiles. - Provide Version.get_source() (LP: #118788)
2009-01-11doc/source/**.rst: rst Style changes.Julian Andres Klode2-5/+13
This changes our style to match the Python documentation.
2009-01-10* doc/: Heavily improve documentationJulian Andres Klode1-2/+4
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 Klode7-0/+339
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe].