summaryrefslogtreecommitdiff
path: root/doc/source/examples
AgeCommit message (Collapse)AuthorFilesLines
2015-06-10Remove apt.progress.gtk2Julian Andres Klode1-29/+0
2014-06-30make pep8 happy (again)Michael Vogt1-1/+1
2014-01-05make test_pep8.py passMichael Vogt1-1/+1
2013-10-21doc/source/examples/dpkg-info.py: Use apt_inst.DebFileJulian Andres Klode1-2/+2
We previously used deb_extract_control, but this does not exist. Closes: #671784
2010-03-01Style fixes.Julian Andres Klode2-1/+3
2009-10-25Add a tutorial on how to do things which are possible with apt-get,Julian Andres Klode1-0/+22
like apt-get --print-uris update (cf. #551164).
2009-07-23doc/source: Big documentation reorganisation.Julian Andres Klode1-0/+70
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.
2009-06-05Introduce the rename rules formally, and add some exceptions.Julian Andres Klode1-1/+1
2009-06-04apt, aptsources, doc: Update to use the new names.Julian Andres Klode6-35/+35
2009-04-19* Update the code to use the new classes.Julian Andres Klode3-3/+3
2009-04-17* doc: Update the documentation to use the new names.Julian Andres Klode1-3/+3
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].