summaryrefslogtreecommitdiff
path: root/doc/source/apt/debfile.rst
AgeCommit message (Collapse)AuthorFilesLines
2009-07-23doc/source: Big documentation reorganisation.Julian Andres Klode1-39/+0
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-01-11doc/source/**.rst: rst Style changes.Julian Andres Klode1-1/+1
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 Klode1-0/+37
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe].